gh-67407: Improve IDLE Find, Replace and Find in Files dialogs #122394
+32
−35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Finished
The issue addressed by this PR is almost 10 years old. #67407 proposed some changes, but there are still some issues, such as the shortening of "regular expression" to "regex" not being accepted. The main issue addressed by this PR has not changed; most of it is about the proposed changes, and modifications have been made according to Terry's suggestions #67407 (comment)
Here are the before and after screenshots:

IDLE is a program with a long history. Overall, this PR makes various changes to modernize the user interface of the Find, Replace, and Find in Files dialogs:
[ Find ]
to[ Find Next ]
(terry)Modernize the IDLE Find/Replace/Find in Files dialogs #67407 (comment))
Others
Also see my another IDLE PR (Should be after this pr merge) #121420