Rich Rodecker’s blog on flash, flex, actionscript, javascript, and php, with a dash of randomness
TextMate Jump to Function
My personal battle between TextMate and Eclipse continues. In this case, I wanted to to see if it was possible to recreate the “jump to definition” functionality of Eclipse within TM…you know, when you control click a function name in eclipse will take you to that definition. Well, I found this post which pretty much re-creates this functionality, except using a key commmand instead of control-click, which is fine by me. I just need to add ‘as’ and ‘mxml’ to the list of file names to search through and it worked great. Currently it doesn’t work for getters/setters, I’ll see if I can hook that up as well.
Next up I’d like to see about jumping back and forth between edit locations in files (the option-apple-arrow key combos in eclipse on mac).
| Print article | This entry was posted by rich on March 25, 2009 at 1:58 pm, and is filed under Flex, flash. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |