ActiveState Community

Tools :: Run Command :: Command Output Tab

Posted by dreftymac on 2009-06-24 13:31
OS: All / Any

Greetings,

Currently, it appears as though Komodo now runs external commands without exhibiting the bug in

http://bugs.activestate.com/show_bug.cgi?id=81966

This is very welcome news as now I can run items in Komodo without switching out to a different editor or IDE.

===

Question:

Is there a way to have the command output channeled into a new empty buffer instead of the command output window? The reason I ask is because sometimes it is easier to just treat the command output window as just another edit buffer, but this is currently not possible because it does
not dock with the buffer tabs in the same way, and it also does not respond to the same shortcut keys.

===

I know there is an option to *insert* the output result into the current edit buffer, but this option is not workable for cases where the current edit buffer happens to be the script I am currently running.

toddw | Wed, 2009-06-24 17:03

There is a way to redirect the output to a new editor buffer, see:
http://community.activestate.com/forum-topic/send-command-output-edit-wi...

Cheers,
Todd