http://qs321.pair.com?node_id=789081


in reply to What are the criterias of a "good" Perl IDE?

In addition to what you have told, having vim editor support would be awesome (like Eclim).


Vivek
-- 'I' am not the body, 'I' am the 'soul', which has no beginning or no end, no attachment or no aversion, nothing to attain or lose.
  • Comment on Re: What are the criterias of a "good" Perl IDE?

Replies are listed 'Best First'.
Re^2: What are the criterias of a "good" Perl IDE? ("standard" interface)
by LanX (Saint) on Aug 17, 2009 at 11:57 UTC
    Thanks for the link! 8)

    Anyway Eclim seams to be a very special and somehow confusing example of melting together a common IDE with a common editor instead of emulating.

    Do you rather mean that products should have UI compatibility modes for common editors?

    Many projects assume that emacs and vim keybindings are the two "lingua francas"ยน of editing.

    E.g. Komodo edit has "Vi emulation" and "Emacs keybindings"

    Or emacs has various vi-emulations like vi-mode, viper-mode, ... and CUA-mode to emulate windows copy&paste behaviour.

    That's what you mean???

    Cheers Rolf

    FOOTNOTES:

    (1) this standard is also reflected in bash and readline offering. From `man bash`:

    By default, the line editing commands are similar to those of emacs. A vi-style line editing interface is also available.