Hi Janwillem,
As you probably know, Spyder is more oriented to do scientific
computations than GUI programming. That doesn't mean your request is
valid, quite the contrary, it'd be quite handy to have in Spyder. It
means someone have to stand up and implement it.
The other way around is that Eric devs adopt our code to fill their
needs, since it's MIT/BSD licensed (unfortunately we can't do the same
because theirs is GPLed). For example, I developed a little library to
do import completions here:
http://code.google.com/p/spyderlib/source/browse/spyderlib/utils/module_completion.py
Cheers,
Carlos
El 13/10/11 03:39, janwillem escribió:
I have been using Eric5 for some while. I like it in particular
because of the simple way it offers for generating python code for the
PyQt4 slots and signals. It relieves one from the need to realy
understand slots, signals, events et cetra. However, I never could get
code completion to work properly. If I e.g. type sys. then I only get
the sys methods already used in my own source. In Spyder on the other
hand you get all sys methods listed which is for somebody with a
memory like mine very convenient. In Spyder you can start QT4Designer
but after that it stops; I cannot find more PyQt4 integration in
Spyder. So for now it seems Eric5 for the PyQt4 part and Spyder for
all other source editing. There must be a better solution. Any
suggestions welcome.
Janwillem
P.S. My backgound: 15 years Delphi-1 through 7 and since a few years
Python (on linux) mainly command line + matplotlib.
Placed on both Eric and Spyder lists
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spyderlib?hl=en.