aboutsummaryrefslogtreecommitdiff
path: root/helix-view
Commit message (Expand)AuthorAge
* cargo fmtBlaž Hrastnik2022-10-21
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* simplify encoding test macro (#4385)Kirawi2022-10-21
* Fix multi byte auto pairs (#4024)Skyler Hawthorne2022-10-21
* feat(view): re-use align_view function (#4390)Matouš Dzivjak2022-10-20
* chore(view): remove indent_unit helper fn (#4389)Matouš Dzivjak2022-10-20
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * reduce LSP timeout to 3sSkyler Hawthorne2022-10-19
| * fail if doc save sender is closedSkyler Hawthorne2022-10-19
| * Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19
| * doc.close() now unusedBlaž Hrastnik2022-10-19
| * Wire up save_queue as a part of new_document rather than openBlaž Hrastnik2022-10-19
| * Use a write_count to determine how many writes left to flushBlaž Hrastnik2022-10-19
| * Deduplicate flush_writesBlaž Hrastnik2022-10-19
| * Use a single save_queue on the editorBlaž Hrastnik2022-10-19
| * review commentsSkyler Hawthorne2022-10-19
| * remove Document::format_and_saveSkyler Hawthorne2022-10-19
| * fix write scratch buffer to fileSkyler Hawthorne2022-10-19
| * Save text in document saved events, use in status messageSkyler Hawthorne2022-10-19
| * Rename doc save event names to past tenseSkyler Hawthorne2022-10-19
| * fix erroneous write sender closeSkyler Hawthorne2022-10-19
| * increase LSP shutdown timeoutSkyler Hawthorne2022-10-19
| * fix modified status with auto formatSkyler Hawthorne2022-10-19
| * improve reliability of shutdownSkyler 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
* | Merge pull request #4061 from pascalkuthe/undercurl-modifierBlaž Hrastnik2022-10-19
|\ \ | |/ |/|
| * merge underline-style and underline-color into a single tablePascal Kuthe2022-10-13
| * adress review commentsPascal Kuthe2022-10-11
| * make casing consistent with other configurationPascal Kuthe2022-10-06
| * make underline_style a seperate optionPascal Kuthe2022-10-01
| * 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