Vai al contenuto

Edit Menu

Command Icon Key Description
Undo image_0 Ctrl+Z Cancels last action made in the document.
Redo image_0 Ctrl+Y Restores the last action cancelled by Undo.
Cut image_0 Ctrl+X Removes the selected items from the active document and stores them in a system buffer.
Copy image_0 Ctrl+C Copies the selected items to a system buffer.
Paste image_0 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 image_0 Shift+F12 Allows you to move through the results of a symbol search
Find in project image_0 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 image_0 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 image_0 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 image_0 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 image_0 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 image_0 Editing mode which allows you to add variables to any debug- ging tool.
Zoom in image_0 Ctrl + mouse wheel Increase zoom level inside the active POU.
Zoom out image_0 Ctrl + mouse wheel Decrease zoom level inside the active POU.