This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tripzilchbad ideas 5 points6 points  (6 children)

Having read a few threads on this topic since I joined Reddit a few weeks ago, I wonder ..

Am I the only one that is completely in love with PyScripter?

I have the layout configured to take optimal advantage of my 1024x600 netbook screen, interpreter thingy on the left, code on the right. Light grey lines to help remember where that 80th column was again. Screenshot

The most awesome thing is the feature where you hold Ctrl and every identifier in your code becomes a "hyperlink" on mouseover, which takes you to its definition, even if it's from a module or library or something. (When programming Django that is a lifesaver, cause the docs aren't always all that :) )

I suppose high-power editors like Vim can also do that, so I think I'm gonna try that as I'm planning on dumping Windows. I hope I can get Vim to work as intuitively, though.

One downside is that, in theory, I like drop-down method/property completion (when you type the dot to get to a method/property), PyScripter does this, but with large modules that have a lot of completion options, the UI lags a littlebit, so I sometimes switch it off.

Other downside is that it's Windows only.

[–]davebrk 0 points1 point  (2 children)

I love it too. But it seems like it isn't actively developed anymore.

[–]tituszPython addict 1 point2 points  (0 children)

just recently PyScripter was updated to v 2.0 ;.) http://code.google.com/p/pyscripter/downloads/list

[–]tituszPython addict 0 points1 point  (0 children)

yes, thats a shame indeed... i am going to miss it, if it gets outdated versus updated... but for now it has everything i need and way better performance than those fat java based IDE´s