At 11:33 -0700 09/06/2012, Eli wrote: [...] >BBEdit opens up the current directory in project view. I would like it to >open the directory in disk browser mode. [...] > >I ran "defaults write com.barebones.bbedit >Misc:MakeTempProjectForFolderOpen -bool NO" but it had no effect on the >operation of BBEdit in terms of opening the directory in disk browser. I >figure that perhaps this is due to above being related to setting in an >older version of BBEdit.
The key which controls this behavior did change in BBEdit 10, so please use the following instead: defaults write com.barebones.bbedit MakeTempProjectForFolderOpen -bool NO Regards, Patrick Woolsey == Bare Bones Software, Inc. <http://www.barebones.com> P.O. Box 1048, Bedford, MA 01730-1048 -- -- 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>
