Re: [Tutor] Python Editors (particualrly Vim)

2005-09-28 Thread Alan Gauld
> 3. scite (very simple) > >All are great and I use all of the three. Just back from vacation or I would have had a lot more to say! :-) But I have to agree with scite as an option, its very lightweight and fast and is basically the editor portion opf Pythonwin(*). That means you get all the edit

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-22 Thread Tim Johnson
* Poor Yorick <[EMAIL PROTECTED]> [050922 06:29]: > Ed Singleton wrote: > > >Okay, I've also found this: > >http://cream.sourceforge.net/features.html > > > > > > > It seems to me that all the functionality listed here can easily be done > in regular vim. I would still recommend investing time

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-22 Thread Poor Yorick
Ed Singleton wrote: >Okay, I've also found this: >http://cream.sourceforge.net/features.html > > > It seems to me that all the functionality listed here can easily be done in regular vim. I would still recommend investing time in learning plain old vim or gvim. The payoff for proficiency is

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-22 Thread Johan Geldenhuys
jedit is also good. I use that. The only thing is that you can't execute the script from there. It is great for collapsing at indentions. www.jedit.org Johan On Thu, 2005-09-22 at 13:54 +0100, Ed Singleton wrote: Okay, I've also found this: http://cream.sourceforge.net/features.html Which i

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-22 Thread Ed Singleton
Okay, I've also found this: http://cream.sourceforge.net/features.html Which is amazing! It's an easy-to-use mod for Vim. It's modeless and lots of other doubtless heretical things, but it includes an outstanding auto-complete mode for text files! Ctrl-Space auto completes the word you're typin

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread Ed Singleton
I don't believe there's any kinds of wars on this mailing group. :) I found this Python Vim code completion thing in my searches today: http://freshmeat.net/projects/pydiction/ Don't know how good it is, but it looks like it'd do the job. Ed On 21/09/05, Gabriel Farrell <[EMAIL PROTECTED]> wro

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread George Flaherty
heers -george -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gabriel Farrell Sent: Wednesday, September 21, 2005 12:56 PM To: tutor@python.org Subject: Re: [Tutor] Python Editors (particualrly Vim) Uh oh, looks like you're begging for an editor war.

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread Gabriel Farrell
Uh oh, looks like you're begging for an editor war. That said, I'm in the vim camp. It can do everything you specified for all of the languages you mention (well, I'm not sure about collapsible code...web search...aha![1]). After using it for four years, I'm still learning new tricks (see, for

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread George Flaherty
comments are inline... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Singleton Sent: Wednesday, September 21, 2005 9:00 AM To: tutor@python.org Subject: [Tutor] Python Editors (particualrly Vim) I've been trying to decide which editor to u

[Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread Ed Singleton
I've been trying to decide which editor to use to edit Python (on Windows mostly). My wishlist of features would be: - automatic code formatting (indentation etc) - collapsible code (to collapse def's etc) - automatic code coloring (that's easily changeable) - auto-completion of namespaces - easy