{snip}
Sorting by Alpha was great because it provided an index of methods regardless of order and that made it easy to locate any method in your file quickly. Anyone know if there a way to change this setting back to sorting alpha?
By default, items on the function popup menu are sorted by the order of their appearance in the file, and you can hold down the Shift key when clicking on the current function display to sort them by name instead. You can reverse the behaviors but setting sort-by-name as the default, in which case holding the Shift key down will sort the function menu by order in the file:
defaults write com.barebones.bbedit FunctionMenuSortItemsByName -bool YES #sort the menu by name
>defaults write com.barebones.bbedit FunctionMenuSortItemsByName -bool
>YES #sort the menu by name
I'm not even sure why that's there; there's a GUI setting in the
Appearance prefs that should do the job...
R.
--
Rich Siegel Bare Bones Software, Inc.
<sie...@barebones.com> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they
sedate me.
> > In the old version of BBEdit 9.x the listing of methods in the
>> dropdown was sorted by apha. For example:
>>
> > http://dl.dropbox.com/u/848795/dev/bbeditsort.png
>
>could you explain to me how you even get any such list up in your view
>the first place.
>That looks like it might be useful to me, but I was unable to find it
>in the docs just now.
Under the title bar of a window you have a pop-up that may say "(no
symbol selected)" until you are within a subroutine etc.
In a Perl script I sort the subroutines the way I want them to be
sorted in the pop-up menu, which may or may not be in alphabetical
order. Same for CSS etc. I don't recall it being any different in
v.9. and I would not want to have alphabetical order imposed on me.
JD
>>
>> Under the title bar of a window you have a pop-up that may say "(no
>> symbol selected)" until you are within a subroutine etc.
>
> Thanks John, but I don't see that. Am I an idiot here, or what am I
> missing more subtle than obvious?
In the Appearance panel of Preferences, turn on the Navigation Bar items as desired (particularly, the Function Menu).
— F
No idea what can be happening. The item is missing, certainly, if
you make a new anonymous text window, but you only need to paste
some valid code into it, even without setting a language for the doc,
and the menu button will appear. But you seem to be missing the
whole bar beneath the title bar.
What do you see in the new window if you type control-command-n?
JD