> but I REALLY appreciate being able to execute my scripts from within Geany, and then once I've seen the result, close the terminal window.

Yes this was (meant to be) included in Turnaround / Jump to Error

I configured F5 in emacs to run the code, open a frame with the output and jumping to errors.

Thats basic, every IDE should provide this.

> but Geany has this beautiful documents sidebar...

Geany is really neat, I think you generally mean a multiframe layout with specialized help windows like in ECB

> If I was able to controll the input from within the editor (similar to http://ideone.com, I would consider that an IDE feature

good IDE's allow multiple frames/windows and actions can be scripted, like saving a textbuffer automatically and feeding it as STDIN into a program.

I'm not sure about the easiest way to do this in Emacs or Komodo¹, but I never really needed this on the editor level.

Either it belongs to testing or it's handled with reading from <DATA>, both things happening on the Perl level.

Cheers Rolf

( addicted to the Perl Programming Language)

update

¹) see also http://docs.activestate.comkomodo4.4/run.html#run_advanced

in emacs I'd define a macro recording keystrokes to saves the script buffer and runs command with another text-buffer as input. These macro can be saved to file and bound to a key.

Having a code-wizard (like Komodo does) is for sure helpful.


In reply to Re^2: What are the criterias of a "good" Perl IDE? by LanX
in thread What are the criterias of a "good" Perl IDE? by LanX

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.