[Idle-dev] [ idlefork-Patches-665943 ] Extension to CallTips / Show attributes
SourceForge.net
noreply@sourceforge.net
Mon, 13 Jan 2003 18:56:27 -0800
Patches item #665943, was opened at 2003-01-10 15:28
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=665943&group_id=9579
Category: None
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Martin Liebmann (mliebmann)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Extension to CallTips / Show attributes
Initial Comment:
This is a new version of an extension to CallTips
showing on the fly attributes and methods of an object.
This proposal is based on IDLEfork 0.9a1 (and Python
2.2) .
Three files have to be modified :
CallTips.py
CallTipWindow.py and
config-extensions.def.
New features:
Hitting a dot will display all available attributes and
methods of an object within a scrollable box. (apart from
names beginning with __ )
Key-Up and Key-Down events support scrolling.
Further Key event will reduce the proposed names
according to the substring written to the text widget.
Hitting the Space-Key will copy the topmost item of the
list to the Editor or Console window.
... A usefull extension for python beginners !
Greetings
Martin Liebmann
Attached (as zip archive):
CallTips.py.unified.diff
CallTipWindow.py.unified.diff
config-extensions.def.unified.diff
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2003-01-12 13:27
Message:
Logged In: YES
user_id=149084
Will you be able to upload the patch file?
BTW, we prefer context diffs over unidiffs when possible.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=665943&group_id=9579