[New-bugs-announce] [issue1350] IDLE - CallTips enhancement - show full doc-string in new window

Tal Einat report at bugs.python.org
Sun Oct 28 03:59:54 CET 2007


New submission from Tal Einat:

This (relatively speaking) simple patch allows the full doc-string of a
callable to be displayed in a textView window. Once a call-tip is being
displayed, hitting one of the keys which is bound to the
force-open-calltip virtual event (Control-backslash by default) opens
the new window. If there is no extra documentation to be shown (in
addition to what is already shown in the call-tip), the window is not
displayed.

----------
components: IDLE
files: IDLE_CallTips.071028.patch
messages: 56876
nosy: kbk, taleinat
severity: minor
status: open
title: IDLE - CallTips enhancement - show full doc-string in new window
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file8641/IDLE_CallTips.071028.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1350>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IDLE_CallTips.071028.patch
Type: application/octet-stream
Size: 5961 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071028/ad9f917a/attachment-0001.obj 


More information about the New-bugs-announce mailing list