DSPRelated.com
Forums

Where can I find a good C editor (free)

Started by ma June 5, 2006
Hello,

    I need a free C/C++ editor with syntax highlighting and a good interface 
to make utility. I appreciate your help on introducing me one. I am using 
ScrEdit now, but I think thee should be some more sophisticated one around.



Best regards


On Mon, 05 Jun 2006 14:41:21 GMT, ma wrote:

> Hello, > > I need a free C/C++ editor with syntax highlighting and a good interface > to make utility. I appreciate your help on introducing me one. I am using > ScrEdit now, but I think thee should be some more sophisticated one around. > > > > Best regards
I like vim for basic editing. <http://www.vim.org/>
ma wrote:
> Hello, > > I need a free C/C++ editor with syntax highlighting and a good interface > to make utility. I appreciate your help on introducing me one. I am using > ScrEdit now, but I think thee should be some more sophisticated one around. > > > > Best regards > >
try SciTE from http://www.scintilla.org Steve
ma wrote:
> Hello, > > I need a free C/C++ editor with syntax highlighting and a good interface > to make utility. I appreciate your help on introducing me one. I am using > ScrEdit now, but I think thee should be some more sophisticated one around. > > > > Best regards > >
You're on Windows? Crimson Editor is quite simple, but it has all the essentials (and syntax highlighting). You may also want to try Eclipse -- I haven't tried it, but it's supposed to be the Next Big Thing. -- Tim Wescott Wescott Design Services http://www.wescottdesign.com Posting from Google? See http://cfaj.freeshell.org/google/ "Applied Control Theory for Embedded Systems" came out in April. See details at http://www.wescottdesign.com/actfes/actfes.html
"ma" <ma@nowhere.com> wrote in message
news:loXgg.323410$xt.243813@fe3.news.blueyonder.co.uk...
> Hello, > > I need a free C/C++ editor with syntax highlighting and a good
interface
> to make utility. I appreciate your help on introducing me one. I am using > ScrEdit now, but I think thee should be some more sophisticated one
around.
> >
Get Linux - it's all free there. M.P -- Posted via a free Usenet account from http://www.teranews.com
ma wrote:
> I need a free C/C++ editor with syntax highlighting and a good interface > to make utility. I appreciate your help on introducing me one. I am using > ScrEdit now, but I think thee should be some more sophisticated one around.
EMACS is available for windows and does c-mode highlighting quite nicely. Ciao, Peter K.
Peter K. skrev:
> ma wrote: > > I need a free C/C++ editor with syntax highlighting and a good interface > > to make utility. I appreciate your help on introducing me one. I am using > > ScrEdit now, but I think thee should be some more sophisticated one around. > > EMACS is available for windows and does c-mode highlighting quite > nicely.
EMACS works quite nicely under various flavours of UNIX, and used to be my preferred text editor. When I tried to install it under windows, it performed as if powered by a steam engine. Did I do something wrong or is it really so awfully slow when run under windows? Rune
I don't know about emacs, but xemacs works perfectly fine under
Windoze as well as reasonable operating systems :).

--Randy


Rune Allnor wrote:
> Peter K. skrev: > > ma wrote: > > > I need a free C/C++ editor with syntax highlighting and a good interface > > > to make utility. I appreciate your help on introducing me one. I am using > > > ScrEdit now, but I think thee should be some more sophisticated one around. > > > > EMACS is available for windows and does c-mode highlighting quite > > nicely. > > EMACS works quite nicely under various flavours of UNIX, and used to > be my preferred text editor. When I tried to install it under windows, > it performed as if powered by a steam engine. Did I do something wrong > or is it really so awfully slow when run under windows? > > Rune
Rune Allnor wrote:

> EMACS works quite nicely under various flavours of UNIX, and used to > be my preferred text editor. When I tried to install it under windows, > it performed as if powered by a steam engine. Did I do something wrong > or is it really so awfully slow when run under windows?
It starts up a little slowly, but when it's up and running I don't notice any delays. Ciao, Peter K.
Rune, Maybe your (emacs) load path (i.e., the one that
searches for packages) has gotten disconbobulated?

--Randy