lazarus/examples/SynEdit/SynPositionHighlighter
martin c5f2e44a7c Description for example
git-svn-id: trunk@32962 -
2011-10-18 12:48:51 +00:00
..
README.txt Description for example 2011-10-18 12:48:51 +00:00
synpositionhighlighterexample1.lpi SynEdit examples: renamed 2010-08-24 15:39:06 +00:00
synpositionhighlighterexample1.lpr SynEdit examples: renamed 2010-08-24 15:39:06 +00:00
unit1.lfm SynEdit examples: renamed 2010-08-24 15:39:06 +00:00
unit1.lrs SynEdit examples: renamed 2010-08-24 15:39:06 +00:00
unit1.pas Examples: improve position highlighter example 2010-10-11 22:56:04 +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.