wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

Open settings side-by-side with one command instead of separately in two commands #592

Open mariohuq opened 3 years ago

mariohuq commented 3 years ago

See, how internal Settings open. There is one menu item:

settings menu

And it opens default settings and user-specified:

image

This is done with edit_settings command (in .sublime-menu file):

{
    "command": "edit_settings",
    "args": { "base_file": "${packages}/.../....sublime-settings" },
    "caption": "Settings"
}

This can be implemented for SublimeREPL too!