s&box docs

public class Editor.TextCursor

Methods

Showing 6 methods

public void ClearSelection()

protected virtual override void Finalize()

public void InsertHtml(string str)

public void InsertText(string str)

public void RemoveSelectedText()

public void SelectBlockUnderCursor()

Properties

Showing 7 properties

public int Editor.TextCursor.BlockNumber { get; set; }

public int Editor.TextCursor.ColumnNumber { get; set; }

public bool Editor.TextCursor.HasSelection { get; set; }

public string Editor.TextCursor.SelectedText { get; set; }

public int Editor.TextCursor.SelectionEnd { get; set; }

public int Editor.TextCursor.SelectionStart { get; set; }

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.TextCursor

On this page