function popup menu will not hide anonymous functions

2011-09-06 Thread RickL
I'm using BBedit 10 and I can't get the function popup menu to hide anonymous functions. I've tried setting the expert pref at: defaults write com.barebones.bbedit LanguageSpecific:ShowAnonymousFunctions:JavaScript -bool yes (including using a capital NO and a capital FALSE), but to no avail

Re: function popup menu will not hide anonymous functions

2011-09-06 Thread Seth Dillingham
On 9/6/2011, RickL said: defaults write com.barebones.bbedit LanguageSpecific:ShowAnonymousFunctions:JavaScript -bool yes This was changed for BBEdit 10 but I don't see the new pref key documented anywhere. Try this: defaults write com.barebones.bbedit ShowAnonymousFunctions_JavaScript

Re: function popup menu will not hide anonymous functions

2011-09-06 Thread RickL
that works much better Seth! ;-) It's such a relief to not see all those anonymous functions. defaults write com.barebones.bbedit ShowAnonymousFunctions_JavaScript - bool NO Maybe someone at BBEdit could fix the instructions at the bottom of this page?