lazarus/examples/SynEdit/NewHighlighterTutorial
2016-03-21 19:59:59 +00:00
..
contexthl.pas Examples: Fix compilation when function wrappers in FileUtil are disabled (define NoLazUTF8Wrappers). Clean uses sections. 2015-07-04 23:08:27 +00:00
foldhl.pas SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
HighlighterTutorial.lpi SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
HighlighterTutorial.lpr
README.txt
simplehl.pas SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
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 the "Create your own SynEdit Highlighter" tutorial
(SynEdit is the editor used by the IDE)

The tutorial can be found at http://wiki.lazarus.freepascal.org/SynEdit_Highlighter

It explains the steps required to write your own highlighter from scratch.