wing ide vs. komodo?

J

jUrner

Paul said:
hg said:
Eric3 is very nice and moving forward ... I believe it is based on the
QT library which free ... yet not so free under windows (i have yet to
understand the business model).

There are snapshots of Eric4 available, apparently. See here for more:

http://www.riverbankcomputing.co.uk/
http://www.die-offenbachs.de/detlev/eric4.html

[...]

Eric is in the state of being ported to Qt4 with Qt4 being available
commercial
licenced or gpl'ed on windows. Currently first Eric4 snapshots are
availabe,
more or less only waiting for QScintilla2 to arrive.

See the mailing list if interested
http://www.riverbankcomputing.com/mailman/listinfo/eric
or
http://news.gmane.org/gmane.comp.ide.eric

Jürgen
 
T

Theerasak Photha

Well I don't know about the personal edition, but I've used Komodo and
Wing, and I must say that I chose Wing in the end because it's debugger
is so much more robust than komodo. I tried remote debugging mod_python
using komodo, and it just choked. I spent a week trying to get it to
work. Wing, on the other hand, just worked. I have only the highest
praise for the Wing IDE Debugger, once you get to know it, it's so much
more powerful than Komodo's. The time saved over Komodo was well worth
the money for the professional edition.

Well, the beauty of Python is that even seasoned programmers have told
me that they've only used pdb several times /in their lives/.

-- Theerasak
 
G

gblais

I have both, but the IDE I use every day is SPE, which is shareware. I'm
not savvy enough to enumerate a feature comparison, but I do find SPE
extremely friendly and intuitive.

Gerry
 
V

vj

I've tried both and find WingIDE much faster than Komodo and the layout
is very well thought out. I love the way you can collapse all the
differnet panes with a few keystrokes. I also like their autocomplete
functionality.

Wing is developed by a small company, focussed on python development,
while komodo supports all the major scripting languages.

VJ
 
F

Fuzzyman

vj said:
I've tried both and find WingIDE much faster than Komodo and the layout
is very well thought out. I love the way you can collapse all the
differnet panes with a few keystrokes. I also like their autocomplete
functionality.

+1

I use Wing and enjoy its auto-completion.

Fuzzyman
http://www.voidspace.org.uk
 
V

vj

Forgot to mention WING's file search and replace is pretty cool and
powerful. It keeps checking changes in a different thread. If you want
to change yyy in say 100 files you would:

1. specify yyy in the search window
2. A list of files get displayed with matching yyy
3. As you fix replace yyy in the files the list of files with matching
yyy reduces automatically. This is very cool and very useful.

Another thing I like about WING is that it warns you if you have tabs
ans spaces mixed in a file.

The embedded python shell is also a useful feature.

VJ
 
K

Karlo Lozovina

The embedded python shell is also a useful feature.

Yes, but Debug Probe and Stack Data absolutely rock! Can't live without
them anymore. Just set a breakpoint, run your code end then you can
inspect all of the structures via Stack Data, and you can play with those
structures using Debug Probe. Huge productivity boost...
 
S

sjdevnull

Karlo said:
Yes, but Debug Probe and Stack Data absolutely rock! Can't live without
them anymore. Just set a breakpoint, run your code end then you can
inspect all of the structures via Stack Data, and you can play with those
structures using Debug Probe. Huge productivity boost...

Those are pretty basic features that any environment supporting a
symbolic python debugger should have, they're not a distinguishing
feature for one particular IDE--I wouldn't expect any environment that
didn't allow that to even be in the discussion.
 
S

SPE - Stani's Python Editor

(e-mail address removed) schreef:
I have both, but the IDE I use every day is SPE, which is shareware. I'm
not savvy enough to enumerate a feature comparison, but I do find SPE
extremely friendly and intuitive.

Gerry

SPE is not shareware. It is open-source, gpl-licensed freeware.
Donations however never hurt.

Stani
 
J

John Henry

"cool" is in the eyes of the beholder.

While I agree that this can be useful in some situations, I find it
very annoying when all I want (and need) to do is a simple dumber
search and yet it tells me tons of useless searches that I don't care
for.

The inability to debug multi-threaded applications is pretty annoying
too. It's unacceptable that a "professional" level debugger can't
handle multithreaded code.

But then again, I depend on Wing everyday. I just have to build my
code with lots of "if debugging, don't thread else thread" type of
constructs...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Wing IDE 4.1.1 released 0
Wing IDE 4.0.4 released 0
Wing IDE 4.1.3 released 0
Wing IDE 4.1.2 released 0
Wing IDE 4.0.3 released 0
ANN: Wing IDE 4.0 Released 0
Wing IDE 4.0.2 Released 0
ANN: Wing IDE 3.2.3 released 1

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,043
Members
48,769
Latest member
Clifft

Latest Threads

Top