mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

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

Closed mariohuq closed 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 SyncSettings too!

mfuentesg commented 3 years ago

Currently, SyncSettings works on st2 and st3. As i remember, edit_settings command is not available in st2.