[TxMt] DIALOG2 popup Question

Ciarán Walsh ciawal at gmail.com
Thu Apr 17 14:40:25 UTC 2008


On 17 Apr 2008, at 09:31, Hans-Joerg Bibiko wrote:

> But if I write an other tmCommand in BASH, it works but I do not see  
> what I'm typing and the output behaviour is also different (it gives  
> me back the plist as well).

Since the --wait flag causes dialog not to return until a choice is  
made, you must run the command in the background so that control is  
returned to TextMate right away (the Ruby complete() API does this for  
you, and supports the block).
i.e., try adding '&>/dev/null &' to the end of the command



More information about the textmate mailing list