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,35 @@
[
// Export to HTML
{
"caption": "Export to HTML: Show Export Menu",
"command": "export_html_panel"
},
{
"caption": "Export to BBCode: Show Export Menu",
"command": "export_bbcode_panel"
},
{
"caption": "Export to HTML: Toggle Annotation Mode",
"command": "toggle_annotation_html_mode"
},
{
"caption": "Export to HTML: Add Annotation",
"command": "add_annotation"
},
{
"caption": "Export to HTML: Edit Annotation",
"command": "edit_annotation"
},
{
"caption": "Export to HTML: Delete Annotation(s)",
"command": "delete_annotations"
},
{
"caption": "Export to HTML: Delete All Annotations",
"command": "clear_annotations"
},
{
"caption": "Export to HTML: Show Annotation Comment",
"command": "show_annotation_comment"
}
]