Can we have a the following text selection commands?

Posted by Kahenraz on Fri 26 Apr 2019 05:33 PM — 1 posts, 7,360 views.

#0
We currently have:

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.