aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* fix modified status with auto formatSkyler Hawthorne2022-10-19
* improve reliability of shutdownSkyler Hawthorne2022-10-19
* add conditional noop render backSkyler Hawthorne2022-10-19
* update write-quit to wait for savesSkyler Hawthorne2022-10-19
* fix buffer-closeSkyler Hawthorne2022-10-19
* fix(write): do not set new path on document until write succeedsSkyler Hawthorne2022-10-19
* fix: buffer-close ensuring writesSkyler Hawthorne2022-10-19
* chore(write): serialize write operations within a DocumentSkyler Hawthorne2022-10-19
* Fix deleting word from end of buffer (#4328)Jonathan LEI2022-10-19
* display tree sitter scopes in a popup (#4337)Roberto Vidal2022-10-18
* Use the same `WalkBuilder` configuration for the global search file picker as...Philipp Mildenberger2022-10-18
* Replace `in_bounds` with calculation of end_indentA-Walrus2022-10-17
* Only draw indent guides within boundsA-Walrus2022-10-17
* Make skip_levels a u8A-Walrus2022-10-17
* Fix rendering of lines longer than 2^16A-Walrus2022-10-17
* Change diagnostic picker keybind to <space>d (#4229)Gokul Soumya2022-10-17
* Fix debug assertion for diagnostic sort order (#4319)Michael Davis2022-10-16
* fix `:insert-output` doc: inserting output **before** each selection (#4286)ZJPzjp2022-10-15
* nit: remove a String allocation that is immediately used as an &str (#4277)Poliorcetics2022-10-14
* Changed Selection Yank Message (#4275)Nathaniel Graham2022-10-14
* Apply transactions to the jumplist for undo/redo (#4227)Michael Davis2022-10-12
* Fix some commands not showing names in palette (#4223)Armin Ronacher2022-10-12
* Fix append cursor location when selection anchor is at end of document (#4147)Graic2022-10-12
* Fix confusion with using --hsplit --vsplit on startup at same time (#4202)Brian Orwe2022-10-11
* fix: remove unneeded allocations when calling helix_view::Info::newAlexis (Poliorcetics) Bourget2022-10-11
* Overlay all diagnostics with highest severity on top (#4113)Michael Davis2022-10-11
* remove filterting with C-space from pickerPascal Kuthe2022-10-11
* Treat space as a seperator instead of a character in fuzzy pickerPascal Kuthe2022-10-11
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Apply transactions to ViewsMichael Davis2022-10-11
* picker: Highlight the document on idle timeoutBlaž Hrastnik2022-10-11
* Propagate idle timeout event to components (#3172)Gokul Soumya2022-10-11
* Add cursorcolumn (#4084)A-Walrus2022-10-08
* Fix bugs in search wraparound message (#4101)A-Walrus2022-10-04
* Exit gracefully when close operation fails (#4081)Skyler Hawthorne2022-10-03
* Automatically track pseudo-pending text (#4077)Michael Davis2022-10-03
* respond to SIGUSR1 by reloading config (#3952)Karsten Gebbert2022-10-03
* Keep arrow and special keys in insert (#3915)Ivan Tham2022-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
* Rename I/A "Insert at start/end of line" (#3753)Michael Davis2022-10-03
* Find workspace from document path (#3553)ath32022-10-03
* Select inserted space after join (#3549)Ivan Tham2022-10-03
* Add command names to command palette (#4071)nuid322022-10-03
* Fix signature help panic when too large (#4030)Ivan Tham2022-10-03
* goto_window_* extends selection (#3985)greg-enbala2022-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 `ui.gutter.selected` option for themes (#3303)ChrHorn2022-10-03