Hi there, just downloaded the latest framework sdk and I want to find a
good freeware editor that recognize C# syntax. Is there some around? What
about free winforms editor?
Thank you
Richard Cook - 29 Aug 2003 23:06 GMT
for noncommercial use, this seems to be free.
http://www.borland.com/products/downloads/download_csharpbuilder.html
no idea what it's like.
> Hi there, just downloaded the latest framework sdk and I want to find a
> good freeware editor that recognize C# syntax. Is there some around? What
> about free winforms editor?
>
> Thank you
younker - 05 Sep 2003 10:12 GMT
Yes, I think this is the best one, i have just download
the personal edition, and it is very good.
>-----Original Message-----
>for noncommercial use, this seems to be free.
[quoted text clipped - 9 lines]
>
>.
Michael Mayer - 30 Aug 2003 02:25 GMT
If we're not talking IDEs (just editors) then my favorite editor can be
found here: www.vim.org (opensource, free, donate to uganda children if you
feel like it). Can syntax color C#, but no code completion. VI syntax is
very cryptic for noob's!
And here's a good list of editors (generic, not necessarily for C#).
http://www.keithdevens.com/downloads/#editors
Lots of other good tools are listed there as well.

Signature
Mike Mayer
http://www.mag37.com/csharp/
mike@mag37.com
> Hi there, just downloaded the latest framework sdk and I want to find a
> good freeware editor that recognize C# syntax. Is there some around? What
> about free winforms editor?
>
> Thank you
Marc Scheuner [MVP ADSI] - 08 Sep 2003 07:26 GMT
>If we're not talking IDEs (just editors) then my favorite editor can be
>found here: www.vim.org
VI ?!?!??!! <shudder> <PANIC ATTACK>
Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
Marc Scheuner [MVP ADSI] - 08 Sep 2003 07:27 GMT
>Hi there, just downloaded the latest framework sdk and I want to find a
>good freeware editor that recognize C# syntax. Is there some around? What
>about free winforms editor?
TextPad - it's not totally free, but an excellent all-around editor
(for C#, SQL, Delphi, INI files, whatever you might be editing):
http://www.textpad.com
Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
Pete - 08 Sep 2003 11:11 GMT
Hi,
> TextPad - it's not totally free, but an excellent all-around editor
> (for C#, SQL, Delphi, INI files, whatever you might be editing):
>
> http://www.textpad.com
I used to use TextPad with Java and found it to be quite good. Not too sure
with c# though.. Crimson Editor seems a little better.
-- Pete
Michel Racicot - 08 Sep 2003 16:20 GMT
Thanks to everyone for you answers.
After trying SharpDevelop and Borland C# Builder, I've choosen C# builder.
This software is incerdible! The form designer is efficient, powerful and
complete. The IDE also support integrated debugging, breakpoints and so
on...
Especially usefull for peoples who already knows Borland shortcuts keys.
There are many many things implemented in this IDE that are only found in
professional developping tools.