I'm a completely new Sublime Text user. I'm trying to make the Stata (Enhanced) plugin work for Sublime Text 3. I'm on a W7 machine.
I've installed the plugin and edited the Stata Enhanced (windows).sublime-settings file to look like this, as instructed:
{ "stata_version": 13, "stata_name": "C:/Program Files (x86)/Stata13/StataMP-64.exe" }
and I've also changed Stata's preferences so that Stata runs do-files automagically, also as instructed.
And it works: with Ctrl+Enter Stata runs do-files from Sublime Text. However, every time I run a command, it opens a new instance of Stata. That's very impractical, but I don't know what to do about it. The readme doesn't mention this problem and haven't been able to find a solution on the net. So I'm at a loss: do you know what to do about it?