andrewheiss / SublimeStataEnhanced

Plugin that adds support for Stata 11–15 for Sublime Text 2 and 3
55 stars 22 forks source link

Set default Stata version to be executed #45

Closed vyky closed 7 years ago

vyky commented 8 years ago

I have multiple version of Stata. How do I set sublime to execute onto certain Stata?

For example if I have Stata 13 and Stata 14. How do I set sublime to send dofile execution to Stata 14, instead of Stata 13?

Currently, it's working when I trashing Stata 13

I'm with OSX

andrewheiss commented 8 years ago

Include this in your settings:

"stata_name": "StataSE"

And make sure that Stata files open in 14 by default instead of 13 (right click on a .do or .dta file in Finder and change the default program there).