I'm now building a developers editor using Lazarus and as every good developers editor, it needs to have a syntax highlighting, because of this that I want to know some things:
- How is syntax highlight normally built(using many
if
s to change the font on aTextField
? TSynEdit
is very nice to do this?- How to use
TSynEdit
(links and resources)?