On 5/27/14 at 11:58 AM, [email protected] (Marek
Stepanek) wrote:
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:
Though you won't find this option by searching the prefs file
_per se_ :)
it is covered in the "Expert Preferences" section of BBEdit's
help book (please choose Help -> BBEdit Help).
========
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: [ please issue the appropriate Terminal command ]
# 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"
========
Regards,
Patrick Woolsey
==
Bare Bones Software, Inc. <http://www.barebones.com/>
--
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].