| Commit message (Expand) | Author | Age |
... | |
* | Only write newlines in menu selection popup if the lsp returns detail (#4902) | ath3 | 2022-12-09 |
* | Apply completion edits to all cursors (#4496) | Michael Davis | 2022-12-06 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Remove eager application of transactions to all views | Michael Davis | 2022-11-29 |
* | Apply inversions to Views on undo/redo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | lsp: Check server provider capabilities (#3554) | Michael Davis | 2022-11-22 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | minor: render_diagnostics doesn't require &self either | Blaž Hrastnik | 2022-11-19 |
* | Avoid repeatedly loading config | Blaž Hrastnik | 2022-11-19 |
* | lsp: Resolve completion item asynchronously on idle-timeout (#4781) | Michael Davis | 2022-11-18 |
* | sort fuzzy matches with equal score by length in picker (#4698) | Pascal Kuthe | 2022-11-16 |
* | Popup scrollbar (#4449) | Manos Mertzianis | 2022-11-15 |
* | Refactor blackhole register (#4504) | ath3 | 2022-11-15 |
* | Add global error/warning count statusline element (#4569) | Gaurav Tyagi | 2022-11-15 |
* | Statusline indicator to show number of selected chars (#4682) | wes adams | 2022-11-12 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | `error!` on unknown `CompletionItemKind` (#4658) | Marko Klobučar Ledinšćak | 2022-11-08 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | lsp: Support insertReplace | Blaž Hrastnik | 2022-11-08 |
* | Escape filenames in command completion | Michael Davis | 2022-11-07 |
* | 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 |