Eric Walstad
eric at ericwalstad.com
Tue Dec 14 11:38:46 EST 2004
On Monday 13 December 2004 07:56 pm, Kevin White wrote: > Ok, so I have a few questions for you python programmers: > > 1- What text editor do you use? I have been using vim/gvim but it > frustrates me in a couple areas. It gets all confused with its > smart indenting in some cases and I have to undo what it does. > Also, I can't just put my cursor somewhere and hit 'i' (to go into > insert mode) and start backspacing. I have to delete from the left > of the text rather than backspacing from the right. Anyway, so > what text editor do you all use? Is anyone out there using a good > text editor for PSP files, and if so what editor? On linux, I like Kate. Kate has a Python code browser plugin that allows you to browse the class structure in the left pane while editing the code in the right pane. Kate also handles Python syntax coloring nicely. <http://kate.kde.org/> Best regards, Eric.
|