andrewheiss/SublimeStataEnhanced

Keyboard Shortcut 'unable to open' but UI tool works

sethag opened this issue · 2 comments

When I use the StataEnhanced tool under the tool menu in the UI, I can pass my code through to Stata. But, when I use the keyboard shortcut I get a message "Unable to open ./stata-send-command-move-next-line.sublime-macro ", which I believe should be the correct macro for my version of Stata (11.0). I don't understand code/the build, so have little ability to correct/customize on my own.

Any thoughts?

Did you install the plugin via Package Control or manually? If you do it manually, you need to make sure the folder is named "Stata Enhanced". Since it doesn't work with the keyboard, I'm guessing there's a problem with the folder name. If you look at Default (OSX).sublime-keyamp, you'll see that it calls the full relative path of the command (Packages/Stata Enhanced/stata-send-command-move-next-line.sublime-macro). Generally the error you're seeing is because the package is installed somewhere other than that path.

That was exactly the problem. Somehow the folder was named
"SublimeStataEnhanced-master" instead of "Stata Enhanced".......Thanks

On Sun, Jun 29, 2014 at 5:41 PM, Andrew Heiss notifications@github.com
wrote:

Did you install the plugin via Package Control or manually? If you do it
manually, you need to make sure the folder is named "Stata Enhanced". Since
it doesn't work with the keyboard, I'm guessing there's a problem with the
folder name. If you look at Default (OSX).sublime-keyamp, you'll see that
it calls the full relative path of the command (Packages/Stata
Enhanced/stata-send-command-move-next-line.sublime-macro). Generally the
error you're seeing is because the package is installed somewhere other
than that path.


Reply to this email directly or view it on GitHub
#17 (comment)
.