Patches item #1200038, was opened at 2005-05-11 13:46 Message generated for change (Settings changed) made by kbk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1200038&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: sowjanya (sowjanya) Assigned to: Nobody/Anonymous (nobody) >Summary: CallTip Modifications 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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
