Suitability for a programmer's editor

General TRichView support forum. Please post your questions here
Post Reply
Albert Wiersch

Suitability for a programmer's editor

Post 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
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Honestly, TRichViewEdit is not a best choice for code editor. It was not designed for that.
Rob
Posts: 52
Joined: Wed Sep 07, 2005 6:47 am

Post by Rob »

Take a look at SynEdit, which is available through SourceForge.
Guest

Post 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!
Stef
Posts: 90
Joined: Mon Aug 29, 2005 9:56 am
Contact:

Post 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.
Post Reply