lazarus/examples/SynEdit/SynPositionHighlighter
2013-09-29 07:53:52 +00:00
..
README.txt
synpositionhighlighterexample1.lpi
synpositionhighlighterexample1.lpr
unit1.lfm
unit1.pas examples: replace the rest forms stored in lrs with FPC resource forms 2013-09-29 07:53:52 +00:00

Example for SynEdit's Highlighter: TSynPositionHighlighter
(SynEdit is the editor used by the IDE)

TSynPositionHighlighter allows 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.