Page 1 of 1

Suitability for a programmer's editor

Posted: Tue Nov 29, 2005 5:08 pm
by Albert Wiersch
I'm looking for a new component for my product, CSE HTML Validator Professional. It is mostly an HTML source code editor, not a WYSIWYG editor. It also has syntax highlighting for several languages, including PHP, CSS, C++, and more.

Is TRichView suitable for such a use? It looks like it would not be the optimal choice for a text/programmer's editor component, but I'd like to know for sure.

Thanks,
Albert

Posted: Tue Nov 29, 2005 9:03 pm
by Sergey Tkachenko
Honestly, TRichViewEdit is not a best choice for code editor. It was not designed for that.

Posted: Wed Nov 30, 2005 8:08 am
by Rob
Take a look at SynEdit, which is available through SourceForge.

Posted: Fri Dec 16, 2005 10:18 pm
by Guest
Rob wrote:Take a look at SynEdit, which is available through SourceForge.
Thanks... but SynEdit looks dead. No updates for two years. Also, no maintainer for C++Builder. So I'm still looking for the best code editing component for C++Builder.

Thanks!

Posted: Sat Dec 17, 2005 10:40 pm
by Stef
I don't think SynEdit is dead,
but maybe it's (almost) "finished" ;-)
The last stable build is from october 2005.

There's a project derived form SynEdit,
to implement code folding: Mystix

And if that's not enough you should take a look at Scintilla.