On Jan 11, 2010, at 9:59 AM, Carpii wrote:
> In the project window (or directory window) which appears on the left,
> is it possible to configure BBEdit so that..
>
> 1) Directories are all grouped at the top, with the files listed
> underneath?
> At the moment its all alphabetic, regardless of whether its a file or
> directory
For items which you add manually to the project, you can arrange them in
whatever order you’d like. For (recursive, live) file listings which BBEdit
generates automatically, the sort order is not user configurable.
> 2) Can the project list be configured so that in order to open a file,
> I double click it?
You can control this behavior by setting some expert preferences from the
command line. This information is documented in “Expert Preferences” from the
Help -> BBEdit Help menu.
Quoting the relevant section:
In project windows, the file list does not accept keyboard focus by default,
unless the editing view is hidden. You can modify this so that the file list
gets the focus whenever you click on it:
defaults write com.barebones.bbedit
Projects:ProjectsListCanAcquireKeyboardFocus -bool YES
Project windows will ordinarily open an item in the file list for editing
when you click on it and the editing view is visible. To require a
double-click:
defaults write com.barebones.bbedit Projects:OpenItemsOnSingleClick
-bool NO
- Jim
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.