Sublime Text 3 build system: keep console running
问题 I set up a build system in Sublime Text 3 to run Matlab files. This works really fine: { "cmd": ["/usr/local/MATLAB/R2013b/bin/matlab", "-nosplash", "-nodesktop", "-nojvm", "-r \"run('$file');\""] } The problem is I want to keep Matlab running in the Sublime console after $file is executed. Is this possible? Thank you in advance. 回答1: Ok, I've finally found a solution that runs the build system in an external xterm terminal. If you use this Sublime will open a xterm window and execute the