We currently have:
Can we have the reverse as well:
SetSelection() is used to select text in the world window and GetCommandSelection() is used to get the selected text in the command window.
A -1 for LineStart or LineEnd signifies the last line without having to first query it.
SetCommandSelection()
and
GetSelectionEndColumn()
GetSelectionEndLine()
GetSelectionStartColumn()
GetSelectionStartLine()Can we have the reverse as well:
BSTR GetCommandSelection()
and
void SetSelection(long LineStart, long LineEnd, long ColumnStart, long ColumnEnd)SetSelection() is used to select text in the world window and GetCommandSelection() is used to get the selected text in the command window.
A -1 for LineStart or LineEnd signifies the last line without having to first query it.