[1]A new syntax-highlighting editor has been unleashed upon the Delphi world by Lasse Rautiainen [2], it’s named TBCEditor, and it is quite full-featured, clean, stable and fast.
The main source code is TBCEditor on github [3] and supports Delphi XE4-XE8, I have made a fork TBCEditorXE on bitbucket [4] which supports XE.
TBCEditor supports the usual syntax highlighter stuff, but also many extras which are expected from syntax highlighters these days (non exhaustive list below):
- Code folding, matching pairs
- Nested highlighting rules (JavaScript within HTML f.i.)
- MiniMap
- Normal/Wildcard/RegExp search with search map
- Macros
- Plenty of options
Check it out, it is very cool, thanks Lasse!