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-term
/
src
/
ui
Commit message (
Expand
)
Author
Age
*
Resolve a bunch of upcoming clippy lints
Blaž Hrastnik
2022-11-04
*
Fix panic from two windows editing the same document (#4570)
Michael Davis
2022-11-03
*
Correctly handle escaping in completion (#4316)
Armin Ronacher
2022-11-01
*
feat(lsp): LSP preselected items appear first in completion menu (#4480)
lazytanuki
2022-10-27
*
fix: repeating repeat operator (#4450)
Michał Zabielski
2022-10-26
*
Render diagnostics in the file picker preview (#4324)
Michael Davis
2022-10-25
*
lsp: Resolve completion items missing documentation on idle (#4406)
Michael Davis
2022-10-22
*
Autosave all when the terminal loses focus (#3178)
Charlie Groves
2022-10-21
*
never sort menu items when no fuzzy matching is possible
Pascal Kuthe
2022-10-21
*
sort autocompletins by fuzzy match
Pascal Kuthe
2022-10-21
*
sort codeaction by their kind instead of alphabetically
Pascal Kuthe
2022-10-21
*
remove Callback::Compositor variant
Skyler Hawthorne
2022-10-19
*
factor editor event handling into function
Skyler Hawthorne
2022-10-19
*
fix write-quit with auto format
Skyler Hawthorne
2022-10-19
*
Replace `in_bounds` with calculation of end_indent
A-Walrus
2022-10-17
*
Only draw indent guides within bounds
A-Walrus
2022-10-17
*
Make skip_levels a u8
A-Walrus
2022-10-17
*
Fix rendering of lines longer than 2^16
A-Walrus
2022-10-17
*
Fix debug assertion for diagnostic sort order (#4319)
Michael Davis
2022-10-16
*
nit: remove a String allocation that is immediately used as an &str (#4277)
Poliorcetics
2022-10-14
*
Overlay all diagnostics with highest severity on top (#4113)
Michael Davis
2022-10-11
*
remove filterting with C-space from picker
Pascal Kuthe
2022-10-11
*
Treat space as a seperator instead of a character in fuzzy picker
Pascal Kuthe
2022-10-11
*
Add a helper function for applying transactions
Michael Davis
2022-10-11
*
Apply transactions to Views
Michael Davis
2022-10-11
*
picker: Highlight the document on idle timeout
Blaž Hrastnik
2022-10-11
*
Propagate idle timeout event to components (#3172)
Gokul Soumya
2022-10-11
*
Add cursorcolumn (#4084)
A-Walrus
2022-10-08
*
Automatically track pseudo-pending text (#4077)
Michael Davis
2022-10-03
*
Add option to skip the first indent guide (#3819)
Robin
2022-10-03
*
Fix signature help panic when too large (#4030)
Ivan Tham
2022-10-03
*
feat(statusline): add option to show total line numbers in file (#3960)
Joshua Pauline
2022-10-03
*
Add configureable statusline mode names (#3311)
PeepNSheep
2022-10-03
*
Add `ui.gutter.selected` option for themes (#3303)
ChrHorn
2022-10-03
*
Cycled to end/beginning + no more matches msgs (#3176)
A-Walrus
2022-10-03
*
Show "Invalid regex" message on enter (Validate) (#3049)
A-Walrus
2022-10-03
*
chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)
Poliorcetics
2022-09-25
*
Document MSRV policy (#3913)
Pascal Kuthe
2022-09-23
*
Fix preview bug (#3644)
Joe
2022-09-20
*
Render html <code> tags as code in markdown (#3425)
A-Walrus
2022-09-13
*
Add `text` to language completer
A-Walrus
2022-09-10
*
Remove LspNotDefined, instead return an Option<>
Blaž Hrastnik
2022-09-07
*
Fix cargo doc warnings, and add GitHub action to ensure it (#3650)
A-Walrus
2022-09-03
*
Expand doc/view macros to allow fetching specific id
Blaž Hrastnik
2022-09-03
*
initial implementation of bufferline (#2759)
aaron404
2022-09-02
*
Fix closing buffer with custom keymap (#3633)
A-Walrus
2022-09-01
*
Make mode editor-wide rather than per-document
Blaž Hrastnik
2022-09-01
*
fix: prevents storing last prompt if is top of stack (#3609)
Saber Haj Rabiee
2022-09-01
*
Fix Prompt::handle_event compilation
Michael Davis
2022-08-31
*
fix: Recalculate completion when going through prompt history (#3193)
Frojdholm
2022-08-31
[next]