gcc-make-run
gcc-make-run copied to clipboard
How to launch the compiled program in a pane within Atom instead of calling an external xterm?
I would like to change gcc-make-run's behaviour to launch an external xterm window after a successful compile run. I would like the program to be run in my right panel of Atom where I have a terminal window running bash.
How can this be achieved?