Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDLE: search regex errors should be in/attached to search dialog #69365

Open
roseman mannequin opened this issue Sep 19, 2015 · 2 comments
Open

IDLE: search regex errors should be in/attached to search dialog #69365

roseman mannequin opened this issue Sep 19, 2015 · 2 comments
Assignees
Labels
3.9 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@roseman
Copy link
Mannequin

roseman mannequin commented Sep 19, 2015

BPO 25178
Nosy @terryjreedy, @roseman

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/terryjreedy'
closed_at = None
created_at = <Date 2015-09-19.18:34:41.281>
labels = ['expert-IDLE', 'type-bug', '3.9']
title = 'IDLE: search regex errors should be in/attached to search dialog'
updated_at = <Date 2020-01-07.22:19:44.085>
user = 'https://github.com/roseman'

bugs.python.org fields:

activity = <Date 2020-01-07.22:19:44.085>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2015-09-19.18:34:41.281>
creator = 'markroseman'
dependencies = []
files = []
hgrepos = []
issue_num = 25178
keywords = []
message_count = 2.0
messages = ['251097', '359554']
nosy_count = 2.0
nosy_names = ['terry.reedy', 'markroseman']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue25178'
versions = ['Python 3.9']

@roseman
Copy link
Mannequin Author

roseman mannequin commented Sep 19, 2015

Follow-on to bpo-25173, any regex errors are displayed by SearchEngine but they should be shown by the dialog where the user is typing the error. Either as a modal tkMessageBox attached to the dialog, or as an inline error in the dialog itself.

@roseman roseman mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Sep 19, 2015
@terryjreedy
Copy link
Member

I like the way that Open Module puts error messages in red under the entry box and allows users to correct without first clicking a modal message away. I would like to do the same here.

@terryjreedy terryjreedy added the 3.9 only security fixes label Jan 7, 2020
@terryjreedy terryjreedy self-assigned this Jan 7, 2020
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.9 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error
Projects
Status: No status
Development

No branches or pull requests

1 participant