aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
Commit message (Expand)AuthorAge
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* correctly store snapshots when repeating insert-mode actionsPascal Kuthe2023-03-09
* discard stale completion requestsPascal Kuthe2023-03-09
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* create savepoint before requesting completionPascal Kuthe2023-03-09
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* highlight non-bar cursors (#5575)Pascal Kuthe2023-01-18
* Primary cursor colors by mode (#5130)gibbz002023-01-18
* mouse operations respect scrolloff (#5255)jliaoh2022-12-23
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Remove eager application of transactions to all viewsMichael Davis2022-11-29
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* minor: render_diagnostics doesn't require &self eitherBlaž Hrastnik2022-11-19
* Avoid repeatedly loading configBlaž Hrastnik2022-11-19
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* Fix panic from two windows editing the same document (#4570)Michael Davis2022-11-03
* fix: repeating repeat operator (#4450)Michał Zabielski2022-10-26
* lsp: Resolve completion items missing documentation on idle (#4406)Michael Davis2022-10-22
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* remove Callback::Compositor variantSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* Replace `in_bounds` with calculation of end_indentA-Walrus2022-10-17
* Only draw indent guides within boundsA-Walrus2022-10-17
* Make skip_levels a u8A-Walrus2022-10-17
* Fix rendering of lines longer than 2^16A-Walrus2022-10-17
* Fix debug assertion for diagnostic sort order (#4319)Michael Davis2022-10-16
* Overlay all diagnostics with highest severity on top (#4113)Michael Davis2022-10-11
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Apply transactions to ViewsMichael Davis2022-10-11
* Propagate idle timeout event to components (#3172)Gokul Soumya2022-10-11
* Add cursorcolumn (#4084)A-Walrus2022-10-08
* Automatically track pseudo-pending text (#4077)Michael Davis2022-10-03
* Add option to skip the first indent guide (#3819)Robin2022-10-03
* Add `ui.gutter.selected` option for themes (#3303)ChrHorn2022-10-03
* Remove LspNotDefined, instead return an Option<>Blaž Hrastnik2022-09-07
* Expand doc/view macros to allow fetching specific idBlaž Hrastnik2022-09-03
* initial implementation of bufferline (#2759)aaron4042022-09-02
* Fix closing buffer with custom keymap (#3633)A-Walrus2022-09-01
* Make mode editor-wide rather than per-documentBlaž Hrastnik2022-09-01
* Avoid command execution hooks on closed docs (#3613)Michael Davis2022-08-31
* Move mode transition logic to handle_keymap_event() (#2634)Lucy2022-08-31
* Use the original document and view for mode transition hooks (#3508)Michael Davis2022-08-31
* Add bracketed paste (#3233)Charlie Groves2022-08-29