| |
Display shortcuts |
Alt + 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. If several lines are selected, all lines are duplicated. |
Ctrl + G | Select the line to display. |
Ctrl + L | Delete the current line |
New in version 28Ctrl + Shift + Backspace | Delete the contents of the line before the cursor. |
New in version 28Ctrl + Shift + Del | Delete the contents of the line after the cursor. |
New in version 28Ctrl + Shift + E | Select the word at the cursor position. |
Ctrl + Shift + M | Switch text to uppercase. |
Ctrl + M | Switch text to lowercase. |
Ctrl + / Ctrl +: | Comment out.
New in version 28Enclose the selected section of a line of code with the /* and */ characters.. |
Ctrl + Shift + / Ctrl + Shift +: | Remove the comments (//) |
Ctrl + Alt + Up arrow | Selecting lines of code by blocks: Select the block found above the selection. |
Ctrl + Alt + Down arrow | Selecting lines of code by blocks: Deselect the block found above the selection. |
New in version 28Alt + Shift + Up/Down/Right/Left arrow | Rectangular selection with the keyboard. |
Alt + Select with mouse | Rectangular selection with the mouse |
Ctrl + Alt + Left arrow | Return to the last modified code in the editor. |
Tab | Indent to right |
Shift + Tab | Indent to left |
Alt + Up arrow | Move a line of code to the top. |
Alt + Down Arrow | Move a code line to the bottom. |
F8 | Display local procedures. |
Ctrl + F8 | Display global procedures. |
Ctrl + Enter | Insert '...' and go to the next line |
Entry | Go to the next line |
New in version 28Right 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. |