Actipro SyntaxEditor - Windows Forms .NET Control
Virtual Space
SyntaxEditor supports virtual space past the end of lines as well as past the end of the document.
Selection starting withing the document characters (note document whitespace is visible) and extending into virtual space at the caret
When virtual space past the end of lines is enabled, the caret is able to move beyond the line terminator.
Typing a character while the caret is in virtual space past the end of a line will automatically insert
enough whitespace characters to fill up to the typed character before it is inserted.
When virtual space past the end of the document is enabled, the caret is able to move onto display lines beyond the last line in the document.
Typing a character while the caret is in virtual space past the end of the document will automatically
insert enough document lines and whitespace characters to fill up to the typed character before it is inserted.
|