Thanks for your reply, Rich. I've done the following on two separate macs with BBEdit 11.0.1 installed:
$ defaults write com.barebones.bbedit EnableSettingsScan -bool YES $ defaults write com.barebones.bbedit DisableSettingsScanOnRemoteVolumes - bool NO $ defaults read com.barebones.bbedit EnableSettingsScan 1 $ defaults read com.barebones.bbedit DisableSettingsScanOnRemoteVolumes 0 I've also quit and reopened BBEdit and even restarted one of the machines, however BBEdit 11.0.1 doesn't seem to pick up any settings in my "Drupal.bbeditSettings" file either on the local disk or on a samba share. The settings in the file don't apply to existing files or new ones created via the command line with `touch test.php` (and hence wouldn't have existing per-file settings that might stick around). Is there any way to debug the scan process to determine why previously working settings files aren't being found (or successfully loaded)? As Bill notes, I'm going to really miss this feature unless there is a new way to achieve a similar result via project settings or some other collection mechanism (like http://editorconfig.org ). Best, Adam On Thursday, December 4, 2014 11:18:14 AM UTC-5, Rich Siegel wrote: > > On Thursday, December 4, 2014, Adam Franco > <[email protected] <javascript:>> wrote: > > >Unfortunately after upgrading BBEdit from 9.6.3 to 11.0.1 it > >seems that per-directory settings are now gone or broken. > > They're still present, though the previous caveat about the > feature being deprecated still applies. > > The preference key for enabling settings file discovery on > remote volumes has changed; it is now > "DisableSettingsScanOnRemoteVolumes", so try: > > defaults write com.barebones.bbedit > DisableSettingsScanOnRemoteVolumes -bool NO > > R. > -- > Rich Siegel Bare Bones Software, Inc. > <[email protected] <javascript:>> < > http://www.barebones.com/> > > Someday I'll look back on all this and laugh... until they > sedate me. > > -- 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].
