aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/editor.rs
Commit message (Expand)AuthorAge
...
* 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
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04
* add configurable / theme-able statusline separator string (#3175)Seth Bromberger2022-07-26
* add position-percentage as a statusline indicator (#3168)Seth Bromberger2022-07-26
* Rename padding to spacer, remove by defaultBlaž Hrastnik2022-07-26
* add spacer element to statusline (#3165)Seth Bromberger2022-07-26
* Fix different document panic (#3160)Kyle L. Davis2022-07-23
* keep jump/file history when using :split (#3031)Robin2022-07-22
* add statusline element to display file line endings (#3113)Alexis Kalabura2022-07-21
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* Make gutters padding optional (#2996)Ivan Tham2022-07-18
* Customizable/configurable status line (#2434)Mr. E2022-07-18
* Add live preview to theme picker (#1798)Joe2022-07-05
* Add mode specific styles (#2676)Mathspy2022-06-30
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Implement cursorline (#2170)Tobias Menzi2022-06-27
* Merge pull request #2359 from dead10ck/test-harnessBlaž Hrastnik2022-06-21
|\
| * Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
| * tests for buffer-closeSkyler Hawthorne2022-06-19
| * tests for serialized writesSkyler Hawthorne2022-06-19
| * Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
| * improve test harnessSkyler Hawthorne2022-06-19
* | Make indent guides configurableGokul Soumya2022-06-21
|/
* Update auto-pairs and idle-timeout when the config is reloaded (#2736)Bjorn Ove Hay Andersen2022-06-15
* Better handling of symlinks (#2718)Roland Kovacs2022-06-15
* Fix crash due to cycles when replaying macros (#2647)gavynriebau2022-06-05
* Fix panic on close last buffer (#2367) (#2658)gavynriebau2022-06-05
* fix: Remove empty scratch buffer from jumplists when removing itBlaž Hrastnik2022-05-29