a desired python editor

Andrew Bennetts andrew-pythonlist at puzzling.org
Tue Mar 9 03:21:19 EST 2004


On Tue, Mar 09, 2004 at 08:02:46AM +0200, Miki Tebeka wrote:
> Jim Benson wrote:
> 
> >1) Freeware (desired)
> >2) Runs on Linux (required)
> >3) Syntax high lighting (required)
> >4) A separate window for each file opened (desired)  
> >5) A way of seeing (and jumping to) the names of all methods/functions 
> >   data elements in the file. (required)
> VIm (http://vim.sf.net) gives you 1-4. If you use ctags you can have 5 
> as well.

taglist.vim (which requires ctags) can also help with browsing and
navigating methods.

Even without ctags, 5 is somewhat available thanks to folding.

-Andrew.





More information about the Python-list mailing list