feat(ST2.UtilPackages): bump up all packages

- Refresh PackageCache with latest versions of everything
This commit is contained in:
Iristyle
2013-09-16 22:35:46 -04:00
parent 7195197f0f
commit a000ce8acc
451 changed files with 14151 additions and 8317 deletions

View File

@@ -0,0 +1,31 @@
[
//AdvancedNewFile - https://github.com/xobb1t/Sublime-AdvancedNewFile
{ "keys": ["ctrl+alt+n"], "command": "advanced_new_file"},
//{ "keys": ["shift+ctrl+alt+n"], "command": "advanced_new_file", "args": {"is_python": true}},
{
"keys": ["tab"],
"command": "insert_best_completion",
"args": {"default": "", "exact": false},
"context": [
{ "key": "advanced_new_file_completion"},
{ "key": "setting.tab_completion", "operator": "equal", "operand": true },
{ "key": "last_command", "operator": "not_equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible" , "operator": "equal", "operand": false}
]
},
//Navigation History - https://github.com/timjrobinson/SublimeNavigationHistory
{ "keys": ["alt+left"], "command": "navigation_history_back"},
{ "keys": ["alt+right"], "command": "navigation_history_forward"},
//SideBarEnhancements - https://github.com/titoBouzout/SideBarEnhancements/
{ "keys": ["super+t"], "command": "side_bar_new_file2" },
{ "keys": ["f12"], "command": "side_bar_open_in_browser" , "args":{"paths":[], "type":"testing" }},
{ "keys": ["alt+f12"], "command": "side_bar_open_in_browser", "args":{"paths":[], "type":"production" }},
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" },
{ "keys": ["ctrl+shift+r"], "command": "side_bar_move" },
//SublimeFiles - https://github.com/al63/SublimeFiles
{ "keys": ["shift+ctrl+alt+n"], "command": "sublime_files", "args": {"command":"navigate"}}
]

View File

@@ -1 +1 @@
{"url": "https://github.com/Iristyle/SublimeKeyMap.Util", "version": "2013.03.11.16.06.11", "description": "A simple repository used to host / share my customized Sublime Text 2 key bindings for Sublime utility plugins"}
{"url": "https://github.com/Iristyle/SublimeKeyMap.Util", "version": "2013.09.17.01.16.26", "description": "A simple repository used to host / share my customized Sublime Text 2 key bindings for Sublime utility plugins"}