aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src
Commit message (Expand)AuthorAge
...
| * Fix failing testsA-Walrus2022-10-01
| * Add separate color for underlinesA-Walrus2022-10-01
| * Support different kinds of underline renderingGokul Soumya2022-10-01
* | Make skip_levels a u8A-Walrus2022-10-17
* | Fix rendering of lines longer than 2^16A-Walrus2022-10-17
* | feat(csharp,debug): add C# debugger support (#4213)Filip Dutescu2022-10-15
* | Apply transactions to the jumplist for undo/redo (#4227)Michael Davis2022-10-12
* | fix: remove unneeded allocations when calling helix_view::Info::newAlexis (Poliorcetics) Bourget2022-10-11
* | Add a helper function for applying transactionsMichael Davis2022-10-11
* | Apply transactions to ViewsMichael Davis2022-10-11
* | Add View::apply for adjusting jumplist rangesMichael Davis2022-10-11
* | Propagate idle timeout event to components (#3172)Gokul Soumya2022-10-11
* | Fix goto/view center mismatch (#4135)Brandon Dong2022-10-10
* | 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
* | Inherit theme (#3067)Christoph Schmidler2022-10-03
* | Add goto preview (#2982)Joe2022-10-03
|/
* Re-sort diagnostics after transaction transform (#3895)Michael Davis2022-09-20
* Switch to Result for invalid languageA-Walrus2022-09-10
* Add error handling to set language commandA-Walrus2022-09-10
* Remove LspNotDefined, instead return an Option<>Blaž Hrastnik2022-09-07
* Handle formatter errors, and save anyway (#3684)A-Walrus2022-09-07
* Look for the external formatter before invoking it (#3670)Michael Davis2022-09-04
* Fix cargo doc warnings, and add GitHub action to ensure it (#3650)A-Walrus2022-09-03
* Expand doc/view macros to allow fetching specific idBlaž Hrastnik2022-09-03
* initial implementation of bufferline (#2759)aaron4042022-09-02
* Fix closing buffer with custom keymap (#3633)A-Walrus2022-09-01
* Make mode editor-wide rather than per-documentBlaž Hrastnik2022-09-01
* fix: Don't translate mouse up events as downBlaž Hrastnik2022-08-31
* Fix process spawning error handling (#3349)PiergiorgioZagaria2022-08-30
* Derive Document language name from languages.toml name key (#3338)Michael Davis2022-08-30
* Allow less than and greater than in macros (#3556)A-Walrus2022-08-30
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* 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
* Update to crossterm-0.25 (#3390)Charlie Groves2022-08-22
* One more windows fix...Blaž Hrastnik2022-08-22
* Fix compilation on windowsBlaž Hrastnik2022-08-22
* Make external terminal provider configurableBlaž Hrastnik2022-08-22
* Switch to `tabpad` configuration option (#3458)A-Walrus2022-08-21
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Fix comment (#3334)Kyle L. Davis2022-08-06
* Resolve clippy lints (#3307)Omnikar2022-08-04
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04