Page 1 of 1
Source code editing component for C#?
Posted: Sat Mar 17, 2007 12:07 am
by Kale
Anyone know of any source code editing components for C#? Either written in C# or compatible with.
Posted: Sat Mar 17, 2007 9:17 am
by bembulak
SharpDevelop, the OpenSource C# IDE has syntax-highlighting. There is some kind of stuff in there, I guess. It's written in C# and the source is free - so you can look at it. But it's a huge project.
There is also "SnippetCompiler" - a small editor for C# written in C#, but I don't know, if you can look at the source.
I'm sure there is one, but I never heard of a component like a "Gadget" you drag into your form and have a syntax-highlighting.
A quick search in a german board brought these (results in english):
http://www.icsharpcode.net/OpenSource/S ... velop.aspx
http://www.geocities.com/egon_rath/edtest.zip
http://community.sharpdevelop.net/forums/
Hope it helps.
Posted: Sat Mar 17, 2007 2:38 pm
by Kale
thanks ill have a look.

Posted: Sat Mar 17, 2007 6:19 pm
by bembulak
You're welcome.
Would you let me know if you found some interesting results?