diff -r 12c062dbe746 Doc/using/windows.rst --- a/Doc/using/windows.rst Thu Aug 16 22:18:37 2012 +0200 +++ b/Doc/using/windows.rst Fri Aug 17 15:02:20 2012 -0700 @@ -577,6 +577,19 @@ `MingW -- Python extensions `_ by Trent Apted et al, 2007 +Editors +======= + +**Notepad++** + +http://notepad-plus-plus.org + +Notepad++ is a free source code editor and Notepad replacement that support several languagees including Python. Running in the MS Windows environment, its use is governed by GPL license. + +* Syntax Highlighting and Syntax Folding +* PCRE (Perl Compatible Regular Expression) Search/Replace +* GUI entirely customizaable: minimalist, tab with close button, multi-line tab, etc. +* Auto-Completion: Word completion, Function completion and Function parameters hint Other resources =============== @@ -594,4 +607,3 @@ :pep:`397` - Python launcher for Windows The proposal for the launcher to be included in the Python distribution. -