Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mariohuq opened this issue May 25, 2021 · 1 comment

Comments

@mariohuq
Copy link
Contributor

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants