Colored SQL Editor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anybody know how to change a multi line textbox or a richTextBox to sort
of a smart sql editor (Colors reserved words..etc)?
Is there an open source component somewhere that can be used?
Thanks,
 
Thanks, I already use VS.NET for my editing, when i meant Opensource i didnt
mean the .NET editor but the sql editor.
Unless there is a sql editor control in sharpEdit? Is there?
Thanks,
-Ash
 
There is a code-highlighting editor in SharpDevelop, which is comparable to
the one which is in VS.NET. It is highly customizable, so you can use it for
SQL highlithting, of course.
Have a look at the source.
 
Back
Top