Looking for Good Syntax Highlighting control
hi, I am makeing a little IDE for Console apps you know using the CodeDOM Compiler, I sort of made my editor, but it lacks Syntax Highlighting, I was going to have a look at converting an old one I made in VB6 but has well lets say a lot of pit falls and very slow on Highlighting, Just wondering if anyone knows of a good one I can use, and something that is easy to implant,
Thanks
Re: Looking for Good Syntax Highlighting control
I don't know much about it or what alternatives there are but I believe that the code editor used in SharpDevelop can be used as a standalone control.
Re: Looking for Good Syntax Highlighting control
Try this from Code Project: http://www.codeproject.com/Articles/...x-highlighting
It does exactly what it says on the tin!