-
-
Notifications
You must be signed in to change notification settings - Fork 245
Brackets completion #934
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
thomasballinger
merged 31 commits into
bpython:main
from
samuelgregorovic:brackets-completion
Nov 9, 2021
Merged
Brackets completion #934
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4603a22
basic parentheses and quote closing on key events
samuelgregorovic 594a468
basic pair deletion for common pairs
samuelgregorovic 691def4
jump behind closing paren/quote on TAB
samuelgregorovic ee98f16
jump on tab even with content in parens
samuelgregorovic a59daed
move cursor on closing paren ovrwrite
samuelgregorovic 9206403
removed quotes completion + fixed bad cursor bug
samuelgregorovic 82a32e6
nested tabbing/ovewriting brackets working
samuelgregorovic e00f87b
fixed backspace event when cursor on closing paren
samuelgregorovic a902deb
added quote completion + autocomplete compatibility
samuelgregorovic c11b5fc
added cmd argument + update manpage help
samuelgregorovic a55830c
added config option + updated sample config
samuelgregorovic 49c98df
obey config option + docstrings
samuelgregorovic aa321b1
update and document on_tab method
samuelgregorovic 05dc36d
added comment
samuelgregorovic dc9d176
removed cmd argument
samuelgregorovic a34140a
removed unnecessary __class__ call + fix bad function call
samuelgregorovic 5d302a5
removed unnecessary manpage entry
samuelgregorovic 192663c
moved CHARACTER_PAIR_MAP to __init__ + 0 index fix
samuelgregorovic 66c317b
moved cursor_on_closing_char_pair to line.py
samuelgregorovic a23843b
moved CHARACTER_PAIR_MAP to line.py
samuelgregorovic 41750bf
fix overwriting quotes
samuelgregorovic 6138b7a
fix autoclose quotes bug
samuelgregorovic 8be9bbb
autocomplete enabled only before closing params or space
samuelgregorovic 73782de
fix matching history entries
samuelgregorovic f3f03e2
basic tests without history
samuelgregorovic 81bc622
added quote test
samuelgregorovic f33cf55
renamed add_to_search to narrow_search
samuelgregorovic 66d34cf
changed default config value to False
samuelgregorovic d14207d
fixed test DRY problem with helper method
samuelgregorovic 100735d
fixed insert_char_pair_start docstring
samuelgregorovic 2c683fc
fix bad behavior of reverse-incremental search
samuelgregorovic 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
Prev
Previous commit
fix bad behavior of reverse-incremental search
- Loading branch information
commit 2c683fc53e60af7913fd7753814f68a374cdec4b
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
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.