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 #592

Open
mariohuq opened this issue May 24, 2021 · 0 comments

Comments

@mariohuq
Copy link

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!

mariohuq added a commit to mariohuq/SublimeREPL that referenced this issue May 24, 2021
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

1 participant