forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAHighlighterPreview
chuacw edited this page Feb 7, 2023
·
1 revision
If an IOTAHighlighter implements IOTAHighlighterPreview, a preview of that highlighter's code will be shown in the color page.
Up to Parent: IInterface
| Method | Description |
|---|---|
| GetDisplayName | The display name for the source sample. |
| GetSampleText | SampleText to highlight. |
| GetInvalidBreakpointLine | Retrieve the line for current settings. Return -1 to not show it. |
| GetCurrentInstructionLine | |
| GetValidBreakpointLine | |
| GetDisabledBreakpointLine | |
| GetErrorLine | |
| GetSampleSearchText | Sample text to search for in order to show it as highlighted. Return an empty string to not support it. |
| GetBlockStartLine | Block start/end positions MUST be valid. 1-based indexes. |
| GetBlockStartCol | |
| GetBlockEndLine | |
| GetBlockEndCol |
There are no properties.