-
-
Notifications
You must be signed in to change notification settings - Fork 34.9k
bpo-30809 IDLE: parenmatch highlighting options #3574
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
Closed
wohlganger
wants to merge
64
commits into
python:master
from
wohlganger:30809-parenmatch-highlighting-options
Closed
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
5c57faf
parenmatch highlighting options
wohlganger d49170f
fixed whitespace issue
wohlganger 8c3a966
only select from highlighting options
wohlganger 757bb38
fixed whitespace
wohlganger d7e136c
whitespace
wohlganger b178af5
Merge remote-tracking branch 'upstream/master'
wohlganger 2adebb9
#27099 - turn builtin extensions to reg modules
wohlganger 86c3d4c
whitespace + fix I thought I already committed.
wohlganger 1c246fc
warning fixes, removed old config entries
wohlganger 0418ad0
calltip append doc fix, default paren-fore fix, help update
wohlganger 097a0d8
fix calltips
wohlganger 4232e77
removed circular import
wohlganger a7b29f5
fix warnings due to missing default config options in idlelib.config-…
wohlganger e30b7b4
Merge branch 'master' into master
wohlganger 252672b
added format_pmaxw to config-main
wohlganger 999b573
Merge remote-tracking branch 'upstream/master'
wohlganger 1a74591
replaced help.html edit with idle.rst edit
wohlganger 3501c45
Merge branch 'master' into master
wohlganger 232f711
Merge remote-tracking branch 'upstream/master'
wohlganger f095c53
added conflict resolved var descriptions to docstring in create_page_…
wohlganger a661bfa
strip trailing whitespace
wohlganger 5c90a8f
Merge branch 'master' into master
wohlganger 5a6a007
re-introduced highlight options.
wohlganger 709b434
News blurb.
terryjreedy b9b1f9a
Reinstated zoomheight as an extension. Replaced autoexpand with zoomh…
wohlganger 8b76ccb
fixed configdialog test (wrong cases), fixed whitespace
wohlganger b986c12
update idle.rst: zoomheight is an extension.
wohlganger f86acaa
more fixes for zoomheight - trying to minimize changes from master
wohlganger 5805462
zoomheight config fix, zoomheight should be fully back to the way it …
wohlganger 165b548
whitespace
wohlganger aee5d02
fixed force-open completions missing from config-keys and config. Fix…
wohlganger cb161bd
Changes made per terryjreedy request.
wohlganger dc09a2b
re-added autocomplete wait and format paragraph max width options to …
wohlganger 100463e
Merge branch 'master' into master
wohlganger 3fbaa90
Merge branch 'master' into master
wohlganger 60ff82f
changes per terryjreedy
wohlganger e3f6f16
fix warnings, errors, bugs
wohlganger a253f0c
whitespace
wohlganger fe8eb7a
bugfix
wohlganger caa7774
Make changes need to get IDLE to run
terryjreedy c29184e
Edit extension/feature files, making existing tests pass.
terryjreedy c62f726
Redo feature bindings.
terryjreedy d0e009f
First draft of dummy extension.
terryjreedy 9e889c2
Fix that eliminate startup error and all but 2 test_idle errors.
terryjreedy 6afdea3
Move widgets, load widgets, add tests, make previous tests pass.
terryjreedy 7de27db
Add format-paragraph to core keys.
terryjreedy a2e76a7
Merge remote-tracking branch 'origin/master' into pr_2494
terryjreedy 2265b53
Fix autocomplete and long lines.
terryjreedy 03eed24
Put fixed-key event-adds in EditorWindow.__init__ for now.
terryjreedy 207b0ca
Don't warn if new core keys not in user key config.
terryjreedy 00acd22
Make code context inoperative in outwin, shell.
terryjreedy 2d2bfbd
Change new bindings for MacOsx.
terryjreedy fe76cd3
Disable test dependent on extension Alt keys.
terryjreedy d2966e0
Minor edits.
terryjreedy 6845bb0
File out news blurb explaining effect for users.
terryjreedy b7afebb
Don't compute ('') during integer input in entry box.
terryjreedy b1a4101
Merge remote-tracking branch 'upstream/master'
wohlganger 7a53366
fix conflict
wohlganger d3b6848
fix conflict
wohlganger eb58d39
fix conflict, match upstream
wohlganger 119bbfc
match upstream
wohlganger 16cca54
partial solution
wohlganger ce7f967
added option to configdialog
wohlganger dc503d5
pep8 fixes
wohlganger 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
Empty file.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a mismatch between "highlighting" here and "highlight" used in the config dialog.