Stakeout looks fantastic! Here's what I'm envisioning for my AS development:
I have a command set up right now to cd to my project directory and run rake if it finds a Rakefile, otherwise running MTASC into a temp file to check the syntax, formatting the output and giving me a clickable error list. What I'd like to do is be able to run this command any time a class file is changed. Problem is I don't think there's any way to tell TxMt to run a command from outside the GUI. Is there any way we could get some kind of access to Commands through the tm utility? ___________________ Ben Jackson Diretor de Desenvolvimento
ben@incomumdesign.com http://www.incomumdesign.com
On 04/09/2005, at 23.23, Benjamin Jackson wrote:
[...] Is there any way we could get some kind of access to Commands through the tm utility?
Not short term, sorry. But you could do it using AppleScript's accessibility API (which amongst others allow you to execute an applications menu items).