I agree. In fact I have two copies of Komodo - a pro version at work and a "home" version at home. Even more important is that it has subversion support built in too (Update bah, pro version only). ;)

When I was looking around for a Perl IDE a year and a half ago I completely wasted about three days trying to get Eclipse installed with EPIC and be able to use the debugger in any sensible fashion. I couldn't find a way to do it. Others (g0n perhaps? Update Getting started with Eclipse & EPIC and Re: Perl Editor - Eclipse EPIC - How to debug?) have posted a good 'how to' recently and the problems seem to have been resolved - much too late for me though.

The Komodo editor has a lot of great features. It stands very well beside the Visual Studio IDE, and that is high praise. Indeed Komodo has features that I really miss when I turn back to the VS IDE such as being able to toggle the presence of various docked windows and its template/snippit management.

On the other hand, it does have a few bugs. The editor seems pretty stable, but the debugger looses the plot sometimes. I suspect that the debugger API is a little hairy with the result that Komodo can't regain control of the debugger at times leaving a hung process. Most often killing the Perl process allows Komodo to recover. Occasionally the Komodo process needs to be killed off too. Fortunately Komodo loads reasonably quickly and, if you use the auto save before run option, none of your edits are lost.

Komodo also has very good support HTML and XML editing along with support for a variety of other languages (Python, Ruby, PHP, ...) that may be installed on your system.

In case you didn't guess, I highly recommend Komodo.


DWIM is Perl's answer to Gödel

In reply to Re^2: Perl IDE by GrandFather
in thread Perl IDE by gperl

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.