| Commit message (Expand) | Author | Age |
... | |
| * | Editor::flush_writes returns an error | Skyler Hawthorne | 2022-10-19 |
| * | doc.close() now unused | Blaž Hrastnik | 2022-10-19 |
| * | Wire up save_queue as a part of new_document rather than open | Blaž Hrastnik | 2022-10-19 |
| * | Use a write_count to determine how many writes left to flush | Blaž Hrastnik | 2022-10-19 |
| * | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
| * | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
| * | review comments | Skyler Hawthorne | 2022-10-19 |
| * | remove Document::format_and_save | Skyler Hawthorne | 2022-10-19 |
| * | fix write scratch buffer to file | Skyler Hawthorne | 2022-10-19 |
| * | Save text in document saved events, use in status message | Skyler Hawthorne | 2022-10-19 |
| * | Rename doc save event names to past tense | Skyler Hawthorne | 2022-10-19 |
| * | fix erroneous write sender close | Skyler Hawthorne | 2022-10-19 |
| * | increase LSP shutdown timeout | Skyler Hawthorne | 2022-10-19 |
| * | fix modified status with auto format | Skyler Hawthorne | 2022-10-19 |
| * | improve reliability of shutdown | Skyler Hawthorne | 2022-10-19 |
| * | fix buffer-close | Skyler Hawthorne | 2022-10-19 |
| * | fix(write): do not set new path on document until write succeeds | Skyler Hawthorne | 2022-10-19 |
| * | fix: buffer-close ensuring writes | Skyler Hawthorne | 2022-10-19 |
| * | chore(write): serialize write operations within a Document | Skyler Hawthorne | 2022-10-19 |
* | | Merge pull request #4061 from pascalkuthe/undercurl-modifier | Blaž Hrastnik | 2022-10-19 |
|\ \
| |/
|/| |
|
| * | merge underline-style and underline-color into a single table | Pascal Kuthe | 2022-10-13 |
| * | adress review comments | Pascal Kuthe | 2022-10-11 |
| * | make casing consistent with other configuration | Pascal Kuthe | 2022-10-06 |
| * | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
| * | Fix failing tests | A-Walrus | 2022-10-01 |
| * | Add separate color for underlines | A-Walrus | 2022-10-01 |
| * | Support different kinds of underline rendering | Gokul Soumya | 2022-10-01 |
* | | Make skip_levels a u8 | A-Walrus | 2022-10-17 |
* | | Fix rendering of lines longer than 2^16 | A-Walrus | 2022-10-17 |
* | | feat(csharp,debug): add C# debugger support (#4213) | Filip Dutescu | 2022-10-15 |
* | | Apply transactions to the jumplist for undo/redo (#4227) | Michael Davis | 2022-10-12 |
* | | fix: remove unneeded allocations when calling helix_view::Info::new | Alexis (Poliorcetics) Bourget | 2022-10-11 |
* | | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | | Apply transactions to Views | Michael Davis | 2022-10-11 |
* | | Add View::apply for adjusting jumplist ranges | Michael Davis | 2022-10-11 |
* | | Propagate idle timeout event to components (#3172) | Gokul Soumya | 2022-10-11 |
* | | Fix goto/view center mismatch (#4135) | Brandon Dong | 2022-10-10 |
* | | Add cursorcolumn (#4084) | A-Walrus | 2022-10-08 |
* | | Automatically track pseudo-pending text (#4077) | Michael Davis | 2022-10-03 |
* | | Change focus to modified docs on quit (#3872) | A-Walrus | 2022-10-03 |
* | | Add option to skip the first indent guide (#3819) | Robin | 2022-10-03 |
* | | Find workspace from document path (#3553) | ath3 | 2022-10-03 |
* | | feat(statusline): add option to show total line numbers in file (#3960) | Joshua Pauline | 2022-10-03 |
* | | Add configureable statusline mode names (#3311) | PeepNSheep | 2022-10-03 |
* | | Inherit theme (#3067) | Christoph Schmidler | 2022-10-03 |
* | | Add goto preview (#2982) | Joe | 2022-10-03 |
|/ |
|
* | build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987) | dependabot[bot] | 2022-09-26 |
* | Re-sort diagnostics after transaction transform (#3895) | Michael Davis | 2022-09-20 |
* | Switch to Result for invalid language | A-Walrus | 2022-09-10 |
* | Add error handling to set language command | A-Walrus | 2022-09-10 |