Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

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

First of all, an editor needs a clipboard. I've learned the necessary tricks for Windows, pico and vi :

  • For Windows, it's CTRL-C, CTRL-V and CTRL-X
  • For pico, it's CTRL-K to erase a line and CTRL-U to paste a set of lines
  • For vi, it's dd to erase a line and p to paste it.

The second nice-to-have thing is the ability to replay keystrokes. pico has no such capability, vi has limited capability by prefixing the number of repetitions to a single command, and the Borland IDEs and proton have that capability. notepad lacks that capability. D'oh.

Syntax highlighting is nice eye-candy that helps immensely when doing some TeX stuff. Both, proton and nedit do that.

Being able to read (and maybe write) both, Unix and DOS line endings is a sure plus, but not really necessary, as I can convert stuff using Perl anyway.


In reply to RE: Editor tricks. by Corion
in thread Editor tricks. by Macphisto

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 avoiding work at the Monastery: (4)
As of 2024-04-20 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found