Does anyone know if it would be possible to use the various extensions within TextMate to provide a navigable list of functions within a class file? A bit like the one BBEdit or SubEthaEdit has.
______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
Chris Jenkins wrote:
Does anyone know if it would be possible to use the various extensions within TextMate to provide a navigable list of functions within a class file? A bit like the one BBEdit or SubEthaEdit has.
I can't answer your question, other than to say this has to be #1 on my wish list :)
drew.
On Oct 08, 2004, at 07:49, Chris Jenkins wrote:
Does anyone know if it would be possible to use the various extensions within TextMate to provide a navigable list of functions within a class file? A bit like the one BBEdit or SubEthaEdit has.
Here's a way to do it, not ideal, but:
Position the cursor before a def or function, or any word which defines the thing you want to find all of. Then go to menu "command/find word", you'll get a list of lines matching the word, from there, selecting an item will select it in the text window. you can probably assign a keyboard shortcut to it too.
On 8. Oct 2004, at 13:34, Caio Chassot wrote:
Position the cursor before a def or function, or any word which defines the thing you want to find all of. Then go to menu "command/find word", you'll get a list of lines matching the word, from there, selecting an item will select it in the text window. you can probably assign a keyboard shortcut to it too.
Actually, the “Find word” command can easily be changed (or duplicated, then changed) to find a specific regular expression. That way you won't have to navigate to the function prototype first.
Kind regards Allan