Adding Text

The editor has two text input modes:

To toggle between insert and overwrite mode

Deleting Text

To delete one character to the left of the cursor
To delete one character to the right of the cursor
To delete one word to the left of the cursor
To delete one word to the right of the cursor
To delete an area of selected text

Using The Clipboard

To copy selected text from the current editor and place them onto the clipboard
To copy selected text from the current editor and append them onto the end of the clipboard
To copy whole lines from the current editor and place them onto the clipboard
To copy whole lines from the current editor and append them onto the end of the clipboard
To copy bookmarked lines from the current editor place them onto the clipboard
To copy bookmarked lines from the current editor and append them onto the end of the clipboard
To cut selected text from the current editor and place them onto the clipboard
To cut selected text from the current editor and append them onto the end of the clipboard
To cut whole lines from the current editor and place them onto the clipboard
To cut whole lines from the current editor and append them onto the end of the clipboard
To cut bookmarked lines from the current editor and place them onto the clipboard
To cut bookmarked lines from the current editor and append them onto the end of the clipboard
To paste text into current editor from clipboard
To paste text into a new editor from clipboard
To clear the clipboard

Undo And Redo

The editor has an undo facility to undo previous editing actions. The redo feature can be used to re-apply previously undone editing actions.

To undo editing actions
To redo editing actions

Indentation

The editor uses the Tab key to increase or decrease the indentation level. The indentation size can be altered in the editor's Language Properties window.

To change the indentation size

The editor can optionally use tab characters to fill whitespace when indenting. The use of tabs for filling whitespace can be selected in the editor's Language Properties window.

To enable or disable the use of tab characters when indenting

The editor can provide assistance with source code indentation while inserting text. There are three levels of indentation assistance:

To change the indentation mode
To change whether opening braces are indented in smart indent mode
To change whether closing braces are indented in smart indent mode
To change number of previous line used for context in smart indent mode