aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/document.rs
Commit message (Expand)AuthorAge
...
* Improved file reload error message (#6274)Santiago Vrancovich2023-03-14
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Add a version-control statusline element (#5682)Dimitar Gyurov2023-03-10
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* Softwrapping improvements (#5893)Clément Delafargue2023-03-08
* feat: show current language when no argument is provided (#5895)Guillaume2023-02-16
* Replace incorrect usages of tab_width with indent_width. (#5918)Triton1712023-02-16
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Check for external file modifications when writing (#5805)Clément Delafargue2023-02-08
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Sync changes with view in undo/redo/earlier/laterMichael Davis2022-11-29
* Remove calls to View::apply in undo/redo/earlier/laterMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* cargo fmtBlaž Hrastnik2022-10-21
* simplify encoding test macro (#4385)Kirawi2022-10-21
* chore(view): remove indent_unit helper fn (#4389)Matouš Dzivjak2022-10-20
* doc.close() now unusedBlaž 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
* 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
* Apply transactions to the jumplist for undo/redo (#4227)Michael Davis2022-10-12
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Apply transactions to ViewsMichael Davis2022-10-11
* Change focus to modified docs on quit (#3872)A-Walrus2022-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
* Handle formatter errors, and save anyway (#3684)A-Walrus2022-09-07
* Look for the external formatter before invoking it (#3670)Michael Davis2022-09-04
* Make mode editor-wide rather than per-documentBlaž Hrastnik2022-09-01
* Fix process spawning error handling (#3349)PiergiorgioZagaria2022-08-30
* Derive Document language name from languages.toml name key (#3338)Michael Davis2022-08-30
* Fix comment (#3334)Kyle L. Davis2022-08-06
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04