[Patches] [ python-Patches-1592250 ] Add missing elide argument to Text.search

SourceForge.net noreply at sourceforge.net
Tue Nov 7 21:20:35 CET 2006


Patches item #1592250, was opened at 2006-11-07 12:20
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=1592250&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: Tkinter
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Russell Owen (reowen)
Assigned to: Martin v. Löwis (loewis)
Summary: Add missing elide argument to Text.search

Initial Comment:
The Text widget's search method is missing the "elide" boolean 
argument. This patch corrects that.

The elide argument has been supported for a long time by Tcl/Tk. I 
found it in the documentation for 8.3.5 but not 8.2.3.

I tested it on 2.5 release, but verified that this portion of code has not 
changed in svn.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1592250&group_id=5470


More information about the Patches mailing list