useful method selector pull-down menu, which is great for navigating around the file.
yes, I've been missing one of those in tm since day one!
While we await the official solution from Allan, I've checked into SVN a cute hack that does this: upon hitting F1, it displays special items in an HTML popup menu which magically sends you to the desired line upon selection. It's in the Defaults bundle and currently contains support for Perl and Python.
The way it works is it takes the output of 'entitynav.py' and processes it using nav2htmlpopup.pl. If you want to add support for your language, you can
(1) edit entitynav.py; or (2) write your own command to process a file from standard input and output grep format "line: text"; then pipe that through nav2htmlpopup.pl as in the command.
I'm sure someone can make this look nicer; it was more a proof of concept than anything, and a celebration that I finished a big talk today!
- Eric