Used internally by TextEditor to manage text edits.

Constructor

new(textEditor:TextEditor)

Creates a new EditManager object.

Methods

toggleBlockComment():Void

Toggles a block comment at the current caret position.

toggleLineComment():Void

Toggles a line comment at the current caret position.