Single best thing I can say about Open Perl IDE is that the author responds quickly to bug reports. Other than that I'd have to say I'm still evaluating it. My current arrangement is a selection of editors and IDESs, I mainly use EditPlus, which has almost everything I want, syntax highlighting and so on, test by Alt-tabbing to Dos session. Also use CodeWright for heavy search and replace (typically with better regexs than EditPlus) It also has everything I want, but it certainly wasn't free or even cheap. I've got all of the ActiveState products which are getting better at a nice rate...but still too slow. I use emacs if I'm going to need portability between platforms for code editing or if it seems like I'll need a specialized editor. Mostly I'll use whatever comes to hand that does what I need it to do. Extra stuff always winds up proving that there is still no such thing as a free lunch. Lately I'm doing so much in multiple languages that I need an editor that speaks whatever I'm doing or that can be made to do so. I don't think this is a battle you can win, just one that you can keep up with—barely!

hsm

In reply to Re: Open Source Perl IDE by hsmyers
in thread Open Source Perl IDE by staeryatz

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.