Re: [PATCH] Add Notepad++ And Padre and other minor changes
[email protected] (Shlomi Fish) Wed, 18 Feb 2009 11:08:59 +0200
| Newsgroups | perl.perlfaq.workers |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 17 February 2009 23:33:17 brian d foy wrote: > [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article <[email protected]>, Shlomi Fish > > <[email protected]> wrote: > > This patch adds Notepad++ and Padre to the perlfaq (SVN trunk) and some > > other more minor changes. > > > > Please let me know if you need anything else from me in regards to this > > patch. > > The patch didn't come through for me. Can you include it as text in > the body of the message? Well, I got the patch attached in the message I received from the mailing list. In any case here you go: {{{{{{{{{{{{{{{ Index: perlfaq3.pod =================================================================== --- perlfaq3.pod (revision 12508) +++ perlfaq3.pod (working copy) @@ -322,6 +322,14 @@ OptiPerl is a Windows IDE with simulated CGI environment, including debugger and syntax highlighting editor. +=item Padre + +http://padre.perlide.org/ + +A cross-platform IDE for Perl written in Perl using the the wxPerl widget +set (which provides a native look and feel). Open source under the Perl +license. + =item PerlBuilder http://www.solutionsoft.com/perl.htm @@ -356,11 +364,12 @@ perhaps the best available Perl editing mode in any editor. If you are using Windows, you can use any editor that lets you work -with plain text, such as NotePad or WordPad. Word processors, such as +with plain text, such as Notepad. Word processors, such as Microsoft Word or WordPerfect, typically do not work since they insert all sorts of behind-the-scenes information, although some allow you to save files as "Text Only". You can also download text editors designed -specifically for programming, such as Textpad ( +specifically for programming, such as the open-source and gratis Notepad++ +( http://notepad-plus.sourceforge.net/ ), and the shareware editors TextPad ( http://www.textpad.com/ ) and UltraEdit ( http://www.ultraedit.com/ ), among others. @@ -420,7 +429,7 @@ to use Perl as the scripting language. nvi is not alone in this, though: at least also vim and vile offer an embedded Perl. -The following are Win32 multilanguage editor/IDESs that support Perl: +The following are Win32 multilanguage editors/IDEs that support Perl: =over 4 @@ -475,8 +484,8 @@ =back MKS and U/WIN are commercial (U/WIN is free for educational and -research purposes), Cygwin is covered by the GNU Public License (but -that shouldn't matter for Perl use). The Cygwin, MKS, and U/WIN all +research purposes), Cygwin is covered by the GNU General Public License +(but that shouldn't matter for Perl use). The Cygwin, MKS, and U/WIN all contain (in addition to the shells) a comprehensive set of standard UNIX toolkit utilities. }}}}}}}}}}}}}}} I hope K4KMail doesn't mangle it. You can also find it here: http://www.shlomifish.org/perlfaq1.patch Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Funny Anti-Terrorism Story - http://xrl.us/bjn7t <mauke> I'm not interested in what you're doing; what are you trying to achieve? <PerlJam> mauke: I'm trying to achieve world peace and this regex is the last thing standing in my way! ;)