| Commit message (Expand) | Author | Age |
... | |
* | Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392) | Nimrod | 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 autocompletins by fuzzy match | Pascal Kuthe | 2022-10-21 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | chore(view): remove indent_unit helper fn (#4389) | Matouš Dzivjak | 2022-10-20 |
* | fix(commands): no last picker error (#4387) | Matouš Dzivjak | 2022-10-20 |
* | 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 |
| * | Use flush_writes in application.close() | Blaž Hrastnik | 2022-10-19 |
| * | Seems like this flush is unnecessary | Blaž Hrastnik | 2022-10-19 |
| * | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
| * | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
| * | improve app close failure display | Skyler Hawthorne | 2022-10-19 |
| * | review comments | Skyler Hawthorne | 2022-10-19 |
| * | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
| * | remove Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
| * | move language server refresh to document saved event handler | Skyler Hawthorne | 2022-10-19 |
| * | fix write scratch buffer to file | Skyler Hawthorne | 2022-10-19 |
| * | Save text in document saved events, use in status message | Skyler Hawthorne | 2022-10-19 |
| * | Rename doc save event names to past tense | Skyler Hawthorne | 2022-10-19 |
| * | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
| * | reset idle timer for all events | Skyler Hawthorne | 2022-10-19 |
| * | fix panic when view of pending write is closed | Skyler Hawthorne | 2022-10-19 |
| * | factor editor event handling into function | 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 |
|/ |
|
* | Fix deleting word from end of buffer (#4328) | Jonathan LEI | 2022-10-19 |
* | display tree sitter scopes in a popup (#4337) | Roberto Vidal | 2022-10-18 |
* | Use the same `WalkBuilder` configuration for the global search file picker as... | Philipp Mildenberger | 2022-10-18 |
* | Replace `in_bounds` with calculation of end_indent | A-Walrus | 2022-10-17 |
* | Only draw indent guides within bounds | A-Walrus | 2022-10-17 |
* | Make skip_levels a u8 | A-Walrus | 2022-10-17 |
* | Fix rendering of lines longer than 2^16 | A-Walrus | 2022-10-17 |
* | Change diagnostic picker keybind to <space>d (#4229) | Gokul Soumya | 2022-10-17 |
* | Fix debug assertion for diagnostic sort order (#4319) | Michael Davis | 2022-10-16 |
* | fix `:insert-output` doc: inserting output **before** each selection (#4286) | ZJPzjp | 2022-10-15 |