Skip to content

Commit

Permalink
Context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
agibsonsw committed Oct 10, 2012
1 parent 91d4ecf commit 14e6e1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Context.sublime-menu
@@ -0,0 +1,15 @@
[
{
"caption": "Andy Edits",
"children":
[
{ "command": "prev_edit_line", "caption": "Previous" },
{ "command": "next_edit_line", "caption": "Next" },
{ "command": "quick_edits", "caption": "List" },
{ "command": "list_all_edits", "caption": "List All" },
{ "command": "toggle_edits", "caption": "Highlight (on/off)" },
{ "command": "create_edit", "caption": "Create" },
{ "command": "delete_edit", "caption": "Delete" }
]
}
]

0 comments on commit 14e6e1c

Please sign in to comment.