Source code editing component for C#?

For everything that's not in any way related to PureBasic. General chat etc...
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Source code editing component for C#?

Post by Kale »

Anyone know of any source code editing components for C#? Either written in C# or compatible with.
--Kale

Image
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 576
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post 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.
cheers,

bembulak
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

thanks ill have a look. :)
--Kale

Image
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 576
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

You're welcome.
Would you let me know if you found some interesting results?
cheers,

bembulak
Post Reply