This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Al.Sweigart
Recipients Al.Sweigart
Date 2015-01-10.10:00:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420884051.8.0.416866319984.issue23218@psf.upfronthosting.co.za>
In-reply-to
Content
Various changes to modernize the user interface of the Find, Replace, and Find in Files dialogs:

- Got rid of the "close" button, since it is redundant.
- Moved the buttons below the text fields, to make better use of screen real estate.
- Shorten the titles by getting rid of the "Dialog" part.
- Renamed "Search" title to "Find" to match the menu item.
- Renamed "Regular expression" label to the shorter "Regex"
- Added slightly more padding.
- Removed the "Replace+Find" and made "Replace" have this functionality. (all modern editors use Replace to mean "Replace and Find")

The attached png shows the before/after differences in the design of these dialogs.
History
Date User Action Args
2015-01-10 10:00:51Al.Sweigartsetrecipients: + Al.Sweigart
2015-01-10 10:00:51Al.Sweigartsetmessageid: <1420884051.8.0.416866319984.issue23218@psf.upfronthosting.co.za>
2015-01-10 10:00:51Al.Sweigartlinkissue23218 messages
2015-01-10 10:00:51Al.Sweigartcreate