|
Btn
|
Shortcut
|
Menu
|
Description
|
|
SQL
Templates
|
|
|
...CTRL-J
|
|
Type one of the
SQL template
abbreviations, then press Ctrl-J to
expand it into the whole SQL statement.
|
|
Clipboard
functions
|
|
|
CTRL+C
|
"Edit/Copy"
|
Copy
selected text to clipboard
|
|
|
CTRL+X
|
"Edit/Cut"
|
Cut
selected text to clipboard
|
|
|
CTRL+V
|
"Edit/Paste"
|
Replace
selected text with clipboard contents
|
|
Bookmark
functions (<n> is a numeric key 0 .. 9)
|
|
|
CTRL+K+n
|
|
Sets
bookmark number <n>
|
|
|
CTRL+Q+n
|
|
Jump to
bookmark number <n>
|
|
Undo
functions
|
|
|
CTRL+Z
|
"Edit/Undo"
|
Undo the
last editing action
|
|
|
CTRL+SHIFT+Z
|
"Edit/Redo"
|
Redo one
editing action
|
|
SQL
formatting functions
|
|
|
CTRL+K+I
|
|
Indents
selected text by one tab step
|
|
|
CTRL+K+U
|
|
Un-indents
selected text by one tab step
|
|
|
|
"Comment
out"
|
Comment
out the selected text. The program uses "/*...*/" comments for
this.
|
|
|
|
"Uncomment"
|
Enabled
only when you are inside a commented-out text. The program
understands and correctly opens both "/*...*/" and
"--
till the end of line" ones.
|
|
|
|
"Uppercase/Lowercase..."
|
Adjust
case in all identifiers and keywords within the selected text. The
commands pops up a dialog where you can separately select what to
do with the keywords and with other identifiers.
|