I would be really interested in being able to click errors to jump to the file+row. I just recently posted about regexp help and sad to say I have no idea where to start on this one either.
Would love it if someone could tell how to do it and even better, learn me so I can do it on my own next time I come up with an idea =)
Kind Regards Ivar
If the makefile outputs "simple" error lines with filename and line number, you can set output to external window and enter a regular expression to parse the lines (so that you can click on errors) -- there's more about this in the manual -- if it's not sufficient, just ask and I'll clarify! :)
Hopefully I will only be using the terminal to start my programs
Just a FYI, you can execute commands in the terminal also via commands, e.g.: osascript -e 'tell app "Terminal" to do script "data"'
This will execute “date” in a terminal. To give it focus, you may also want to do: osascript -e 'tell app "Terminal" to activate'
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate