lazarus/examples/SynEdit/NewHighlighterTutorial
2022-05-17 20:50:08 +00:00
..
contexthl.pas Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
foldhl.pas Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
HighlighterTutorial.lpi Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
HighlighterTutorial.lpr Examplesmv restructure examples dir much like it used to be 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
simplehl.pas Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
SynEdit - New Highlighter Tutorial.ex-meta 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 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.