Patches item #3433953, was opened at 2011-11-05 14:19
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3433953&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Oliver (otengler)
Assigned to: Nobody/Anonymous (nobody)
Summary: Auto complete methods of all implemented types for IDispatch
Initial Comment:
The auto completion for IDispatch COM objects only processes the methods of the implemented type but not the types this type implements. E.g. when trying to auto complete a "Shell.Application" object only "WindowSwitcher" is shown (Windows 7). "Shell.Application" implements IShellApplication5. IShellApplication5 implements IShellApplication4 and so on. The patch collects all methods in a none recursive way.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2012-01-01 18:22
Message:
Thanks! Checked in as 4177:dc4e26c4e6a4
----------------------------------------------------------------------
Comment By: Oliver (otengler)
Date: 2011-11-06 10:30
Message:
Yes, that would be nice.
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2011-11-05 18:35
Message:
That looks pretty good to me - although I might move the pythoncom import
locally to the new function. How would you like to be credited in the hg
log and CHANGES.txt - "Oliver Tengler"?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3433953&group_id=78018
|