[NEW] Executor based “Build and Run” command for C/C++ that works like the Run 
command of Ruby/Python bundle.

Incidentally, the technique I used here could be useful for Java or other 
compiled languages.  We write our own bootstrap script to take the place of the 
interpreter.  The bootstrap script compiles the current file and runs the 
resulting executable.  This lets us use Executor unmodified, and we get all of 
executors features.

Changed:
A   trunk/Bundles/C.tmbundle/Commands/Build and Run.tmCommand
A   trunk/Bundles/C.tmbundle/Support/bin/bootstrap.sh

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to