I'd like to be able to navigate within my file by
choosing a class or method from a drop-down list. This
doesn't have to be a big ugly pane -- just a button
that displays a list and lets me choose one. On
selection, the view should jump to display the
requested class/method declaration.
Logged In: YES
user_id=1075744
This requires light-weight parsing, unless you use
information from class files which might be out-of-sync.
See also feature request 1366157 (code folding or list of
classes/methods):
https://sourceforge.net/tracker/index.php?func=detail&aid=1366157&group_id=44253&atid=438938