Skip to content

Commit ec4f88b

Browse files
authored
SQL 편집기 바로 가기 키 일람표 편집기 세부기능 페이지로 이동
1 parent 31df3da commit ec4f88b

1 file changed

Lines changed: 0 additions & 81 deletions

File tree

docs/0204-run-sql-execution-plan.md

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -41,84 +41,3 @@ This section explains how to run using execution plan of block SQL.
4141
5. On the execution plan tab, check the tree view.
4242

4343
![Run Using Execution Plan of Block SQL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/execution-plan-block-en.png)
44-
45-
## List of SQL Editor Shortcut Keys
46-
47-
Shortcut keys in SQL Editor can be customized.
48-
49-
### Execution Toolbar
50-
51-
| Button | Instruction | Shortcut Keys | Action |
52-
| --- | --- | --- | --- |
53-
| ![Run SQL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-runSQL.png) | Run SQL | F5 | Run SQL. |
54-
| ![Run current SQL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-runCurrentSQL.png) | Run Current SQL | Ctrl+Enter. Ctrl+F5 | Run the current SQL that is separated with other SQLs with a separator. |
55-
| ![Run the SubQuery block.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-subQueryBlock.png) | Run SubQuery block | Alt+F5 | Run the SubQuery block. |
56-
| ![Stop](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-stop.png) | Stop | ESC | Stop running SQL. |
57-
| ![Run current SQL and modify the data on the grid.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-runAndModifyCurrentSQL.png) | Run and Modify Current SQL | F6 | Run current SQL and modify the data on the grid. |
58-
| ![Run Execution plan](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-blockSQLExecutionPlan.png) | Run Current SQL Execution Plan | F7 | Run current SQL Execution Plan. |
59-
| ![IMAGE](https://s3.ap-northeast-2.amazonaws.com/sqlgate-manual-content/EA5C881671A89564872C8E5939221B79.jpg) | Block SQL Execution Plan | Alt+F7 | Run subquery block SQL Execution Plan. |
60-
| ![SQL History](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLHistory.png) | SQL History | F8 | Run SQL History. |
61-
| ![SQL History](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-showGrid.png) | Show Grid | F11 | Toggle/Collapse grid. |
62-
| ![SQL Alignment](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLAlignment.png) | SQL Alignment | F9 | Align SQL in SQL Editor. |
63-
| ![SQL Alignment Options](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLAlignmentOptions.png) | SQL Alignment Options | | Set SQL Alignment options. |
64-
| ![Move tab to right](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-moveTabToRight.png) | Move Tabs to Right | | Move the tab located at the bottom to the right. |
65-
66-
### Tab Toolbar
67-
68-
| Button | Instruction | Shortcut Keys | Action |
69-
| --- | --- | --- | --- |
70-
| ![Add Editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-addEditor.png) | Add Editor | Ctrl+Alt+N | Add Editor. |
71-
| ![Remove editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-removeEditor.png) | Remove Editor | Ctrl+Alt+D | Remove Editor. |
72-
| ![Previouse Editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-previousEditor.png) | Previous Editor | Ctrl+Alt+Left | Move to previous Editor. |
73-
| ![Next editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-nextEditor.png) | Next Editor | Ctrl+Alt+Right | Move to next Editor. |
74-
75-
### File Toolbar
76-
77-
| Button | Instruction | Shortcut Keys | Action |
78-
| --- | --- | --- | --- |
79-
| ![Open file](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-openFile.png) | Open File | Ctrl+O | Open file. |
80-
| ![Save as](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-saveAs.png) | Save as | | Save the file with a different name. |
81-
| ![Save](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-save.png) | Save | Ctrl+S | Save file. |
82-
| ![Print preview](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-printPreview.png) | Print Preview | Ctrl+P | View the file to see how it will be printed. |
83-
84-
### Editor Toolbar
85-
86-
| Button | Instruction | Shortcut Keys | Action |
87-
| --- | --- | --- | --- |
88-
| ![Undo](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-undo.png) | Undo | Ctrl+Z | Undo what has been done. |
89-
| ![Redo](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-redo.png) | Redo | Shift+Ctrl+Z | Redo what has been done. |
90-
| ![Cut](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-cut.png) | Cut | Ctrl+X | Cut to Clipboard. |
91-
| ![icon sql history copy to clipboard](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/SQLEditor/icon-sql-history-copy-to-clipboard.png) | Copy | Ctrl+C | Copy to Clipboard. |
92-
| ![Paste](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-paste.png) | Paste | Ctrl+V | Paste to Clipboard |
93-
| ![Paste from the code](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-pasteFromTheCode.png) | Paste from the code | | Paste from the following codes: Java, C, C#, ASP ,PHP, PB, VB, Delphi. |
94-
| ![Select all](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-selectAll.png) | Select all | Ctrl+A | Select all contents in the Editor. |
95-
| ![Clear ALL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-clearAll.png) | Clear all | | Clear all contents from Editor.|
96-
| ![Delete](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-delete.png) | Delete | Del | Delete characters in Editor. |
97-
| ![Find](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-find.png) | Find | Ctrl+F | Find within the Editor. |
98-
| ![Find next](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findNext.png) | Find Next | F3 | 찾을 내용 다음 찾기를 실행합니다. |
99-
| ![Find all](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findAll.png) | Find All | | 찾을 내용 모두 찾기를 실행합니다.|
100-
| ![Find first](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findFirst.png) | Find First | | 찾을 내용을 처음부터 찾기를 실행합니다.|
101-
| ![Find last](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findLast.png) | Find Last | | 찾을 내용의 마지막 찾기를 실행합니다. |
102-
| ![Replace](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-replace.png) | Replace | Ctrl+R | Find and replace the contents. |
103-
| ![Comment Block](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-commentBlock.png) | Comment Block | Ctrl+- | Comment the blocked lines. |
104-
| ![Uncomment block](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-uncommentBlock.png) | Uncomment Block | Shift+Ctrl+- | Uncomment the blocked lines. |
105-
| ![Indent](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-indent.png) | Indent | | Indent where the cursor is placed. |
106-
| ![Outdent](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-outdent.png) | Decrease Indent | Shift+Tab | Decrease indent where the cursor is placed. |
107-
| ![Uppercase](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-uppercase.png) | Uppercase | Ctrl+U | Turn characters into uppercase on which the cursor is placed. |
108-
| ![Lowercase](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-lowercase.png) | Lowercase | Ctrl+L | Turn characters into lowercase on which the cursor is placed. |
109-
| ![Change Case](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-changeCase.png) | Change Case | | Change case on which the cursor is placed. |
110-
| ![Capitalize](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-capitalize.png) | Capitalize | Ctrl+I | Capitalize the first letter of the selected sentence. |
111-
| ![Goto line](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-gotoLine.png) | Goto Line | Ctrl+G | Place the cursor on the line to move. |
112-
| ![Word wrap](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-wordWrap.png) | Word Wrap | | Toggle/Collapse word wrap. |
113-
| ![Show blank, tab, Return](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-showBlankTabReturn.png) | Show Blanks/Tab characters/Carriage Returns | | Show Blanks/Tab characters/Carriage Returns. |
114-
| ![Toggle folding.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-toggleFolding.png) | Toggle Folding | | Toggle folding. |
115-
| ![SQL Convert](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLConvert.png) | SQL Convert | | Convert SQL into the following codes: Delphi, VB, C#, ASP, PHP, JSP, Java, C. |
116-
117-
118-
### Format Toolbar
119-
120-
| Button | Instruction | Shortcut Keys | Action |
121-
| --- | --- | --- | --- |
122-
| ![Set Background Color](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-setBackgroundColor.png) | Set Background Color | | Set background color for the selected characters. |
123-
| ![Use Substitution variables](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-useSubstitutionVariable.png) | Use Substitution Variable | | Toggle substitution variable. |
124-
| ![Use bind variables](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-useBindVariable.png) | Use Bind Variable | | Toggle bind variable. |

0 commit comments

Comments
 (0)