feat(SublimeText2.EditorPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:55:15 -04:00
parent d65666cdfc
commit c3efdad2c2
274 changed files with 26863 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
[
{ "caption": "-" },
{
"caption": "Export",
"children":
[
{ "command": "export_html_panel", "caption": "HTML" },
{"command": "export_bbcode_panel", "caption": "BBCode"}
]
},
{
"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": "-"}
]