Hi, Chad Walstrom hat gesagt: // Chad Walstrom wrote: > On Thu, Jun 20, 2002 at 02:52:03AM -0700, Steve Freitas wrote: > > Can you guys(/girls?) recommend your favorite (preferably *nix-based) > > Python editor to me? > > VIM - VI iMproved > > In case you're comfortable with vi's unique mode-based editing, vim > provides syntax highlighting and autoindentation. It does not, > however, have an interactive debugger for python -- which IMHO is > not a big deal anyway. With the use of multiple x-terms or screen > sessions, who needs an interactive debugger?
Vim-Votes++ Especially nice is Vim 6.x's new feature of folding, which can be configured to use indentation and you're set in Python. Also Vim can be build to include a python module. With that, you can use Python to script Vim, very nice. http://vim.sf.net has lots of useful Vim tricks and tips. ciao, -- Frank Barknecht _ ______footils.org__ ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
