SelectedTextHighlighter Type
Highlight-all-occurrences-of-selected-text in Log Text View if the selection is more then two non-whitespace characters.
Constructors
Constructor |
Description
|
Full Usage:
SelectedTextHighlighter(lg)
Parameters:
TextEditor
Returns: SelectedTextHighlighter
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.ColorHighlighting
|
The color used for highlighting other occurrences of the selected text. |
Full Usage:
this.IsEnabled
|
To enable or disable this highlighter, it is enabled by default. |
Full Usage:
this.OnHighlightChanged
Returns: IEvent<string * ResizeArray<int>>
|
Occurs when the selection changes to more than two non-whitespace Characters. Returns tuple of selected text and list of all start offsets in full text. (including invisible ones)
|
Full Usage:
this.OnHighlightCleared
Returns: IEvent<unit>
|
Occurs when the selection clears or is less than two non-whitespace Characters.
|
|
|