Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 8b902e2

Browse files
committed
Seg Out 3 02:51:57 BRT 2016
1 parent d4e7031 commit 8b902e2

32 files changed

+311
-4048
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
current_version = 0.5.4
3-
files = SQLToolsModels.py
3+
files = SQLTools.py
44
tag = True
55
commit = True
66

Default (Linux).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{ "keys": ["ctrl+alt+e"], "command": "st_show_connection_menu" },
2+
{ "keys": ["ctrl+alt+e"], "command": "st_select_connection" },
33
{ "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" },
44
{ "keys": ["ctrl+e", "ctrl+h"], "command": "st_history" },
55
{ "keys": ["ctrl+e", "ctrl+s"], "command": "st_show_records" },

Default (OSX).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{ "keys": ["ctrl+alt+e"], "command": "st_show_connection_menu" },
2+
{ "keys": ["ctrl+alt+e"], "command": "st_select_connection" },
33
{ "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" },
44
{ "keys": ["ctrl+e", "ctrl+h"], "command": "st_history" },
55
{ "keys": ["ctrl+e", "ctrl+s"], "command": "st_show_records" },

Default (Windows).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{ "keys": ["ctrl+alt+e"], "command": "st_show_connection_menu" },
2+
{ "keys": ["ctrl+alt+e"], "command": "st_select_connection" },
33
{ "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" },
44
{ "keys": ["ctrl+e", "ctrl+h"], "command": "st_history" },
55
{ "keys": ["ctrl+e", "ctrl+s"], "command": "st_show_records" },

Default.sublime-commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"caption": "ST: Select Connection",
4-
"command": "st_show_connection_menu"
4+
"command": "st_select_connection"
55
},
66
{
77
"caption": "ST: Execute",

0 commit comments

Comments
 (0)