aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/editor.rs
Commit message (Expand)AuthorAge
* 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
* Implement view swappingRoland Kovacs2022-05-21
* Implement view transpose (#2461)Roland Kovacs2022-05-20
* prefer Document::set_selection to inserting selections directly (#2411)Michael Davis2022-05-11
* feat(commands): make it possible to disable format-on-save via the 'auto-form...unrelentingtech2022-05-02
* feat(ui): add nbsp (non-breaking space) to rendered whitespace (#2322)unrelentingtech2022-04-30
* feat(commands): better handling of buffer-close (#1397)Matouš Dzivjak2022-04-27
* allow whitespace to be renderedOmnikar2022-04-20
* Add rulers option (#2060)Thomas2022-04-20
* Make gutters configurable (#1967)Dr. David A. Kunz2022-04-16
* Fix panic when using set-language on a scratch (#1996)Roland Kovacs2022-04-13
* Add runtime language configuration (#1794) (#1866)Roland Kovacs2022-04-05
* Move top level lsp config to editor.lsp (#1868)Gokul Soumya2022-03-28
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* Refactor :set to parse by deserializing values (#1799)Gokul Soumya2022-03-15
* Make repeat operator work with completion edits (#1640)Mateusz S. Szczygieł2022-03-01
* Show infobox to hint textobjects with `mi` and `ma` (#1686)Daniel S Poulin2022-03-01
* Configurable auto pairs (#1624)Skyler Hawthorne2022-02-25
* Allow static strings in set_status/set_error so API is nicerBlaž Hrastnik2022-02-15
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * feat(editor): add config for search wrap_around (#1516)Matouš Dzivjak2022-02-10
| * Show infobox with register contentsGokul Soumya2022-02-10
| * Fix incorrect last modified behavior (#1621)Ivan Tham2022-02-06
| * feat(helix-view): dynamic line numbers (#1522)Andrew Neth2022-01-25
| * Merge pull request #1154 from sudormrfbin/cursor-shape-newBlaž Hrastnik2022-01-23
| |\