aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/editor.rs
Commit message (Expand)AuthorAge
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Add command to rotate view backward (#5356)mejo132023-01-17
* Add some function documentations (#5360)Pascal Sommer2023-01-11
* Add a status line element that shows just the basename of the file (#5318)Nick2022-12-31
* Reset mode when changing buffers (#5072)Michael Davis2022-12-11
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Sync all document changes on view focusMichael Davis2022-11-29
* Sync changes between doc and view on switchMichael Davis2022-11-29
* Remove selections for closed views on all documents (#4888)Michael Davis2022-11-26
* Factor out common code for focusing the next view (#4607)Michael Davis2022-11-17
* Add global error/warning count statusline element (#4569)Gaurav Tyagi2022-11-15
* Statusline indicator to show number of selected chars (#4682)wes adams2022-11-12
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Fix panic from two windows editing the same document (#4570)Michael Davis2022-11-03
* Use OSC 52 as a fallback for setting the system clipboard (#3220)Charlie Groves2022-11-02
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* feat(view): re-use align_view function (#4390)Matouš Dzivjak2022-10-20
* reduce LSP timeout to 3sSkyler Hawthorne2022-10-19
* fail if doc save sender is closedSkyler Hawthorne2022-10-19
* Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19
* Wire up save_queue as a part of new_document rather than openBlaž Hrastnik2022-10-19
* Use a write_count to determine how many writes left to flushBlaž Hrastnik2022-10-19
* Deduplicate flush_writesBlaž Hrastnik2022-10-19
* Use a single save_queue on the editorBlaž Hrastnik2022-10-19
* Rename doc save event names to past tenseSkyler Hawthorne2022-10-19
* increase LSP shutdown timeoutSkyler Hawthorne2022-10-19
* improve reliability of shutdownSkyler Hawthorne2022-10-19
* fix buffer-closeSkyler Hawthorne2022-10-19
* fix: buffer-close ensuring writesSkyler Hawthorne2022-10-19
* chore(write): serialize write operations within a DocumentSkyler Hawthorne2022-10-19
* Make skip_levels a u8A-Walrus2022-10-17
* Fix rendering of lines longer than 2^16A-Walrus2022-10-17
* Add cursorcolumn (#4084)A-Walrus2022-10-08
* Automatically track pseudo-pending text (#4077)Michael Davis2022-10-03
* Change focus to modified docs on quit (#3872)A-Walrus2022-10-03
* Add option to skip the first indent guide (#3819)Robin2022-10-03
* Find workspace from document path (#3553)ath32022-10-03
* feat(statusline): add option to show total line numbers in file (#3960)Joshua Pauline2022-10-03
* Add configureable statusline mode names (#3311)PeepNSheep2022-10-03
* Add goto preview (#2982)Joe2022-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
* Make mode editor-wide rather than per-documentBlaž Hrastnik2022-09-01
* Add wezterm to get_terminal_provider (#3588)unrelentingtech2022-08-29
* fix: Reset document mode when losing focusBlaž Hrastnik2022-08-23
* Editor: remove duplication for view focus/swap commandsBlaž Hrastnik2022-08-23
* Make external terminal provider configurableBlaž Hrastnik2022-08-22
* Switch to `tabpad` configuration option (#3458)A-Walrus2022-08-21