-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
IDLE: document new TabPage(Frame) design for configdialog #75266
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
We are in the process of moving blocks of ConfigDialog methods pertaining to one tab page to a separate class. FontPage is more or less done. GenPage is in process. This issue is about documenting the generic structure of the classes in a comment block. The following is extracted from msg299519 of bpo-31050. # class TabPage(Frame): The rest will be an adaptation of the description of the old design in the same message plus what we have actually done so far. This issue includes editing FontPage to conform to the documented design. |
The next blockers are the tests for the other 3 tabs: bpo-31001, bpo-31002, bpo-31093. Steps for converting block of ConfigDialog methods for tab X into a class. Steps are updated from bpo-31050.
After tests pass with revision above, delete original block of methods. I have considered doing this before writing tests, but I don't quite feel comfortable doing so. To convert tests written first:
|
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: