Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Trim quotes and braces from paths in goto_file_impl (#4370) | Dario Oddenino | 2022-10-28 |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | flush writes on force quit (#4397) | Skyler Hawthorne | 2022-10-21 |
| | | | | | | When force quitting, we need to block on the pending writes to ensure that write commands succeed before exiting, and also to avoid a crash when all the views are gone before the auto format call returns from the LS. | ||
* | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
| | |||
* | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
| | |||
* | update write-quit to wait for saves | Skyler Hawthorne | 2022-10-19 |
| | |||
* | fix buffer-close | Skyler Hawthorne | 2022-10-19 |
| | |||
* | fix: buffer-close ensuring writes | Skyler Hawthorne | 2022-10-19 |
| | | | | Make sure buffer-close waits for the document to finish its writes. | ||
* | Fix backwards selection duplication widening bug (#2945) | A-Walrus | 2022-07-04 |
| | | | | | | | | | | | | | * Fix backwards selection duplication widening bug * Add integration tests * Make tests line-ending agnostic Make tests line-ending agnostic Use indoc to fix tests Fix line-ending on test input | ||
* | factor new Application with file arg to function | Skyler Hawthorne | 2022-06-19 |
| | |||
* | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
| | | | | | | | | | During write-quit, if the file fails to be written for any reason, helix will still quit without saving the changes. This fixes this behavior by introducing fallibility to the asynchronous job queues. This will also benefit all contexts which may depend on these job queues. Fixes #1575 | ||
* | add test for write-quit happy path | Skyler Hawthorne | 2022-06-19 |
| | |||
* | ignore failing write path tests until fixes are merged | Skyler Hawthorne | 2022-06-19 |
| | |||
* | rename top level module to satisfy cargo fmt | Skyler Hawthorne | 2022-06-19 |