| |
Display shortcuts |
Versions 18 and laterAlt + C | Display the list of events (or processes). |
F6 | Show/Hide the TimeStamp (name of author of last modification made to the line of code and date of this modification) |
Shift + F2 | Display the list of crossed references of selected symbol |
Ctrl + F6 | Show/Hide empty events (or processes). |
Alt + F2 | Open the element (window, report) corresponding to the selected symbol |
Ctrl + Shift + F9 | Open the test mode settings window. |
Ctrl + Q | Hide the panes anchored to the bottom. |
Shortcuts for the markers and breakpoints |
F7 | Go to the next marker |
Shift + F7 | Go to the previous marker |
Ctrl + F7 | Remove/Add a position marker |
Ctrl + B | Remove/Add a breakpoint. |
Ctrl + Shift + B | Enable/Disable a breakpoint. |
Edit shortcuts |
Ctrl + D | Duplicate the selected line. Versions 16 and laterIf several lines are selected, all lines are duplicated. |
Ctrl + G | Select the line to display. |
Ctrl + L | Delete the current line |
Versions 28 and laterCtrl + Shift + Backspace | Delete the contents of the line before the cursor. |
Versions 28 and laterCtrl + Shift + Del | Delete the contents of the line after the cursor. |
Versions 28 and laterCtrl + Shift + E | Select the word at the cursor position. |
Versions 18 and laterCtrl + Shift + M | Switch text to uppercase. |
Versions 18 and laterCtrl + M | Switch text to lowercase. |
Ctrl + /
Versions 25 and laterCtrl +: | Comment out.
Versions 28 and laterEnclose the selected section of a line of code with the /* and */ characters.. |
Ctrl + Shift + /
Versions 25 and laterCtrl + Shift +: | Remove the comments (//) |
Versions 22 and laterCtrl + Alt + Up arrow | Block selection of lines of code: Select the block above the selection. |
Versions 22 and laterCtrl + Alt + Down arrow | Block selection of lines of code: Deselect the block above the selection. |
Versions 28 and laterAlt + Shift + Up/Down/Right/Left arrow | Rectangular selection with the keyboard. |
Alt + Select with mouse | Rectangular selection with the mouse |
Versions 25 and laterCtrl + Alt + Left arrow | Return to the last modified code in the editor. |
Tab | Indent to right |
Shift + Tab | Indent to left |
Versions 16 and laterAlt + Up arrow | Move a line of code to the top. |
Versions 16 and laterAlt + Down Arrow | Move a line of code to the bottom. |
Mouse wheel | Dequeue lines of code vertically. |
Versions 2025 (SaaS) and laterAlt + Mouse wheel | Quickly dequeue lines of code vertically. |
Shift + Mouse wheel | Dequeue lines of code horizontally. |
Versions 2025 (SaaS) and laterAlt + Shift Mouse wheel | Quickly dequeue lines of code horizontally. |
F8 | Display local procedures. |
Ctrl + F8 | Display global procedures. |
Ctrl + Enter | Insert '...' and go to the next line |
Entry | Go to the next line |
Versions 28 and laterRight arrow | Go to the next line |
Ctrl + R | Re-indent the code |
Ctrl + Alt + = | Reverse an assignment |
Ctrl + T | Translate the messages |
F11 | Choose a file or an item to insert into the code |
Shift + F11 | Open the control selection window. |