-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
bpo-37628: Fix IDLE config sample sizes #14958
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
Merged
terryjreedy
merged 20 commits into
python:master
from
taleinat:bpo-37628/IDLE-font-config-window-size
Jul 27, 2019
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ed7d279
refactor TextFrame, extracting just the basic scrollable text widget
taleinat f67f6b9
use a scrollable text widget for the font config page's preview
taleinat 0092a93
highlight page sample also a fixed-sized, scrollable text widget
taleinat 3380193
refactor: make self.font_sample and self.highlight_sample consistent
taleinat b1dc2dd
rename for clarity: add_config_hook -> add_config_callback
taleinat 48e97ce
Omit unneeded extra line number.
terryjreedy f78427a
Use horizontal scroller for font sample.
terryjreedy 221e051
Condense 'font_sample_scrollable_frame' to 'font_sample__frame.
terryjreedy 34c218a
Blurb.
terryjreedy b954c06
Meaningful names for callback functions.
terryjreedy 72015a9
rename 'text' input param to 'contents' and use 'text' as local var
taleinat b5c467d
fix double-underscore typo
taleinat 7100ec9
re-instate use of 'text' local variable in ScrollableTextFrame code
taleinat 977c219
simplify ScrollableTextFrame, removing the config callback
taleinat 3d8729d
Rename AutoHiddenScrollbar to AutoHideScrollbar
terryjreedy 501fde2
Fix textview htest.
terryjreedy 52cfa62
Restore coverage, reduced in prior issue, to 100%.
terryjreedy 2cbf9e5
Double space between classes.
terryjreedy 59eba51
Spacing
terryjreedy f6ac725
Combine configuration.
terryjreedy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Settings dialog no longer expands with font size. |
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.
Uh oh!
There was an error while loading. Please reload this page.