[Idle-dev] [ idlefork-Patches-665943 ] Extension to CallTips / Show attributes
SourceForge.net
noreply@sourceforge.net
Fri, 10 Jan 2003 12:28:35 -0800
Patches item #665943, was opened at 2003-01-10 20: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: None
Priority: 5
Submitted By: Martin Liebmann (mliebmann)
Assigned to: Nobody/Anonymous (nobody)
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=665943&group_id=9579