The Edit Menu

EditUndo (Ctrl+Z)

Undo the last editing command (typing, copying, cutting etc.)

Note

This may undo several editing commands of the same type, like typing in characters.

EditRedo (Ctrl+Shift+Z)

This will reverse the most recent change (if any) made using Undo.

EditCut (Ctrl+X)

This command deletes the current selection and places it on the clipboard. The clipboard works invisibly and provides a way to transfer data between applications.

EditCopy (Ctrl+C)

This copies the currently selected text to the clipboard so that it may be pasted elsewhere. The clipboard works invisibly and provides a way to transfer data between applications.

EditPaste (Ctrl+V)

This will insert the first item in the clipboard at the cursor position. The clipboard works invisibly and provides a way to transfer data between applications.

Note

If Overwrite Selection is enabled, the pasted text will overwrite the selection, if any.

EditPaste Selection (Ctrl+Shift+Ins)

This will paste the mouse selection contents that were chosen previously. Mark some text with the mouse pointer to paste it in the currently open file using this menu item.

EditSwap with clipboard contents

This will swap the selected text with the clipboard contents.

EditClipboard History

This submenu will display the beginning of portions of text recently copied to the clipboard. Select an item from this menu to paste it in the currently open file.

EditCopy as HTML

Copy the selection as HTML, formatted using the current syntax highlighting and color scheme settings.

EditSelect All (Ctrl+A)

This will select the entire document. This could be very useful for copying the entire file to another application.

EditDeselect (Ctrl+Shift+A)

Deselects the selected text in the editor if any.

EditBlock Selection Mode (Ctrl+Shift+B)

Toggles Selection Mode. When the Selection Mode is BLOCK, the status bar contains the string [BLOCK] and you can make vertical selections, e.g. select column 5 to 10 in lines 9 to 15.

EditInput Modes

Switch between a normal and a vi-like, modal editing mode. The vi input mode supports the most used commands and motions from vim's normal and visual mode and has an optional vi mode statusbar. This status bar shows commands while they are being entered, output from commands and the current mode. The behavior of this mode can be configured in the Vi Input Mode section of the Editing page in this application's settings dialog.

EditOverwrite Mode (Ins)

Toggles the Insert/Overwrite modes. When the mode is INS, you insert characters where the cursor is. When the mode is OVR, writing characters will replace the current characters if your cursor is positioned before any character. The status bar shows the current state of the Overwrite Mode, either INS or OVR.

EditFind... (Ctrl+F)

This opens the incremental search bar at the bottom of the editor window. On the left side of the bar is a button with an icon to close the bar, followed by a small text box for entering the search pattern.

When you start entering characters of your search pattern, the search starts immediately. If there is a match in the text this is highlighted and the background color of the entry field changes to light green. If the search pattern does not match any string in the text, this is indicated by a light red background color of the entry field.

Use the or button to jump to the next or previous match in the document.

Matches in the document are highlighted even when you close the search bar. To clear this highlighting, press the Esc key.

You can choose whether the search should be case sensitive. Selecting will limit finds to entries that match the case (upper or lower) of each of the characters in the search pattern.

Click on the button at the right side of the incremental search bar to switch to the power search and replace bar.

EditFind VariantsFind Next (F3)

This repeats the last find operation, if any, without calling the incremental search bar, and searching forwards through the document starting from the cursor position.

EditFind VariantsFind Previous (Shift+F3)

This repeats the last find operation, if any, without calling the incremental search bar, and searching backwards instead of forwards through the document.

EditFind VariantsFind Selected (Ctrl+H)

Finds next occurrence of selected text.

EditFind VariantsFind Selected Backwards (Ctrl+Shift+H)

Finds previous occurrence of selected text.

EditReplace... (Ctrl+R)

This command opens the power search and replace bar. On the upper left side of the bar is a button with an icon to close the bar, followed by a small text box for entering the search pattern.

You can control the search mode by selecting Plain text, Whole words, Escape sequences or Regular expression from the drop down box.

If Escape sequences or Regular expression are selected, the Add... menuitem at the bottom of the context menu of the text boxes will be enabled and allows you to add escape sequences or regular expression items to the search or replace pattern from predefined lists.

Use the or button to jump to the next or previous match in the document.

Enter the text to replace with in the text box labeled Replace and click the Replace button to replace only the highlighted text or the Replace All button to replace the search text in the whole document.

You can modify the search and replace behavior by selecting different options at the bottom of the bar. Selecting will limit finds to entries that match the case (upper or lower) of each of the characters in the search pattern. will search and replace within the current selection only. The Find All button highlights all matches in the document and shows the number of found matches in a small popup.

Click on the button at the right side of the power search and replace bar to switch to the incremental search bar.

EditGo ToGo to Matching Bracket (Ctrl+6)

Move the cursor to the associated opening or closing bracket.

EditGo ToSelect to Matching Bracket (Ctrl+Shift+6)

Selects the text between associated opening and closing brackets.

EditGo ToGo to Previous Modified Line

Lines that were changed since opening the file are called modified lines. This action jumps the previous modified line.

EditGo ToGo to Next Modified Line

Lines that were changed since opening the file are called modified lines. This action jumps the next modified line.

EditGo ToGo to Line... (Ctrl+G)

This opens the goto line bar at the bottom of the window which is used to have the cursor jump to a particular line (specified by number) in the document. The line number may be entered directly into the text box or graphically by clicking on the up or down arrow spin controls at the side of the text box. The little up arrow will increase the line number and the down arrow decrease it. Close the bar with a click on the button with an icon on the left side of the bar.