Re: [Tutor] editors

2006-08-24 Thread wesley chun
On 8/18/06, anil maran <[EMAIL PROTECTED]> wrote: > what editors do you guys use? your question crosses boundaries between text editors and IDEs. you list editors specifically. i believe that *emacs and *vim can do what you ask, but IDEs can do even more. popular IDEs include: IDLE, PythonWin, K

Re: [Tutor] editors

2006-08-18 Thread Alan Gauld
> what editors do you guys use? > > emacs > vi? > xemacs Yes. All of the above Also ed, ex, Axe, xedit, pine, Scite, IPFS, EDT, Notepad, Textpad, etc etc. But the bulk of my Python editing these days is done on either Pythonwin/Scite or vim. The more I use Pyhonwin the more I prefer it to IDLE,

Re: [Tutor] editors

2006-08-18 Thread Matthew Webber
other languages. It also has am SVN plugin. Matthew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of anil maran Sent: 18 August 2006 09:57 To: tutor@python.org Subject: [Tutor] editors what editors do you guys use? emacs vi? xemacs are there any plugi

[Tutor] editors

2006-08-18 Thread anil maran
what editors do you guys use? emacs vi? xemacs are there any plugins to configure autocomplete, i want something to do good autocomplete such as showing what type of arguments are available etc thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail h

Re: [Tutor] Editors

2005-12-14 Thread Burge Kurt
Thaks to all.. I have started with Scite and may be change later; let me see first what can I do with python? Burge On 12/14/05, Kent Johnson <[EMAIL PROTECTED]> wrote: > Burge Kurt wrote: > > Btw I am using Suse Linux 9.0 .. > > > > Today I have tried to install drPython but could not manage

Re: [Tutor] Editors

2005-12-14 Thread Kent Johnson
Burge Kurt wrote: > Btw I am using Suse Linux 9.0 .. > > Today I have tried to install drPython but could not manage ; because > I could not install wxPython that was due to gtk problem (i was seeing > pkg-config but it could not) ... Is there something easy for me ?? > which does not require wxPy

Re: [Tutor] Editors

2005-12-14 Thread Burge Kurt
Btw I am using Suse Linux 9.0 .. Today I have tried to install drPython but could not manage ; because I could not install wxPython that was due to gtk problem (i was seeing pkg-config but it could not) ... Is there something easy for me ?? which does not require wxPython (consequently glib gtk at

Re: [Tutor] Editors

2005-12-14 Thread Burge Kurt
Hi; I am a newbie and want to find a suitable editor for myself.. I will not need a UI implementation just thinking to make file transportation over IP. If you will guide; I would be thankful :) Burge ___ Tutor maillist - Tutor@python.org http://mail

Re: [Tutor] Editors

2005-12-14 Thread Franz Steinhaeusler
On Tue, 13 Dec 2005 23:28:31 -0500, Steven Bell <[EMAIL PROTECTED]> wrote: >Here's my two cents on ide's for Python. >Idle... It's got a nice color scheme but it's tkinter gui is a bit dated >and it's short many of the built-in convenience features. And no calltips and autocompletion, although t

Re: [Tutor] Editors

2005-12-13 Thread Steven Bell
Here's my two cents on ide's for Python. Idle... It's got a nice color scheme but it's tkinter gui is a bit dated and it's short many of the built-in convenience features. PyWin... Slightly better, but still feels weak to me. Win32 specific though. PyCrust (and it's derivatives) last I knew were i

Re: [Tutor] Editors

2005-12-13 Thread Norman Silverstone
> sorry for the self reply. I got motivated and largely got SPE to use > the IDLE colour scheme. I've emailed it to Ismael. If anyone else want > is, write me privately. Just out of interest I use Ubuntu Linux and gedit is the editor. Norman ___ Tut

Re: [Tutor] Editors

2005-12-13 Thread Brian van den Broek
Brian van den Broek said unto the world upon 2005-12-13 12:23: > Ismael Garrido said unto the world upon 2005-12-12 23:07: >>BTW: Does anyone know how to change the color configuration? I really >>like IDLE's one.. Kinda grew up with that one, I'd love to see it in SPE >> >>Ismael > > > > Hi

Re: [Tutor] Editors

2005-12-13 Thread Brian van den Broek
Ismael Garrido said unto the world upon 2005-12-12 23:07: > Will Harris wrote: > > >>Any of you familar with SPE >> >>? I found this just recently on freshmeat and was curious if anyone >>had used it? If so how well it works

Re: [Tutor] Editors

2005-12-12 Thread Ismael Garrido
Will Harris wrote: > Any of you familar with SPE > > ? I found this just recently on freshmeat and was curious if anyone > had used it? If so how well it works and what not. This caught my > attention because its cross plat

[Tutor] Editors

2005-12-12 Thread Will Harris
Any of you familar with SPE ? I found this just recently on freshmeat and was curious if anyone had used it? If so how well it works and what not. This caught my attention because its cross platform (written in python). ___ Tutor maillist - Tutor@python