Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using the IDE » Using the Code Editor |
Keys | Action |
Up Arrow | Moves the cursor to the previous line in the source code. |
Down Arrow | Moves the cursor to the next line in the source code. |
Page Up | Moves the cursor to the previous page in the source code. |
Page Down | Moves the cursor to the next page in the source code. |
Home | Moves the cursor to the start of the current source code line. |
End | Moves the cursor to the end of the current source code line. |
Left Arrow | Moves the cursor to the previous character on the current source code line. |
Right Arrow | Moves the cursor to the next character on the current source code line, or to the next line if at the end of the current source code line. |
Enter | Inserts a new line at the current cursor position. |
Insert | Toggles the insert/overwrite mode for the keyboard. |
Shift-Insert | Pastes the source code contents of the clipboard, if any, into the current cursor position. |
Delete | Deletes the character at the cursor position. |
Shift-Delete | Copies the currently-selected source code to the clipboard and deletes the source code from the source code ("cut" operation). |
Backspace | Deletes the character right before the cursor position. If the cursor is at the start of a source code line, then the current source code line is moved to the end of the previous source code line (if present). |
Tab | Inserts <tab size> spaces at the current cursor position, if the keyboard is in insert mode, or moves the current cursor position by <tab size> spaces if the keyboard is in overwrite mode. Please see the Modifying IDE Settings topic for more information on modifying the tab size used by the code editor. |
Shift-Tab | Removes <tab size> spaces working back from the current cursor position, if the keyboard is in insert mode, or moves the current cursor position to the left by <tab size> spaces if the keyboard is in overwrite mode. Please see the Modifying IDE Settings topic for more information on modifying the tab size used by the code editor. |
Ctrl-Home | Moves the cursor to the first source code line. |
Ctrl-End | Moves the cursor to the last source code line. |
Ctrl-Page Up | Moves the cursor to the first visible line on the current page. |
Ctrl-Page Down | Moves the cursor to the last visible line on the current page. |
Ctrl-Left Arrow | Moves the cursor to the start of the previous word in the source code. |
Ctrl-Right Arrow | Moves the cursor to the start of the next word in the source code. |
Ctrl-Up Arrow | Scrolls the code editor window up by one line. |
Ctrl-Right Arrow | Scrolls the code editor window down by one line. |
Ctrl-Enter | Opens the unit name or control interface name at the cursor position. If text is selected, then the selected text will be used first for searching for a valid unit name or control interface. If no text is selected, or the selected text does not represent a valid unit or control interface name, then the editor will use the identifier at the cursor position. |
Ctrl-Space | Manually invokes code assistance at the cursor position. By default, code assistance is enabled so that it is automatically invoked after a specified delay (default 400 msecs). However, if code assistance is disabled, then you can still access the code assistance using manual key combination. Please see the Modifying IDE Settings topic for more information on enabling or disabling the code assistance in the code editor. |
Ctrl-/ | Comments and un-comments (toggle) the current source code line. |
Ctrl-Insert | Copies the currently-selected source code to the clipboard. |
Ctrl-Backspace | Deletes the word right on, or right before, the current cursor position. If the cursor is at the start of a source code line, then the current source code line is moved to the end of the previous source code line (if present). |
Ctrl-A | Selects all source code in the code editor. |
Ctrl-C | Copies the currently-selected source code to the clipboard. |
Ctrl-I | Indents the current source code line by <tab size> spaces. Please see the Modifying IDE Settings topic for more information on modifying the tab size used by the code editor. |
Ctrl-N | Inserts a new line at the current cursor position. |
Ctrl-T | Deletes the word at the current cursor position. |
Ctrl-U | Un-indents the current source code line by <tab size> spaces. Please see the Modifying IDE Settings topic for more information on modifying the tab size used by the code editor. |
Ctrl-V | Pastes the source code contents of the clipboard, if any, into the current cursor position. |
Ctrl-X | Copies the currently-selected source code to the clipboard and deletes the source code from the source code ("cut" operation). |
Ctrl-Y | Deletes the current source code line. |
Ctrl-Shift-Y | Deletes the source code from the current cursor position to the end of the current source code line. |
Ctrl-Z | Reverses the last edit or find operation performed on the source code ("undo" operation). |
Ctrl-Shift-Z | Replays the last edit or find operation on the source code that was reversed ("redo" operation). |
Ctrl-Shift-Down Arrow | Moves the cursor from the class definition of a method to the implementation of the method. |
Ctrl-Shift-Up Arrow | Moves the cursor from the implementation of a method to its class definition. |
F5 | Toggles a breakpoint for the current source code line (server applications only). |
Ctrl-Tab | Selects the next source unit in the work area of the IDE, if one is present. |
Ctrl-Shift-Tab | Selects the next source unit in the work area of the IDE, if one is present. |
Ctrl-Shift-F | Displays the Find in Units dialog that allows you to perform text searches across all project source units, all open source units, or all source units in a specified path. |
Ctrl-F | Shows the find toolbar at the bottom of the code editor. If the Find Text at Cursor option is enabled in the IDE, then the identifier at the current cursor position is automatically used as the search text. Please see the Modifying IDE Settings topic for more information on modifying the code editor search settings. |
Ctrl-R | Shows the find and replace toolbar at the bottom of the code editor. If the Find Text at Cursor option is enabled in the IDE, then the identifier at the current cursor position is automatically used as the search text. Please see the Modifying IDE Settings topic for more information on modifying the code editor search settings. |
Ctrl-G | Shows the goto line toolbar at the bottom of the code editor. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |