Nice. I often grab the output from a command and show it in the log pane, any plans to capture output?
Thanks, Kent On Thu, Oct 17, 2013 at 8:54 AM, Edward K. Ream <[email protected]> wrote: > On Wednesday, October 16, 2013 9:18:05 AM UTC-5, Edward K. Ream wrote: > >> The g.execute_shell_commands function executes a list of shell commands, >> each in a separate processes. > > A recent improvement. The first argument can now be just a string:: > > g.execute_shell_commands('make clean') > > EKR > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
