in reply to Creating Perl5 plugin for Intellij IDEA (Camelcade)

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.

  • Comment on Re: Creating Perl5 plugin for Intellij IDEA

Replies are listed 'Best First'.
Re^2: Creating Perl5 plugin for Intellij IDEA
by hurricup (Pilgrim) on Apr 21, 2015 at 04:11 UTC

    Again, I want IDE. Not editor with autocomplete from Webster's dictionary and syntax highlighting.

      If Eclipse hasn't enough features for you, then you need to think really hard about what exactly it is you want.

        I'll check it again and tell you what I don't like

        P.S. Checked one article in Russian, from JavaDev perspective: IDEA understands code context and your autocomplete and refactoring works much better. As a result: you can write better and faster.

        P.P.S. I remembered. last time Eclipse failed to install EPIC on my work computer with some XML error. couldn't figure out what is wrong.

        Now EPIC installed, trying to create project for our website and getting error. Not sure I'll continue to try to create project.

        I don't know is it problem of EPIC or Eclipse or my machine. Just know that i never had such problems with IDEA.