-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Idle: add help to config dialogs #66915
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
Comments
At one time, ConfigDialog was given a do-nothing Help button. It was diabled a couple of years ago. This patch restores it for both config dialogs, displaying a text appropriate for both. There are separate functions in anticipation of dialog-specific content. For both, there is the issue of when changes take effect (bpo-22707). For extensions, there might be extension-specific help (bpo-22705). |
This patch does two things: 1. restore the Help button and make it display something; 2. lower case the method names. The latter is a separate issue, best done in a new file. What is needed for bpo-25313 is tab-specific text. Also, now that Config Extenstion uses a list rather than tabs, it couldn be added as a tab to the main dialog, and only one set of button event handlers would be needed. Tab-specific text would be needed first. |
I'm not against online help, but I feel that what's there wouldn't be helpful to someone using IDLE. Once this would be extended to per-tab, what are the problem areas that people really need help with? Also keeping in mind we're going to be replacing this dialog (at least for people with tk > 8.4) in the not too distant future. |
New changeset fd41b05b8227 by Terry Jan Reedy in branch '2.7': New changeset 01f83efcc44b by Terry Jan Reedy in branch '3.4': |
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: