Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Some of the features that were not mentioned above:

  • syntax highlighting. I like the visual cue when I mistype a keyword, forget to close a literal string with a terminating quote, etc.
  • code completion. That is have a mechanism to complete the variable name I am typing, as long as it has been declared before.
    This could be very useful when calling methods on objects, etc.
  • while calling a subroutine, displaying the prototype if one has been defined.
  • some kind of template feature, so that if I am beginning a new script, then it would have the standard use statements I have in all my script. (eg: use strict;use English;)
    Also, useful for adding new modules, oo-packages, etc
  • regex search and regex search and replace.
  • unlimited undo
  • able to interact with some of the common source code control systems (eg: CVS, RCS, perforce)
  • Able to do compare files {BTW, EDIFF rocks :-) }
  • It should be customizable and extensible, preferrably using perl as the script language.
  • cross-platform support. I would like to use the same editor whether I am working on Linux, FRE-BSD, Solaris, Tru64Unix, Windows, VMS or any other OS that comes along.

The popular editors (x)emacs and vim (I don't think much of the plain vanilla vi) do have most of the above things but not all and not as well as I would hope.

Just my .02

In reply to Re: Favorite or most wanted text editor features? by data64
in thread Favorite or most wanted text editor features? by EvanK

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-16 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found