EmbeddedRelated.com
Forums
Memfault Beyond the Launch

Recommendation for Code/Text Editor?

Started by David T. Ashley May 23, 2005
Alan Balmer wrote:
> On 23 May 2005 06:51:35 -0700, shlomi.mor@gmail.com wrote: > > >>David T. Ashley wrote: >> >>>Can anyone recommend a text editor they are very hapy with (and why)? >>> >>>I'm tired of both Visual Studio and Metroworks CodeWarrior (for >> >>different >> >>>reasons). >>> >>>Thanks, Dave. >> >>I am using Source Insight. This is certainly the best editor you can >>find. >>I used both Visual Studio (with Visual Assist) and CodeWarrior - and >>Source Insight is MUCH MUCH better!!! >> >>look at www.sourceinsight.com > > > Looks interesting, but unfortunately it's Windows only. >
For Unix-style systems with X, try nedit. -- Tauno Voipio tauno voipio (at) iki fi
Epsilon, from Lugaru, is the finest programmer's editor available.  It has
all the power of emacs, but the extension language is C (well, C-like) and
95% of the editor is written in the extension language and available to you.
Further, questions to the author are generally answered the same day, if not
within an hour.

It's available for linux and Windows, with an older version available for
DOS.


-- 
#include <standard.disclaimer>
 _
Kevin D Quitt  USA 91387-4454         96.37% of all statistics are made up
On Mon, 23 May 2005 18:20:50 GMT, Tauno Voipio
<tauno.voipio@iki.fi.NOSPAM.invalid> wrote:

>Alan Balmer wrote: >> On 23 May 2005 06:51:35 -0700, shlomi.mor@gmail.com wrote: >> >> >>>David T. Ashley wrote: >>> >>>>Can anyone recommend a text editor they are very hapy with (and why)? >>>> >>>>I'm tired of both Visual Studio and Metroworks CodeWarrior (for >>> >>>different >>> >>>>reasons). >>>> >>>>Thanks, Dave. >>> >>>I am using Source Insight. This is certainly the best editor you can >>>find. >>>I used both Visual Studio (with Visual Assist) and CodeWarrior - and >>>Source Insight is MUCH MUCH better!!! >>> >>>look at www.sourceinsight.com >> >> >> Looks interesting, but unfortunately it's Windows only. >> > >For Unix-style systems with X, try nedit.
Nedit doesn't provide any of the analysis features of Source Insight, beyond a ctags interface. -- Al Balmer Balmer Consulting removebalmerconsultingthis@att.net
David T. Ashley schrieb:
> Can anyone recommend a text editor they are very hapy with (and why)? > > I'm tired of both Visual Studio and Metroworks CodeWarrior (for different > reasons). > > Thanks, Dave. > > >
I like the SemWare editor (for DOS) and jEdit (for win and Linux). They are both highly and *easily* configurable and tunable. Gerhard
David T. Ashley wrote:

> Can anyone recommend a text editor
You could try the Zeus for Windows programmer's editor/IDE: http://www.zeusedit.com/lookmain.html Zeus is shareware and as the name suggests Zeus only runs on Windows.
> they are very happy with (and why)?
Zeus has many happy users :) http://www.zeusedit.com/awards.html Cheers Jussi
On Mon, 23 May 2005 08:29:54 -0400, "David T. Ashley"
<dashley@cequentgroup.com> wrote:

>Can anyone recommend a text editor they are very hapy with (and why)?
Another vote for the "modern" implementation of vi: gvim. In addition to the usual arguments for vi ... 1. It doesn't rely on function keys or arrow keys or etc. to get the job done, so you can keep your fingers on the home row instead of all over the keyboard. 2. It doesn't rely on function keys or arrow keys or etc. so you can use it very easily over a serial terminal (when all else fails). 3. It has a powerful command and macro facility. 4. The core editor is small, so it will be found on pretty much any platform that has a C compiler. ... the latest generation adds syntax highlighting and "smarts" for languages ranging from Aap to yacc. It also allows (but does not require) staying edit mode and using the usual mouse and function key conventions. -- Rich Webb Norfolk, VA
On Mon, 23 May 2005 08:29:54 -0400, David T. Ashley wrote:

> Can anyone recommend a text editor they are very hapy with (and why)? > > I'm tired of both Visual Studio and Metroworks CodeWarrior (for different > reasons). > > Thanks, Dave.
JEdit is free/open source (www.jedit.org) Lightweight considering its written in Java Runs under windows/linux + others I like it because it has a good filesystem browser and also has split editing panes. There are lots of plugins too, although I haven't used too many of them. For screenshots see http://www.jedit.org/index.php?page=screenshots I use it mostly for writing c and html. Regards, Paul. -- Remove _rem_ before replying by email.
David T. Ashley <dashley@cequentgroup.com> wrote:
> Can anyone recommend a text editor they are very hapy with (and why)?
Since no editor war can ever possibly be complete without it, let me name the be-all and end-all of editors: (X)Emacs. Maybe the easiest way of describing it is this: if you want your editor to do something, but find that there's no Emacs support for it at all (not even a third-party Elisp macro), take this as a hint that you're probably trying to do the wrong thing. -- Hans-Bernhard Broeker (broeker@physik.rwth-aachen.de) Even if all the snow were burnt, ashes would remain.
David T. Ashley wrote:
> Can anyone recommend a text editor they are very hapy with (and why)? > > I'm tired of both Visual Studio and Metroworks CodeWarrior (for
different
> reasons).
There is of course the olden hexadecimal editor with a row of bulbs and toggle and pushbuttons, but is it still in use? (couldn't resist!)
Real Programmers (TM) use TECO.


-- 
#include <standard.disclaimer>
 _
Kevin D Quitt  USA 91387-4454         96.37% of all statistics are made up

Memfault Beyond the Launch