mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 23:40:22 +02:00
6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
Example for SynEdit's Highlighter: TSynPositionHighlighter
|
|
(SynEdit is the editor used by the IDE)
|
|
|
|
TSynPositionHighlighter allows one to highlight text at one or more fixed position(s).
|
|
For example, it can be used to highlight the first 3 letters of the 2nd line of text, in a specific color.
|