index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-core
/
src
/
auto_pairs.rs
Commit message (
Expand
)
Author
Age
*
Fix multi byte auto pairs (#4024)
Skyler Hawthorne
2022-10-21
*
add conditional noop render back
Skyler Hawthorne
2022-10-19
*
use main application event loop
Skyler Hawthorne
2022-06-19
*
Fix initial selection of Document in new view
Skyler Hawthorne
2022-06-19
*
Configurable auto pairs (#1624)
Skyler Hawthorne
2022-02-25
*
Replace tendril with smartstring
Blaž Hrastnik
2022-02-10
*
Fix Clippy lints in tests (#1563)
Omnikar
2022-01-23
*
fix(auto_pairs): fix auto pairs with crlf (#1470)
Skyler Hawthorne
2022-01-17
*
Auto pairs selection (#1254)
Skyler Hawthorne
2021-12-21
*
Add auto pairs for same-char pairs (#1219)
Skyler Hawthorne
2021-12-13
*
Document more of helix-core (#904)
Kirawi
2021-10-25
*
Fix auto pairs return wrong selection (#613)
langbamit
2021-08-18
*
Fix all remaining warnings in helix-core except for two.
Nathan Vegdahl
2021-07-02
*
Work on moving code over to LineEnding instead of assuming '\n'.
Nathan Vegdahl
2021-06-20
*
Movement fixes, refactor and unit test suite (#217)
PabloMansanet
2021-06-11
*
When calculating a new selection, we need to take newly inserted text into ac...
Blaž Hrastnik
2021-05-15
*
Implement pair expansion when pressing new line between bracket pairs.
Blaž Hrastnik
2021-05-06
*
auto_pairs: move if cursor, extend if selection.
Blaž Hrastnik
2021-04-22
*
pairs: Use token utf8 lengths instead of 1.
Blaž Hrastnik
2021-04-06
*
wip: Hooks & trigger characters for completion/signature_help.
Blaž Hrastnik
2021-03-24
*
clippy lint
Blaž Hrastnik
2021-03-24
*
Fix a scrolling crash where it would jump past the end of the buffer.
Blaž Hrastnik
2021-03-22
*
Implement m / match_brackets (using tree sitter).
Blaž Hrastnik
2021-03-22
*
Implement auto-pairs behavior for open and close.
Blaž Hrastnik
2021-03-22