Hi You can find these in the expert preferences, under Windows and UI Tweaking:
----- By default, BBEdit calibrates the vertical scrollbar so that the last line in the document is at the bottom of the window. If you wish, you can configure it to leave space after the last line, either half of the window's height or all of the window's height (less one line, so that the last line in the document is at the top of the window when scrolled all the way to the end). To set this: # half of the window height defaults write com.barebones.bbedit ExtraSpaceInTextViews -string "EShp" # all of the window height, less one line defaults write com.barebones.bbedit ExtraSpaceInTextViews -string "ESfp" # no extra space (factory default) defaults write com.barebones.bbedit ExtraSpaceInTextViews -string "ESNo" ----- Cheers François On May 27, 2014, at 11:58 AM, Marek Stepanek <[email protected]> wrote: > > Hello all! > > > I am missing one preference, which I remember I used some years ago: > display a half page on the bottom (without line feeds). Is it a hidden > preference now? Which keyword I should grep doing: > > defaults read com.barebones.bbedit | grep -i "bottom" > > ? > > "bottom" gives nothing - "window" many things, but nothing similar to > what I am looking for. > > Thank you for your help > > > marek > > > > > > > -- > This is the BBEdit Talk public discussion group. If you have a > feature request or would like to report a problem, please email > "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> > > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
