View the console output during the macro
Submitted by Friday, 13 February, 2009 - 10:02
on
Hello,
I wrote a macro to compile a file, using :
runCommandInConsole(view, "System", compilCommand);
It work fine. I want to view the console output, so I add :
view.getDockableWindowManager().showDockableWindow("console");
The problem is that the console panel open at the end of the macro.
Does anybody know how to make it open during the macro execution ? Because I want to see the output during the compilation process.
Thank you.
--- and sorry for my english --- just a french ... ---
I wrote a macro to compile a file, using :
runCommandInConsole(view, "System", compilCommand);
It work fine. I want to view the console output, so I add :
view.getDockableWindowManager().showDockableWindow("console");
The problem is that the console panel open at the end of the macro.
Does anybody know how to make it open during the macro execution ? Because I want to see the output during the compilation process.
Thank you.
--- and sorry for my english --- just a french ... ---