I have been using Notepad2 on Windows XP for a long time now. What I really like about it is that it's fast, has lots of features, and pressing Ctrl+L runs the script immediately. The entire program consists of two files : Notepad2.ini and Notepad2.exe (total size: 775 KB).
On Linux, Notepad2 is slow and glitchy with wine, so I use other things like Mousepad or Geany or whatever comes preinstalled with the distro. My three favorite distros are Slitaz, Lubuntu, and Slackware.
At one point, I decided to write my own perl editor in HTML and JavaScript (it's a HTA application in Windows), but I didn't know how to add syntax highlighting while the text is being edited. When the text is displayed (readonly), it's easy to add syntax highlighting, but when it's in a textarea box, and the user can edit things, it gets complicated. I don't know how to do that. Without the syntax highlighting, it's no good. Then the other downside of HTA app is that it will only work in Windows or in a web browser, so it's quite limited.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.