syntax highlight with richtextbox, possible?
-
May I ask if it is possible to implement syntax highlight function using c#? Example will be a great help.
I asked about this a little while back and there seems to be very little information available on it :( I was pointed to sharp develop, an open source IDE for c# written in c#, to me this was of little use and far to complicated for what i need but it might be of use to you?
-
I asked about this a little while back and there seems to be very little information available on it :( I was pointed to sharp develop, an open source IDE for c# written in c#, to me this was of little use and far to complicated for what i need but it might be of use to you?
you could take a look at our syntax highlighter http://www.compona.com/Default.ascx (costs 155$ tho) //Roger
-
I asked about this a little while back and there seems to be very little information available on it :( I was pointed to sharp develop, an open source IDE for c# written in c#, to me this was of little use and far to complicated for what i need but it might be of use to you?
-
So, may I ask, after I download the source of SharpDevelop, which component I should look for?? Thank you very much.
the first thing to do is compile sharp develop, once youve done that run it and open the sharpdevelop combine, it will list some components in the project browser, i cant remember which part its in, but its fairly obvious its one of the editor projects (either text editor or default editor). I suggest you open a .cs file in the editor to see what it can do and see how complicated it all is! i pretty much gave up on it but if you do find anything of use (even a hint or two) or manage to develop a basic component i would be massivly greatful if you could share some of the mroe complicated areas with me :)