looking for a good keyword highlighter / syntax editor control

P

PJ6

Years ago I looked for a text editor control that would do automatic keyword
highlighting, to no avail. I found sample code to roll my own, but all of
that was crap (mostly because of the way the RichTextBox base class was
written, and the limitations of GDI+). I ended up coming to conclusion that
I'd have to write my own in C++ to make it work right, at which point I gave
up. Now it seems there are controls out there that may do the trick (i.e.
actipro's syntax editor)... are any highly recommended? My primary objective
is text editing with SQL syntax highlighting identical to Enterprise
Manager, but VB/C# syntax highlighting may be nice, too.

Paul
 
L

Lloyd Sheen

PJ6 said:
Years ago I looked for a text editor control that would do automatic keyword
highlighting, to no avail. I found sample code to roll my own, but all of
that was crap (mostly because of the way the RichTextBox base class was
written, and the limitations of GDI+). I ended up coming to conclusion that
I'd have to write my own in C++ to make it work right, at which point I gave
up. Now it seems there are controls out there that may do the trick (i.e.
actipro's syntax editor)... are any highly recommended? My primary objective
is text editing with SQL syntax highlighting identical to Enterprise
Manager, but VB/C# syntax highlighting may be nice, too.

Paul
http://www.actiprosoftware.com/Default.aspx

I have used this and it will do exactly what you want.

LS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top