Initial port of EditPreferences to ST3
[pre=#0C1021]
{ “caption”: “Edit Preference: List Settings”, “command”: “list_settings”},
{ “caption”: “Edit Preference: List Plugins Commands”, “command”: “list_commands” },
{ “caption”: “Edit Preference: List Shortcut Keys”, “command”: “list_shortcut_keys”},
{ "caption": "Edit Preference: Theme",
"command": "edit_package_files",
"args": {"pref_type": "sublime-theme"}},
{ "caption": "Edit Preference: sublime-completions",
"command": "edit_package_files",
"args": {"pref_type": "sublime-completions"}},
{ "caption": "Edit Preference: sublime-build",
"command": "edit_package_files",
"args": {"pref_type": "sublime-build"}},
{ "caption": "Edit Preference: sublime-mousemap",
"command": "edit_package_files",
"args": {"pref_type": "sublime-mousemap"}},
{ "caption": "Edit Preference: sublime-menu",
"command": "edit_package_files",
"args": {"pref_type": "sublime-menu"}},
{ "caption": "Edit Preference: tmTheme|colorscheme",
"command": "edit_package_files",
"args": {"pref_type": ".*\\.(tmTheme|stTheme)$"}},
{ "caption": "Edit Preference: tmLanguage|syntax|grammar",
"command": "edit_package_files",
"args": {"pref_type": ".*\\.((tm|st)Language)$"}},
{ "caption": "Edit Preference: sublime-commands",
"command": "edit_package_files",
"args": {"pref_type": "sublime-commands"}}
// COMMANDS THAT HAVENT BEEN PORTED TO ST3 YET
// { "caption": "Edit Preference: List Menus", "command": "list_menu_bindings"}
][/pre]
MRF
Update [size=85](Sat 02 Feb 2013 04:57:54 PM )[/size] : Added a dodgy generator based filter to strip comments and trailing commas as allowed by sublime json variant
Update [size=85](Fri 01 Feb 12:00:25 PM )[/size] : A fix for list_commands
to properly get the package name
Update [size=85](Fri 01 Feb 2013 12:00:25 PM )[/size] : Initial, part featured, port of edit_package_files commands to ST3
Update [size=85](Thu 31 Jan 2013 07:01:05 PM )[/size] : Fixed windows path related bugs
Update [size=85](Thu 31 Jan 2013 06:22:02 PM)[/size] : Added list_shortcut_keys
back in.