On Tue, Feb 5, 2013 at 11:41 AM, Nick <[email protected]> wrote: > I'm fairly new to BBEdit (using 10.5.1 on Mountain Lion). For each of the > sites I work on, I've created a project, with all the files in the files > view on the left. I often need to get information on a file, such as the > path or file name for an include or link, but a single click to select that > file also opens it in the editor, and I wind up with a lot more open files > than I want, making it difficult to move between the files I'm working on. > Is there a way to disable this single-click opening of files and require a > double-click instead?
Why yes, there is! :-) >From Glenn Fleishman's 199-page "Take Control of BBEdit" ebook Change project file-opening behavior: In a project window (see Work with Projects) clicking a file in the Project list opens it in the standard editor pane. In a previous release of BBEdit, you had to double-click the file. You can restore this behavior by setting a preference to NO (its default is YES): defaults write com.barebones.bbedit ProjectsOpenItemsOnSingleClick -bool NO Particularly or anyone who is new to BBEdit or wants to learn more about BBEdit's tweaky features, "Take Control of BBEdit" has tons of great information. http://tid.bl.it/bbedit-talk Disclaimer: Yes, it's commercial ($10) and yes, I'm the publisher. And it doesn't cover the recent changes in 10.5. But you can buy it directly from Take Control or from Bare Bones Software. http://www.barebones.com/store/ cheers... -Adam -- -- 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. 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]. For more options, visit https://groups.google.com/groups/opt_out.
