This is an adapted version of the KOL ole RichEdit control that
surfaces the Text Object Model COM interfaces that are available from
RichEdit 2.0.
These are the interfaces that Microsoft uses in its Visual Studio and VBA
editors as well as in other products.
These interfaces are very powerfull and easy to use and make it very easy to do
syntaxhighlighting - and fast!- etc.
I have made them available for KOL through the new "TextDocument" property.
All other code is untouched.
On the MSDN website you can find more information about the Text Object Model
or "TOM" and how to use the interfaces.

I really can't figure why nobody has done this for Delphi before?
So I did a VCL version as well.
This one is for KOL only.


Have fun,


Thaddy


correction: 21.01.06 by homm (mailto:homm86@mail.ru)