forked from agibsonsw/PrintHtml
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathContext.sublime-menu
More file actions
19 lines (19 loc) · 830 Bytes
/
Context.sublime-menu
File metadata and controls
19 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ "caption": "-" },
{ "command": "export_html_panel", "caption": "Export to HTML" },
{
"caption": "Annotations",
"children":
[
{ "command": "enable_annotation_mode", "caption": "Enable Annotation Mode" },
{ "command": "disable_annotation_mode", "caption": "Disable Annotation Mode" },
{ "caption": "-" },
{ "command": "add_annotation", "caption": "Add Annotation" },
{ "command": "edit_annotation", "caption": "Edit Annotation" },
{ "command": "delete_annotations", "caption": "Delete Annotation(s)" },
{ "command": "clear_annotations", "caption": "Delete All Annotations" },
{ "command": "show_annotation_comment", "caption": "Show Annotation Comment" }
]
},
{ "caption": "-"}
]