shareware
Windows
enough preferences to make it act the way you want
the usual features: auto-indentation, syntax highlighting, autosave, etc.
excellent tech support
ability to re-open previously opened docs upon launch -- great for continuity of work
ability to open files over FTP
ChuckEsterbrook - 31 Oct 2001
charityware
Various
PSP syntax hilighting available. See: http://vim.sourceforge.net/scripts/script.php?script_id=576
Unpack the gvim60.zip and vim60rt.zip files into the same directory and then run install.exe.
Don't have bad text editing experiences on Windows ever again! :-)
Setting indentation to use 4 space indents can be done by adding the following lines into your .vimrc (or _vimrc on Windows):
set expandtab set ts=4 set shiftwidth=4
Or put this line in your files:
# vim: shiftwidth=4 tabstop=4 expandtab
Contributed by: PaulBoddie - 01 Nov 2001 (modified 21 Nov 2001, 04 Dec 2001) MikeOrr - 20 Jun 2002
The original GPL app
Various
Unfortunately, it is difficult to deal with the Webware style of using tabs for indentation instead of spaces. You can set Options>Advanced>Emacs>Editing>Basics>Indent Tabs Mode... (turn it on). Unfortunately when you edit code from any other source of Python code it will insert tabs instead of spaces, causing great harm, since everyone else uses spaces, not tabs.
Note: I've found that if you don't set the tab width to 4 (i.e., leave it at 8) it will auto-detect tabs vs. spaces correctly.
One of the nice features is editing files on your server over FTP, by opening /username@servername.com:/path/to/files/servlet.py, or even over SSH using TRAMP
IanBicking - 02 Nov 2001
open source
KDE/X-windows
a "Python Class Parser" plugin is available. See http://www.kde.org/kate/3rdparty.html
lots of preferences
the usual features: auto-indentation, syntax highlighting, etc.
excellent tech support
ability to re-open previously opened docs upon launch -- great for continuity of work
a filesystem-browsing side-panel with one click access to files
if you are coming from UltraEdit for Windows, then you will probably like Kate
ChuckEsterbrook - 10 Nov 2001
open source
Windows and Linux/GTK
nice syntax highlighting, including a good Python mode as well as an ASP mode that works pretty well for PSP files (many more modes available too)
multiple documents open in tabbed windows
lots of preferences configurable through text files
Can run scripts as a mini-IDE with the output showing up in another panel
Launches very quickly (at least on Windows) compared to most other text editors
GeoffTalvola - 20 Jun 2002