looking for a good keyword highlighter / syntax editor control

  • Thread starter Thread starter PJ6
  • Start date Start date
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
 
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
 
Back
Top