Skip to content

Commit 18d5005

Browse files
📜🤖 Added by blurb_it.
1 parent 8b27bcb commit 18d5005

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
================
2+
Type: Enhancement
3+
Title: Add support for -nolinestop, -all, -overlap, and -strictlimits options to tkinter.Text.search
4+
Issue: :gh:`130693`
5+
6+
Detailed changes:
7+
- Enhanced the `tkinter.Text.search` method by adding support for the following options:
8+
- `-nolinestop`: Allows searching across lines without stopping.
9+
- `-all`: Finds all matches instead of just the first match.
10+
- `-overlap`: Finds matches that overlap with each other.
11+
- `-strictlimits`: Ensures strict boundaries for the search.
12+
13+
These improvements align the `tkinter.Text.search` method with the underlying Tcl/Tk library, providing more flexibility and functionality for users.

0 commit comments

Comments
 (0)