I think there's an issue with your statement about there being no vim for Windows. Namely, that it is available right on vim.org for anyone to download and install. There's an alternate source at https://bitbucket.org/Haroogan/vim-for-windows too. See also http://gvim.en.softonic.com/, portable gvim, and the download page for Cream which is vim plus some bonus niceties.

There are also several ways to run Emacs on Windows.

Elvis is another vi clone available on the Mac, Windows, DOS, and OS/2 as well. jVi runs anywhere you have a JVM and NetBeans. vile has a Windows version.

I imagine Zee (simple editor), Zemacs (an Emacs), and Zi (a vi) would run on Windows if you squared away your Lua installation on that platform to support Zile.

As for other non-vi, non-emacs free (libre and gratis) text editors and IDEs, the granddaddy of them all appears to be Eclipse. There are lots of things out there, though, that run on Windows as well as other platforms.:

If you have Msys Git, MSys (another page on how install MSYS tools) or GNU tools for Windows there's a decent chance of getting your Linux/Unix console text editor of choice to run fine. With Cygwin there's a very good chance most Linux/Unix console text editors would work fine without much work.

There are non-free (not libre, not gratis) options like UltraEdit and TextPad.


In reply to Re: Creating Perl5 plugin for Intellij IDEA by mr_mischief
in thread Creating Perl5 plugin for Intellij IDEA (Camelcade) by hurricup

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.