[Patches] [ python-Patches-1200038 ] idlelib patch
SourceForge.net
noreply at sourceforge.net
Wed May 11 19:46:49 CEST 2005
Patches item #1200038, was opened at 2005-05-11 17:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1200038&group_id=5470
Category: IDLE
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: sowjanya (sowjanya)
Assigned to: Nobody/Anonymous (nobody)
Summary: idlelib patch
Initial Comment:
These patches introduce modifications in CallTips,
CallTipWindow and config-keys.def modules,
1-We create the global variable 'truncate ' in the
CallTipWindow module .If truncate is True documenation
string will be displayed till 75 characters ,and if
False whole documentation string will be dispalyed.
2-In CallTips module , added if the object is callable
then documenatation string describing the arguements
of the object
from call method is displayed with out truncating.
3-To allow the Up and Down arrow keys to be used to
traverse the history of commands .
In config-keys.def,
history-next=<Alt-Key-n> <Meta-Key-n>
history-previous=<Alt-Key-p> <Meta-Key-p>
to
history-next=<Alt-Key-n> <Meta-Key-n> <Key-Down>
history-previous=<Alt-Key-p> <Meta-Key-p> <Key-Up>
We are submitting the patches for your consideration to
be included in to the next release of idlelib1.2a0.
The patches were generated using the following comand,
diff -c old new
Thank you
Sowjanya
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1200038&group_id=5470
More information about the Patches
mailing list