| |
Display shortcuts |
Versions 18 and laterAlt + C New in version 18Alt + C Alt + C | Display the list of events (or processes). |
F6 | Display/Hide the TimeStamp (name of author of last modification made to the code line and date of this modification) |
Shift + F2 | Display the list of crossed references of selected symbol |
Alt + F2 | Open the element (window, report) corresponding to the selected symbol |
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 |
Edit shortcuts |
Ctrl + D | Duplicate the selected line. Versions 16 and laterIf several lines are selected, all lines are duplicated. New in version 16If several lines are selected, all lines are duplicated. If several lines are selected, all lines are duplicated. |
Ctrl + L | Delete the current line |
Versions 18 and laterCtrl + Shift + M New in version 18Ctrl + Shift + M Ctrl + Shift + M | Switch a text to uppercase. |
Versions 18 and laterCtrl + M New in version 18Ctrl + M Ctrl + M | Switch a text to lowercase. |
Ctrl + / (numeric keypad)
Versions 25 and laterCtrl +: New in version 25Ctrl +: Ctrl +: | Comment out |
Ctrl + Shift + / (on numeric keypad)
Versions 25 and laterCtrl + Shift +: New in version 25Ctrl + Shift +: Ctrl + Shift +: | Remove the comments (//) |
Versions 22 and laterCtrl + Alt + Up arrow New in version 22Ctrl + Alt + Up arrow Ctrl + Alt + Up arrow | Selecting code lines by blocks: Select the block found above the selection. |
Versions 22 and laterCtrl + Alt + Down arrow New in version 22Ctrl + Alt + Down arrow Ctrl + Alt + Down arrow | Selecting code lines by blocks: Deselect the block found above the selection. |
Versions 25 and laterCtrl + Alt + Left arrow New in version 25Ctrl + Alt + Left arrow Ctrl + 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 New in version 16Alt + Up arrow Alt + Up arrow | Move a code line to the top. |
Versions 16 and laterAlt + Down Arrow New in version 16Alt + Down Arrow Alt + Down Arrow | Move a code line to the bottom. |
Ctrl + Enter | Insert '...' and 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 |
Alt + T | Use the dropper |
| |
Navigation shortcuts |
F2 | Go to the code of selected element (procedure name, class name, ... Versions 16 and laterOn a local variable, display the line corresponding to the variable declaration. New in version 16On a local variable, display the line corresponding to the variable declaration. On a local variable, display the line corresponding to the variable declaration. |
Ctrl + Alt + F2 | Open the element containing the code (view the window containing the selected control for example) |
F4 | New local procedure |
Shift + F4 | New global procedure |
F12 | Next error |
Shift + F12 | Previous error |
Ctrl + F12 | Current error |
Ctrl + Shift + F2 | Edit the code associated with the selected element in the "Context-sensitive view of code" pane |
Versions 16 and laterAlt + Right or left arrow New in version 16Alt + Right or left arrow Alt + Right or left arrow | Display the process that was previously accessed. |
Versions 16 and laterAlt + Home New in version 16Alt + Home Alt + Home | Display the first process accessed. |
Versions 16 and laterAlt + End New in version 16Alt + End Alt + End | Display the last process accessed. |
| |
Shortcuts used for search |
Versions 16 and laterCtrl + F3 New in version 16Ctrl + F3 Ctrl + F3 | Performs a search on the word onto which the cursor is positioned. All occurrences found are highlighted in the code. |
Versions 16 and laterF3 New in version 16F3 F3 | Select the next word found. |
Versions 16 and laterShift + F3 New in version 16Shift + F3 Shift + F3 | Select the previous word found. |
Shortcut for help and assisted input |
Shift + F1 | Code wizard |
Alt + F1 | View the description of a parameter in a tooltip |
F5 | Fill the word typed from the glossary |
Shift + F5 | Edit the glossary |
Ctrl + F1 | Assisted input (automatic completion) |
Tab | Select a choice (automatic completion) |
Ctrl + Alt + left or right arrow | Change the syntax displayed in the tooltips. |
Caution: + means that the keys must be pressed simultaneously. |