mvoidex/UnicodeMath

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

Closed this issue · 0 comments

Purpose

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 UnicodeMath too!

How important it is

Not so important but easy to implement

Ideal implementation

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