lazarus/examples/SynEdit/SynPositionHighlighter
2022-05-17 20:50:08 +00:00
..
README.txt Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
SynEdit - SynPosition Highlighter.ex-meta Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
synpositionhighlighterexample1.lpi Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
synpositionhighlighterexample1.lpr Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
unit1.lfm Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
unit1.pas Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00

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.