Edit Menu

The Edit menu contains normal text editing functionality, as well as features such as tasks and bookmarks which are specifically related to editing code.

The options available from the Edit menu are:

NameShortcutDescription
Undo Text ChangeCtrl+ZUndoes the last text edit in the active file
Redo Text ChangeCtrl+YRedoes the last text edit in the active file.
CutCtrl+XCuts the selected section of text.
CopyCtrl+CCopies the selected section of text to the clipboard.
PasteCtrl+VPastes text from the clipboard.
DeleteDeleteDeletes the selected section of text.
Select AllCtrl+ASelects all text within a file.
Find / ReplaceCtrl+FFinds and replaces text within the active file.
Find NextCtrl+KGoes to the next instance of an item selected in the editor.
Find PreviousCtrl+Shift+KGoes to the next instance of an item selected in the editor.
Incremental Find Next / PreviousCtrl+J Ctrl+Shift+JFinds character strings after / before the cursor within the active file.
To use this feature, press Ctrl+J and the first few letters of the required string.
The relevant text will be highlighted in the file.
While in this mode, the up and down cursor keys can be used to navigate between matches.
The search can be cancelled by pressing left, right, Enter or Escape.
Add Bookmark...Inserts a bookmark into your script.
Bookmarks are used to easily navigate to specific sections in your scripts.
You can attach a descriptive name to each Bookmark which can be later seen in a tooltip next to the Bookmark.
Bookmarks are indicated by a bookmark icon bookmark_icon.gif in the left margin.
Open the Bookmark view (command_link.png Window | Show View | Other |General | Bookmarks) to navigate between existing Bookmarks.
Add Task...Inserts a task into your script.
Tasks are used as reminders to the programmer. For maximum effectiveness, tasks should be placed next to the section of code on which the action will be implemented.
Open the tasks view (command_link.png Window | Show View | Tasks) to navigate between existing tasks.
Show Tooltip DescriptionShows the value of a hover that would appear at the current cursor location. The dialog shown is scrollable and does not shorten descriptions.
Word CompletionAlt+/Completes a word being typed. Enter the first few letters of the word and press Alt+/ to complete the word.
Completes a prefix to a word occurring in all currently open editors or buffers.
Quick FixCtrl+1Displays possible quick fix options for problems in the Problems view.
To use this option, first select a problem in the Problems view.
Note: This option will not always be available.
Set EncodingChanges the file encoding used to read and write the file in the active editor.