Bare Bones Software | BBEdit Expert Preferences (original) (raw)

There are a number of behaviors in BBEdit for which there are no UI controls in the Preferences window; this is typically because the settings are so obscure that placing them in the Preferences window would just make it complicated. In fact, some of these settings were in the Preferences window, and have been removed in order to simplify the interface; in such cases, any changes you made previously will be honored, even though the UI in the Preferences window is gone.

Note: Adjusting the settings described here involves using the Unix command line (in the Terminal or a suitable replacement, or in a BBEdit shell worksheet). Most changes will not have any immediate visible effect, but will instead take effect the next time you perform a relevant action, or, at the latest, after quitting and restarting BBEdit.

Table of contents:


Back to top


Clippings, Editing and Text Completion

#Setting it to zero disables the limit check entirely.

Back to top


FTP/SFTP

Back to top


File Comparison

Back to top


HTML Tools

Back to top


Interacting with Other Applications

#turn off Dash support only for Ruby
You could, if you wanted, turn off Dash support by default and then enable it for specific languages, e.g.:
defaults write com.barebones.bbedit UseDashForReferenceLookups -bool NO
# turn off Dash support entirely
defaults write com.barebones.bbedit UseDashForReferenceLookups_C++ -bool YES
#turn on Dash support only for C++

Back to top


Language Support

Back to top


Projects

Back to top


Reading and Writing Files

Back to top


Sleep and Auto-Save

Back to top


Source Control

Back to top


Text Display and Coloring

Important: These font smoothing settings only affect behavior when using BBEdit on a non-Retina display. On Retina displays, text is always smoothed.

Back to top


Text Search and Replace

Back to top


Windows and UI Tweaking

Back to top


Miscellaneous

Back to top