|
Function Keys
The SQLDBHelper provides quick access to some Functions thru the F-Keys (F1-F12).
This Function Keys are described in the following.
F1
|
Opens the Tooltip Help
|
| F2 |
Sets or removes a Bookmark on the current Line
|
| F3 |
Performs an immediate search for the selected word
|
| F4 |
Opens a Dialog to insert Code Snippets
|
| F5 |
Executes the selected Statement, or the whole Script
|
| F6 |
Jumps to previous Bookmark or Findmark
|
| F7 |
Jumps to next Bookmark or Findmark
|
| F8 |
-unused- |
| F9 |
-unused- |
| F10 |
-unused- |
| F11 |
starts and stops temporary macro recording
|
| F12 |
playback current macro (temporary or choosen)
|
There are some CTRL-Key Combinations underlied with Functions
CTRL + B
|
Jumps to the matching Bracket, when used beneath a bracket.
|
CTRL + SHIFT + B
|
Selects the Code between the matching Brackets.
|
CTRL + G
|
Opens the GoTo-Line Dialog
|
CTRL + H
|
Opens the Search and Replace Dialog
|
CTRL + N
|
Duplicates the current Buffer into a new Tab
|
CTRL + S
|
Saves the current Buffer to a / the File
|
CTRL + Space
|
Raises the AutoCompletion from current Context
|
CTRL + D
|
Duplicates the current Row
|
CTRL + T
|
Exchanges the current Row with the row above
|
CTRL + L
|
Removes the Content of the current Row
|
CTRL + M
|
Adds an empty Row and moves the following down
|
|