Linked by Thom Holwerda on Mon 22nd Oct 2007 21:23 UTC
Permalink for comment 280101
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
Linked by Thom Holwerda on 05/15/13 23:03 UTC
Linked by Thom Holwerda on 05/15/13 21:46 UTC
More News »
Sponsored Links



Member since:
2005-08-31
when I switch back from Ubuntu to OSX this weekend, I tried to find a equivalent to the IDE a was using with gnome.
My requirement are code completion, macros, regex, color syntax
I tried all the python/wxpython ide/text editor I know. (spe, drpython, edittra, PyPE, ulipad). wxpython is a hell slow on OSX, plus it has many interface glitch. Code completion took eternity to show up choices, far more than to write it. Simple scrolling of text use up to 80% cpu.
I finally stop and fully use eclipse which was the lightest and fastest of all IDE I've tried (Xcode don't have python code completion). Except the ugly* interface, it is as fast and responsive as a native OSX application.
*why they promote native look and of SWT and choose custom made tab of disputable taste?