Previous Section
2.4 The Editor
| Contents | Next Section
2.6 View Menu

2.5 Edit Menu



Standard: Standard cut, copy, paste options available.

Indentation: Indent adds the tab character at the beginning of each selected line, while Outdent works the inverse.

Commentation: Comment and Uncomment have 2 modes. With HLA files (sources ending with .hla or .hhf), the comment adds a double slash at the beginning of each selected line. With FASM files (sources ending with .asm), the comment adds a semi colon to the start of each selected line. Uncomment works the inverse.

Bookmarks: Toggle bookmark adds a bookmark at the current line. The margin displays a filled circle at the location. Next/Previous Bookmarks cycle between saved bookmarks. Clear All Bookmarks removes all saved bookmarks.

Block Selection: Mark Set/End sets begin and end points for block selection. This is an alternative to shift-scrolling to select large blocks of text.

Quick Navigation to Labels: Find/Return Declare tries to find the location in the sources where the current label under the carot is declared. The middle mouse button does the same thing except for the word currently under the carot position. Only 1 jump postion is saved. Selecting this item again returns to the original spot.

Note: When the cursor hovers over a declared label, the property information of the label (if any) is displayed on the status bar.

Goto Program Begin jumps to the main program begin location.