Linked by Thom Holwerda on Thu 9th Oct 2008 21:04 UTC, submitted by ganges master
Thread beginning with comment 333077
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Solution for indenting blocks of text
by Clinton on Fri 10th Oct 2008 07:44
in reply to "Solution for indenting blocks of text"
RE: Solution for indenting blocks of text
by Bending Unit on Fri 10th Oct 2008 11:36
in reply to "Solution for indenting blocks of text"
Komodo Edit is free though and I personally think it is the best scripting editor. Eclipse is very flexible and sometimes great but most of the time I want something that just works.
I've had some problems earlier with Linux running Komodo because of it using Mozilla. Basically the operating system couldn't see the difference between different Mozilla applications so I could only have one open at a time. That was however distro specific and hopefully solved by now.
RE: Solution for indenting blocks of text
by Bending Unit on Fri 10th Oct 2008 11:39
in reply to "Solution for indenting blocks of text"




Member since:
2006-03-16
Don't use a simple editor, use something that is made for python.
Here are some examples:
eric4 http://die-offenbachs.de/eric/index.html
Pyscripter: http://pyscripter.googlepages.com/
(if you are running on windows this one rocks, has a few
issues, but can debug in threads and has excellent code completion and help integration)
Eclipse and Pydev are not bad either:
http://pydev.sourceforge.net/
and if you want a commercial IDE Komodo from active state is very good.