andrewheiss / SublimeStataEnhanced

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

didn't work out of the box on osx #8

Closed eleuven closed 10 years ago

eleuven commented 10 years ago

make the following changes (don't know whether they are all necessary, but it works now):

diff -u Stata Enhanced/Default (OSX).sublime-keymap Stata Enhanced 2/Default (OSX).sublime-keymap --- Stata Enhanced/Default (OSX).sublime-keymap 2014-02-10 14:07:22.000000000 +0100 +++ Stata Enhanced 2/Default (OSX).sublime-keymap 2014-02-10 13:45:49.000000000 +0100 @@ -1,10 +1,10 @@ [

-settingsfile = "Stata Enhanced.sublime-settings" +settingsfile = "Stata Enhanced (OSX).sublime-settings"

class text_2_stata13Command(sublime_plugin.TextCommand): """ Run selection or current line directly in Stata (for Stata 13) """

andrewheiss commented 10 years ago

Thanks! I had forgotten to rename these after I renamed the package. This is fixed now and should work out of the box.