Hi,
I am new there and I did not find the topic which answer to this problem !
I am relatively new to the ST3 plugin development.
I have succeeded to run a C++ program that I collaboratively develop in the exec window thank to the command :
sublime.active_window().run_command("exec", {cmd:'prog', 'naca12.py'], env: {...}}))
But I would like to the ouput of my program is redirected to a new ST3 window which be read only.
I have any idea how to do that !
Any help ?