Open GoogleCodeExporter opened 9 years ago
Hi,
Launch is intended for viewing the output of processes only. It does not
currently handle support for any kind of input from stdio.
Setting as feature request and changing title to match
Original comment by CodyPrec...@gmail.com
on 29 Dec 2010 at 3:46
Hi,
can I configure Editra to get simple "Run script" feature like the one provided
by Notepad++(just execute commands in console without redirecting i/o)?
Original comment by gyk....@gmail.com
on 29 Dec 2010 at 4:19
Hi,
You should be able to create a batch script that does something like
start python %1
And then configure that script as your launch command in the Launch plugin
configuration. That way it should just start a new shell and run the command
directly instead of redirecting through the launch plugins output buffer.
Original comment by CodyPrec...@gmail.com
on 29 Dec 2010 at 5:28
Thanks.
"start python %1" works well with code containing 'raw_input()',but still
raises "EOF when reading a line" error when handling input() statement.
Original comment by gyk....@gmail.com
on 1 Jan 2011 at 2:54
Original issue reported on code.google.com by
gyk....@gmail.com
on 29 Dec 2010 at 3:30