feat(ST2.EditorPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
// Tools Menu
|
||||
{ "caption": "Cancel Build", "command": "exec", "args": {"kill": true} },
|
||||
{ "caption": "Show Build Results Panel", "command": "show_panel", "args": {"panel": "output.exec"} },
|
||||
{ "caption": "Tools: New Snippet", "command": "new_snippet" },
|
||||
|
||||
// Project Menu
|
||||
{ "caption": "Switch Project in Window", "command": "prompt_select_project" },
|
||||
@@ -111,5 +112,11 @@
|
||||
{ "caption": "Preferences: Syntax Specific – User", "command": "open_file_settings" },
|
||||
{ "caption": "Font: Increase Font Size", "command": "increase_font_size" },
|
||||
{ "caption": "Font: Decrease Font Size", "command": "decrease_font_size" },
|
||||
{ "caption": "Font: Reset Font Size", "command": "reset_font_size" }
|
||||
{ "caption": "Font: Reset Font Size", "command": "reset_font_size" },
|
||||
|
||||
// Misc (not in menu)
|
||||
{ "caption": "View: Toggle Gutter", "command": "toggle_setting", "args": {"setting": "gutter"} },
|
||||
{ "caption": "View: Toggle Line Numbers", "command": "toggle_setting", "args": {"setting": "line_numbers"} },
|
||||
{ "caption": "Check for Updates", "command": "update_check" },
|
||||
{ "caption": "Reveal Current File in Side Bar", "command": "reveal_in_side_bar" }
|
||||
]
|
||||
|
@@ -1 +1 @@
|
||||
{"url": "https://github.com/fjl/Sublime-Missing-Palette-Commands", "version": "2012.08.08.06.49.39", "description": "Menu Commands that are missing from the Sublime Text 2 Command Palette"}
|
||||
{"url": "https://github.com/fjl/Sublime-Missing-Palette-Commands", "version": "2013.08.26.09.50.09", "description": "Menu Commands that are missing from the Sublime Text 2 Command Palette"}
|
Reference in New Issue
Block a user