Textpad is OK for Windows editing of perl code. It's very stable. It does syntax higlighting very well (in
four different flavors), and you can add menu options that trigger programs. When triggering a program you can e.g provide the path to the current file, the selected word or selected line as arguments. You cannot pass on a multi-line selection, which is a pity, since that would make it easy to just select an arbitrary piece of code and transform it in nifty ways.
So in my setup I have these menu options:
- Run perl with current file (duh!)
- Check perl syntax
- Look up selected word with perldoc
- Start ptk debugger with current file
- Check in current file to CS-RCS revision control system
(If anyone has some more Textpad solutions for perl, please let me know.)
It doesn't do any context-sensitive help, does not simulate CGI input, although you can probably use external programs as above to get something half-integrated, but not right into the GUI.
/jeorgen
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.