[Idle-dev] [ idlefork-Patches-610763 ] Extension to Calltips / Show attributes
SourceForge.net
noreply@sourceforge.net
Mon, 13 Jan 2003 18:57:49 -0800
Patches item #610763, was opened at 2002-09-17 15:16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=610763&group_id=9579
Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Extension to Calltips / Show attributes
Initial Comment:
See http://python.org/sf/525109
just don't want to lose track of it, if it's desirable
in idlefork.
----------------------------------------------------------------------
>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-01-13 21:57
Message:
Logged In: YES
user_id=149084
Replaced by 665943
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2002-09-30 19:33
Message:
Logged In: YES
user_id=149084
Add Martin Liebmans' Patch from
Python-Idle Patch 525109
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2002-09-19 09:36
Message:
Logged In: YES
user_id=149084
>From Martin Liebman's Python-idle patch:
"Extension to Calltips / Show attributes
The attached files (unified diff files) implement a
(quick and dirty but usefull) extension to IDLE 0.8
(Python 2.2)
- Tested on WINDOWS 95/98/NT/2000 -
Similar to "CallTips" this extension shows (context
sensitive) all available member functions and
attributes of the current object after hitting
the 'dot'-key.
The toplevel help widget now supports scrolling. (Key-
Up and Key-Down events)
...that is why I changed among else the first argument
of 'showtip' from 'text string' to a 'list of text
strings' ...
The 'space'-key is used to insert the topmost item of
the help widget into an IDLE text window.
...the even handling seems to be a critical part of
the current IDLE implementation. That is why I added
the new functionallity as a patch of CallTips.py and
CallTipWindow.py. May be you still have a better
implementation ...
Greetings
Martin Liebmann "
See also Idle-dev 02Mar02. Files left on Python Patches for now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=610763&group_id=9579