If platform independence is something you care about, go for either a decent vi clone like vim (with gvim attached), or emacs/xemacs.

I use Emacs with the viper mode (vi emulator mode), so I get the best of both worlds - vi keybindings for compatibility with even the oldest environments around, and guaranteed availability of a decent editor that I know by heart everywhere (vi is a POSIX standard), and Emacs for the IDE features and general integration with versioning systems like CVS, and all the other stuff.

BTW, Emacs works very well on Win32 systems, too.

For me, the biggest point in choosing an editor is making a decision that will make my "editing reflexes" work everywhere. So, in reality we are not talking software here, but ergonomy or usability, and availability on different platforms. Currently, only the vi user interface will be able to meet this requirement, as it is installed by default nearly everywhere, and it is a supported standard, so there are "official" versions of it for all the different platforms. This can mean a lot in the real world, where you simply won't be allowed to install your stuff - but the work needs to be done anyhow, in a lonely server room with a lot of stone-age boxen with tight security.

Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com


In reply to RE: Code Editor by clemburg
in thread Code Editor by FiReWaLL

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.