lazarus/examples/SynEdit/SynPositionHighlighter
2017-05-11 09:04:51 +00:00
..
README.txt
synpositionhighlighterexample1.lpi Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
synpositionhighlighterexample1.lpr
unit1.lfm
unit1.pas Examples: Fix compilation when function wrappers in FileUtil are disabled (define NoLazUTF8Wrappers). Clean uses sections. 2015-07-04 23:08:27 +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.