Skip to content

Commit

Permalink
Add commands for opening various settings files.
Browse files Browse the repository at this point in the history
Settings, side bar, key bindings. Default and User.
  • Loading branch information
m-hall committed Mar 27, 2015
1 parent 224f567 commit 98de3ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions HypnotoadSVN.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
[
{ "caption": "HypnotoadSVN: Settings - Default", "command": "open_file", "args":{"file": "${packages}/HypnotoadSVN/HypnotoadSVN.sublime-settings"} },
{ "caption": "HypnotoadSVN: Settings - User", "command": "open_file", "args":{"file": "${packages}/User/HypnotoadSVN.sublime-settings"} },

{ "caption": "HypnotoadSVN: Side Bar - Default", "command": "open_file", "args":{"file": "${packages}/HypnotoadSVN/menus/Default Side Bar.sublime-menu"} },
{ "caption": "HypnotoadSVN: Side Bar - User", "command": "open_file", "args":{"file": "${packages}/User/HypnotoadSVN/Side Bar.sublime-menu"} },

{ "caption": "HypnotoadSVN: Key Bindings - Default", "command": "open_file", "args":{"file": "${packages}/HypnotoadSVN/keymaps/Default (Windows).sublime-keymap", "platform": "Windows"} },
{ "caption": "HypnotoadSVN: Key Bindings - Default", "command": "open_file", "args":{"file": "${packages}/HypnotoadSVN/keymaps/Default (OSX).sublime-keymap", "platform": "OSX"} },
{ "caption": "HypnotoadSVN: Key Bindings - Default", "command": "open_file", "args":{"file": "${packages}/HypnotoadSVN/keymaps/Default (Linux).sublime-keymap", "platform": "Linux"} },

{ "caption": "HypnotoadSVN: Show output", "command": "show_panel", "args":{"panel": "output.svn-output"}},
{ "caption": "HypnotoadSVN: Kill active processes", "command": "hypno_kill_processes"},
{ "caption": "HypnotoadSVN: Clear Output", "command": "hypno_output_clear"},

{ "caption": "HypnotoadSVN: Update", "command": "hypno_svn_update"},
{ "caption": "HypnotoadSVN: Commit", "command": "hypno_svn_commit"},
{ "caption": "HypnotoadSVN: Merge", "command": "hypno_svn_merge"},
Expand Down

0 comments on commit 98de3ed

Please sign in to comment.