| Commit message (Expand) | Author | Age |
... | |
| * | fix write scratch buffer to file | Skyler Hawthorne | 2022-10-19 |
| * | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
| * | fix panic when view of pending write is closed | Skyler Hawthorne | 2022-10-19 |
| * | fix write-quit with auto format | 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 |
| * | add conditional noop render back | 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(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 |
* | | Pretty print `tree-sitter-subtree` expression (#4295) | Fisher Darling | 2022-10-19 |
|/ |
|
* | display tree sitter scopes in a popup (#4337) | Roberto Vidal | 2022-10-18 |
* | fix `:insert-output` doc: inserting output **before** each selection (#4286) | ZJPzjp | 2022-10-15 |
* | Apply transactions to the jumplist for undo/redo (#4227) | Michael Davis | 2022-10-12 |
* | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | Apply transactions to Views | Michael Davis | 2022-10-11 |
* | Change focus to modified docs on quit (#3872) | A-Walrus | 2022-10-03 |
* | Find workspace from document path (#3553) | ath3 | 2022-10-03 |
* | Add goto preview (#2982) | Joe | 2022-10-03 |
* | add :lsp-restart command (#3435) | Filipe Azevedo | 2022-09-20 |
* | Fix preview bug (#3644) | Joe | 2022-09-20 |
* | Remove border from code actions popup (#3444) | A-Walrus | 2022-09-13 |
* | Remove the .txt suffix from tutor | Blaž Hrastnik | 2022-09-11 |
* | Switch to Result for invalid language | A-Walrus | 2022-09-10 |
* | Add error handling to set language command | A-Walrus | 2022-09-10 |
* | Fix :reflow panic by enusring cursor in view (#3733) | A-Walrus | 2022-09-07 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Derive Document language name from languages.toml name key (#3338) | Michael Davis | 2022-08-30 |
* | Detect indent-style in `:set-language` (#3330) | Michael Davis | 2022-08-05 |
* | Avoid copying fragments (#3136) | Matthias Deiml | 2022-08-04 |
* | Add cwd parameter which is not optional anymore (#3240) | Danilo Spinella | 2022-07-31 |
* | Fix byte index error in signature help highlighting | Gokul Soumya | 2022-07-29 |
* | Shorten embedded command descriptions (#3070) | Gokul Soumya | 2022-07-26 |
* | add statusline element to display file line endings (#3113) | Alexis Kalabura | 2022-07-21 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | support prefilling prompt (#2459) | Bob | 2022-07-18 |
* | Show file path only in workspace diagnostic picker | Gokul Soumya | 2022-07-06 |
* | Display error code only if not none | Gokul Soumya | 2022-07-06 |
* | Display diagnostic text before code in picker | Gokul Soumya | 2022-07-06 |
* | Remove source from diagnostic picker display | Gokul Soumya | 2022-07-06 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
| * | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |