Edit Menu
- Last UpdatedDec 02, 2025
- 1 minute read
The Edit menu contains the functions Cut, Copy, Paste and Select All as well as Find, Find Next and Replace.
-
Cut can cut parts of a statement, up to but not including the semicolon.
-
Copy can copy parts of a statement, up to but not including the semicolon.
-
Paste can paste text into a statement, provided it does not contain any semicolons.
-
Select All makes all text in the editor selected.
-
Find finds the given text.
-
Find Next finds the next occurrence of the text previously given in Find.
-
Replace finds a given text and replaces it for another given text.