« Return to Thread: [pydev - Users] Qt4 and auto completition

[pydev - Users] RE: Qt4 and auto completition

by SourceForge.net :: Rate this Message:

Reply to Author | View in Thread


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466434
By: fabioz

Hi,

Actually, pydev extensions has that, but only for files for which you have python
code... as PyQt4 doesn't have source code, just the dll with the bindings, right
now pydev will only give you code-completion for it when you have it imported.
ie. if you do

from PyQt4 import QtCore
QtCore.|<-- request completion here

it should give you those tokens.

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

 « Return to Thread: [pydev - Users] Qt4 and auto completition