aboutsummaryrefslogtreecommitdiff
path: root/helix-view
Commit message (Expand)AuthorAge
* 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
* simplify some keymap key names follow up tests (#2694)Henry2022-06-17
* 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
* simplify fallback for selected line-number theming (#2768)Michael Davis2022-06-14
* minor: Simplify Document.language_id()Blaž Hrastnik2022-06-06
* simplify some keymap key names (#2677)Henry2022-06-06
* Passing extra formatting options to LSPs (#2635)farwyler2022-06-05
* Fix crash due to cycles when replaying macros (#2647)gavynriebau2022-06-05
* Fix panic on close last buffer (#2367) (#2658)gavynriebau2022-06-05
* Improve Readability (#2639)Ryan Russell2022-06-01
* fix: Remove empty scratch buffer from jumplists when removing itBlaž Hrastnik2022-05-29
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* lower MSRV to 1.57.0Michael Davis2022-05-23
* Move Tree nodes on view swapRoland Kovacs2022-05-21
* Implement view swappingRoland Kovacs2022-05-21
* Implement view transpose (#2461)Roland Kovacs2022-05-20
* Run debug console in windows (#2294)Alexis Kalabura2022-05-11
* prefer Document::set_selection to inserting selections directly (#2411)Michael Davis2022-05-11
* cfg-gate unused functions on macos & windows (#2332)Kirawi2022-05-02
* feat(commands): make it possible to disable format-on-save via the 'auto-form...unrelentingtech2022-05-02
* Add a nop clipboard provider for wasmBlaž Hrastnik2022-05-01
* feat(ui): add nbsp (non-breaking space) to rendered whitespace (#2322)unrelentingtech2022-04-30
* fix typos (#2304)chunghha2022-04-27
* 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 `:write!` to create nonexistent subdirectories (#1839)Omnikar2022-04-12
* Add runtime language configuration (#1794) (#1866)Roland Kovacs2022-04-05
* Reintroduce win32yank as a clipboard provider on Linux for WSL2 + Windows 10 ...جاد2022-04-01
* fix: Don't rely on FormattingOptions::default()Blaž Hrastnik2022-03-30
* clipboard: fix import on macOSBlaž Hrastnik2022-03-28
* cargo fmtBlaž Hrastnik2022-03-28
* Refactor clipboard to make it easier to feature gate std::processBlaž Hrastnik2022-03-28
* Split off dap event handlers into helix-view to allow reuseBlaž Hrastnik2022-03-28
* 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
* build(deps): bump once_cell from 1.9.0 to 1.10.0 (#1768)dependabot[bot]2022-03-08
* fix: text_pos_at_screen_coords testsBlaž Hrastnik2022-03-04
* Fix tab rendering to use dynamic tab widthBlaž Hrastnik2022-03-04
* Reuse visual_coords_at_pos function in viewBlaž Hrastnik2022-03-04
* Fallback to broader scope if theme scope not found (#1714)Gokul Soumya2022-03-04
* minor: Remove some outdated commentsBlaž Hrastnik2022-03-03