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
ifs to change the font on aTextField? TSynEditis very nice to do this?- How to use
TSynEdit(links and resources)?