[PATCH] Add Notepad++ And Padre and other minor changes

[email protected] (Shlomi Fish) Tue, 17 Feb 2009 21:21:00 +0200
Newsgroups perl.perlfaq.workers
Message-ID <[email protected]>
--Boundary_(ID_+X6HWsqbRyXH+4n46ZIe+A)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline

This patch adds Notepad++ and Padre to the perlfaq (SVN trunk) and some other 
more minor changes.

I hereby disclaim any explicit or implicit ownership of my contributions, but 
naturally giving me credit, publicity, or making a small donation would be 
appreciated.

Please let me know if you need anything else from me in regards to this patch.

Best Regards,

	Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Rethinking CPAN - http://xrl.us/bjn7p

<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! ;)


--Boundary_(ID_+X6HWsqbRyXH+4n46ZIe+A)
Content-type: text/x-patch; charset=UTF-8;
 name=perlfaq-add-notepad-pp-and-padre.diff
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=perlfaq-add-notepad-pp-and-padre.diff

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.
 

--Boundary_(ID_+X6HWsqbRyXH+4n46ZIe+A)--