REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

New Menu Removes "Set Current Directory" #34

Closed dfeng closed 4 years ago

dfeng commented 4 years ago

First off, thanks for your libraries. They're the reason why I can keep using ST3 for my main driver.

With the new menu, suddenly my "set current directory" menu has disappeared. I tried to add it myself via r_ide_exec_items, except I can't seem to access the previous send_code function. Is this now not possible?

randy3k commented 4 years ago

I have removed them from R-IDE to support dynamic menu.

For a workaround now, see this section https://github.com/randy3k/SendCode/blob/master/README.md#custom-keybindings for setting up a keybind for changing working directory.

I’d need to figure out a way to allow arbitrary commands.

randy3k commented 4 years ago

3f8f037 should address this by using the menu_items settings.

randy3k commented 4 years ago

v0.2.2 is released. Please allow a while for Package Control to get updated.