Actions |
|
|
|
Ctrl+E |
Executes the selected statement or all
statements in the active editor if no text was selected. Opens a new
Table Editor with the result columns if the statement produces a result
set. |
Ctrl+Shift+E |
Executes the selected statement or all statements in the active editor if no text was selected. Reuses the TableEditor that was opened from the last execution of a statement or opens a new one if no statement was previously executed with the result columns if the statement produces a result set. |
Ctrl+Alt+E |
Executes the selected statement or all
statements in the active editor if no text was selected. The
statement(s) are copied as persistent object under the element tree of
the active database. The default name of the element is the execution
time but it can later be changed from the Tables View. |
Ctrl+Space |
Content Assistance for SQL keywords and database elements. To set the assistance context there must be an active database selected in the Tables View. Best way to be sure to have that context set is to switch to a connection bookmark in the Tables View. If there is only one opened connection and the Tables View is not in the current perspective or has no element selected, then this connection automatically is the selected context. |
Ctrl+Shift+A (Three Mouse Clicks) |
Selects the statement where the
caret is currently positioned. |
Ctrl+Shift+F |
Formats the currently selected
text or the complete editor content if no text is selected. (This
command is still not ready to be used) |
Toolbar Actions |
|
![]() (Ctrl+E) |
Executes the selected statement or all statements in the active editor if no text was selected. Opens a new Table Editor with the result columns if the statement produces a result set. |
![]() |
Use this symbol to selected the
current database connection. If pressed, a dialog appears to select the
database. Previous selections are stored an can be chosen again from
the drop down menu near the action symbol. |
![]() |
If toggled, content assist shows
catalogs if the JDBC driver for the currently selected database
supports catalogs. Else the
catalog that may have been selected in the URL is used by default and
content assist does not show any catalog. |