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: Open
Resolution: None
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: 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
|