aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
Commit message (Expand)AuthorAge
* Fix writes from insert mode not properly updating the revision historyJJ2024-05-01
* Add file explorer and tree helperwongjiahau2024-05-01
* dismiss pending keys properly for mouse/pastePascal Kuthe2024-03-23
* Handle starting and continuing the count separately (#9887)Michael Davis2024-03-15
* Support LSP diagnostic tags (#9780)Michael Davis2024-03-02
* Avoid cloning the whole paragraph content just for rendering (#9739)Mo2024-02-27
* Use a hook for resolving completion itemsMichael Davis2024-02-23
* Make mouse click extend selection in select mode (#5436)Jonathan LEI2024-02-19
* Scroll cursor and page together (neovim-like scrolling) (#8015)AlexanderDickie2024-02-18
* Allow numbers as second input event (#8471)Mehdi Abedi2024-02-14
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Add hook/event systemPascal Kuthe2024-01-23
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* update history of a newly focused view (#9271)Pascal Kuthe2024-01-09
* fix(ui): use crossterm cursor when at the end of the rope (#8934)Hendrik Norkowski2023-11-28
* use crossterm cursor in editor when out of focus (#6858)Hendrik Norkowski2023-11-27
* Fix precedence of ui.virtual.whitespace (#8879)chtenb2023-11-25
* Revert "Fix precedence of ui.virtual.whitespace (#8750)"Blaž Hrastnik2023-11-22
* Fix precedence of ui.virtual.whitespace (#8750)chtenb2023-11-22
* fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl...Yomain2023-10-17
* Clear completion when switching windows via click (#8118)Michael Davis2023-08-31
* fix: line numbers remain relative when helix loses focus (#7955)woojiq2023-08-29
* Skip rendering gutters when gutter width exceeds view width (#7821)Anshul Dalal2023-08-08
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Fix underflow when repeating a completion that has a negative shift position ...Philipp Mildenberger2023-06-12
* Persist register selection in pending keymapsMichael Davis2023-06-07
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* do not ignore mouse scrolling when on top of virtual textPascal Kuthe2023-03-27
* Show diagnostic codes for LSP diagnostics (#6378)Francesc Elies2023-03-21
* 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