| Commit message (Expand) | Author | Age |
... | |
* | Add `:update` that will write the changes if the file has been modified. (#4... | Gaurav Tyagi | 2022-10-26 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | fix: write-all crash (#4384) | Skyler Hawthorne | 2022-10-21 |
* | flush writes on force quit (#4397) | Skyler Hawthorne | 2022-10-21 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | Sort by fixed diagnostics/is_preffered within codeaction categories | Pascal Kuthe | 2022-10-21 |
* | never sort menu items when no fuzzy matching is possible | Pascal Kuthe | 2022-10-21 |
* | use permalink to vscode repo | Pascal Kuthe | 2022-10-21 |
* | use stable sort instead of allocating new vectors | Pascal Kuthe | 2022-10-21 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | Merge pull request #2267 from dead10ck/fix-write-fail | Blaž Hrastnik | 2022-10-20 |
|\ |
|
| * | fix tree_sitter_scopes | Skyler Hawthorne | 2022-10-19 |
| * | Editor::flush_writes returns an error | Skyler Hawthorne | 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 Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
| * | 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 |