diff --git a/Main.sublime-menu b/Main.sublime-menu new file mode 100644 index 0000000..cb15882 --- /dev/null +++ b/Main.sublime-menu @@ -0,0 +1,39 @@ +[ + { + "caption": "Preferences", + "mnemonic": "n", + "id": "preferences", + "children": + [ + { + "caption": "Package Settings", + "mnemonic": "P", + "id": "package-settings", + "children": + [ + { + "id": "ScopeHunter", + "caption": "ScopeHunter", + "children": + [ + { + "command": "open_file", "args": + { + "file": "${packages}/ScopeHunter/scope_hunter.sublime-settings" + }, + "caption": "Settings – Default" + }, + { + "command": "open_file", "args": + { + "file": "${packages}/User/scope_hunter.sublime-settings" + }, + "caption": "Settings – User" + } + ] + } + ] + } + ] + } +] \ No newline at end of file diff --git a/readme.md b/readme.md index 75a9ac8..49e1eb9 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,9 @@ Show scope under cursor or cursors (depending whether multi-select is enabled) ## Scope Hunter: Toggle Instant Scoper Toggle scoping under cursor constantly. +## Scope Hunter: User Settings +In order to change the standard settings of Scope Hunter, please go to `Preferences -> Package Settings -> Scope Hunter` and click on `Settings - User`. Repeat that for `Settings - Default`, copy all the settings from the default file to the user settings file, which you would like to change. + # Features All features are configurable via the settings file