[Idle-dev] [ idlefork-Patches-610763 ] Extension to Calltips / Show attributes

noreply@sourceforge.net noreply@sourceforge.net
Thu, 19 Sep 2002 07:37:00 -0700


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: Open
>Resolution: Accepted
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
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: 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