Skip to content

Commit

Permalink
added 'sublime-menu's. thanks go to (bzx)[https://github.com/bzx] for…
Browse files Browse the repository at this point in the history
… the feature request
  • Loading branch information
colinta committed Feb 6, 2012
1 parent 41e68ff commit 5d745a2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{ "caption": "-" },
{ "caption": "FileDiffs Menu", "command": "file_diff_menu" },
{ "caption": "Diff Selections", "command": "file_diff_selections" },
{ "caption": "Diff with Clipboard", "command": "file_diff_clipboard" },
{ "caption": "Diff with Saved", "command": "file_diff_saved" },
{ "caption": "-" }
]
6 changes: 6 additions & 0 deletions Side Bar.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{ "caption": "-" },
{ "caption": "FileDiffs Menu", "command": "file_diff_menu" },
{ "caption": "Diff with File in Project…", "command": "file_diff_file" },
{ "caption": "-" }
]
6 changes: 6 additions & 0 deletions Tab Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{ "caption": "-" },
{ "caption": "FileDiffs Menu", "command": "file_diff_menu" },
{ "caption": "Diff with Tab…", "command": "file_diff_tab" },
{ "caption": "-" }
]

0 comments on commit 5d745a2

Please sign in to comment.