API ReferenceEditor
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()
No results match this filter.
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 int Editor.TextCursor.Position { get; set; }
public string Editor.TextCursor.SelectedText { get; set; }
public int Editor.TextCursor.SelectionEnd { get; set; }
public int Editor.TextCursor.SelectionStart { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.TextCursor |