Edit Menu
Command | Icon | Key | Description |
Undo | Ctrl+Z | Cancels last action made in the document. | |
Redo | Ctrl+Y | Restores the last action cancelled by Undo. | |
Cut | Ctrl+X | Removes the selected items from the active document and stores them in a system buffer. | |
Copy | Ctrl+C | Copies the selected items to a system buffer. | |
Paste | Ctrl+V | Pastes in the active document the contents of the system buf- fer. | |
Delete | Del | Deletes the selected item. | |
Delete line | Ctrl+E | Deletes the whole source code line. | |
Go to symbol | Shift+F12 | Allows you to move through the results of a symbol search | |
Find in project | Ctrl+ Shift+F | Opens the Find in project dialog box. | |
Bookmarks… | |||
Add/Toggle | Ctrl+F2 | Adds a bookmark to mark lines. If a bookmark is already defined, removes it. | |
Next | F2 | Goes to next defined bookmark | |
Prev | Shift+F2 | Goes to previous defined bookmark | |
Remove all | Removes all defined bookmarks | ||
Go to line | Ctrl+G | Allows you to quickly move to a specific line in the source code editor. | |
Find | Ctrl+F | Asks you to type a string and searches for its first instance within the active document from the current location of the cursor. | |
Find next | F3 | Iterates between the results of the research, found by the Find command. | |
Replace | Ctrl+H | Allows you to automatically replace one or all the instances of a string with another string. | |
Insert/Move mode | Spacebar | Toggle between those two editing modes, used to insert or move blocks. You can switch from Insert/Move to Connection mode with the spacebar | |
Connection mode | Spacebar | Editing mode which allows you to draw logical wires to con- nect pins. You can switch from Insert/Move to Connection mode with the spacebar | |
Watch mode | Editing mode which allows you to add variables to any debug- ging tool. | ||
Zoom in | Ctrl + mouse wheel | Increase zoom level inside the active POU. | |
Zoom out | Ctrl + mouse wheel | Decrease zoom level inside the active POU. |