You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/0203-using-editor-advanced.md
+82Lines changed: 82 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,3 +407,85 @@ This section explains how to set SQL Alignment Options.
407
407
- Space : Set to remove unnecessary whitespace, spaces around operators, spaces around commas, and spaces around brackets.
408
408
- Stored Procedure : Set to align variable declaration and conditional statement, and line break and indent for parameters.
409
409
410
+
411
+
## List of SQL Editor Shortcut Keys
412
+
413
+
Shortcut keys in SQL Editor can be customized.
414
+
415
+
### Execution Toolbar
416
+
417
+
| Button | Instruction | Shortcut Keys | Action |
418
+
| --- | --- | --- | --- |
419
+
|| Run SQL | F5 | Run SQL. |
420
+
|| Run Current SQL | Ctrl+Enter. Ctrl+F5 | Run the current SQL that is separated with other SQLs with a separator. |
421
+
|| Run SubQuery block | Alt+F5 | Run the SubQuery block. |
|| Run and Modify Current SQL | F6 | Run current SQL and modify the data on the grid. |
424
+
|| Run Current SQL Execution Plan | F7 | Run current SQL Execution Plan. |
425
+
|| Block SQL Execution Plan | Alt+F7 | Run subquery block SQL Execution Plan. |
426
+
|| SQL History | F8 | Run SQL History. |
427
+
|| Show Grid | F11 | Toggle/Collapse grid. |
|| Move Tabs to Right || Move the tab located at the bottom to the right. |
|| Next Editor | Ctrl+Alt+Right | Move to next Editor. |
440
+
441
+
### File Toolbar
442
+
443
+
| Button | Instruction | Shortcut Keys | Action |
444
+
| --- | --- | --- | --- |
445
+
|| Open File | Ctrl+O | Open file. |
446
+
|| Save as || Save the file with a different name. |
447
+
|| Save | Ctrl+S | Save file. |
448
+
|| Print Preview | Ctrl+P | View the file to see how it will be printed. |
449
+
450
+
### Editor Toolbar
451
+
452
+
| Button | Instruction | Shortcut Keys | Action |
453
+
| --- | --- | --- | --- |
454
+
|| Undo | Ctrl+Z | Undo what has been done. |
455
+
|| Redo | Shift+Ctrl+Z | Redo what has been done. |
456
+
|| Cut | Ctrl+X | Cut to Clipboard. |
457
+
|| Copy | Ctrl+C | Copy to Clipboard. |
458
+
|| Paste | Ctrl+V | Paste to Clipboard |
459
+
|| Paste from the code || Paste from the following codes: Java, C, C#, ASP ,PHP, PB, VB, Delphi. |
460
+
|| Select all | Ctrl+A | Select all contents in the Editor. |
461
+
|| Clear all || Clear all contents from Editor.|
462
+
|| Delete | Del | Delete characters in Editor. |
463
+
|| Find | Ctrl+F | Find within the Editor. |
464
+
|| Find Next | F3 | 찾을 내용 다음 찾기를 실행합니다. |
465
+
|| Find All || 찾을 내용 모두 찾기를 실행합니다.|
466
+
|| Find First || 찾을 내용을 처음부터 찾기를 실행합니다.|
467
+
|| Find Last || 찾을 내용의 마지막 찾기를 실행합니다. |
468
+
|| Replace | Ctrl+R | Find and replace the contents. |
|| Indent || Indent where the cursor is placed. |
472
+
|| Decrease Indent | Shift+Tab | Decrease indent where the cursor is placed. |
473
+
|| Uppercase | Ctrl+U | Turn characters into uppercase on which the cursor is placed. |
474
+
|| Lowercase | Ctrl+L | Turn characters into lowercase on which the cursor is placed. |
475
+
|| Change Case || Change case on which the cursor is placed. |
476
+
|| Capitalize | Ctrl+I | Capitalize the first letter of the selected sentence. |
477
+
|| Goto Line | Ctrl+G | Place the cursor on the line to move. |
478
+
|| Word Wrap || Toggle/Collapse word wrap. |
479
+
|| Show Blanks/Tab characters/Carriage Returns || Show Blanks/Tab characters/Carriage Returns. |
|| SQL Convert || Convert SQL into the following codes: Delphi, VB, C#, ASP, PHP, JSP, Java, C. |
482
+
483
+
484
+
### Format Toolbar
485
+
486
+
| Button | Instruction | Shortcut Keys | Action |
487
+
| --- | --- | --- | --- |
488
+
|| Set Background Color || Set background color for the selected characters. |
0 commit comments