No there is none.
But from my point of view it's not as hard as that to write one, you basically need
- a strong stringlist processing class which implements history handling and all data-related stuffs
- a modular tokenizer/parser (used to set the brushes/font style on the paint event, modular because you would have to highlight many languages...)
- a container control, a bit like the ScrollBox but more "painting-oriented". It would be the ancestor of the Editor, but only as a a GUI, since you would adopt a design that strictly separates the data processing from the data representation...
- use only fixed-width font...(related to a previous criticism about text in FMX...)
I'm the author of a soft not so far from this (a hex editor written in vgScene, try it), so trust me, in 1 or 2 monthes a single person could write the root of a FMX syntax editor ;).
vg_synedit.pasfile can be found here ksdev.com/mplfiles – RRUZ Feb 1 at 20:55