| Commit message (Expand) | Author | Age |
... | |
* | Tune regex highlights for usage in prompts | Michael Davis | 2023-07-27 |
* | Syntax-highlight regex prompts | Michael Davis | 2023-07-27 |
* | Save an undo checkpoint before accepting completion (#7747) | Michael Davis | 2023-07-27 |
* | Clear statusline while prompt is visible (#7646) | Pascal Kuthe | 2023-07-17 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | Fix Component implementations for Picker (#7382) | Michael Davis | 2023-06-19 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Move FilePicker struct def closer to impl block | Gokul Soumya | 2023-06-18 |
* | Render the preview in FilePicker | Gokul Soumya | 2023-06-18 |
* | Move Picker::render into FilePicker::render | Gokul Soumya | 2023-06-18 |
* | Move Component methods except render() to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move handle_event methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move navigation methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move scoring functions from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Copy struct fields and new() from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move FilePicker::render from Component impl to normal impl | Gokul Soumya | 2023-06-18 |
* | Fix underflow when repeating a completion that has a negative shift position ... | Philipp Mildenberger | 2023-06-12 |
* | add config option for instant completion entry preview (defaulting to true). | Luca Schlecker | 2023-06-09 |
* | Add register statusline element (#7222) | spectre256 | 2023-06-08 |
* | Persist register selection in pending keymaps | Michael Davis | 2023-06-07 |
* | Update diagnostics correctly on LSP exit (#7111) | Poliorcetics | 2023-05-23 |
* | Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly | Philipp Mildenberger | 2023-05-18 |
* | Apply all review suggestions (doc_id -> id, error message, unnecessary if) | Philipp Mildenberger | 2023-05-18 |
* | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Remove offset_encoding in CompletionItem | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Fix sorting issues of the editor wide diagnostics and apply diagnostics relat... | Philipp Mildenberger | 2023-05-18 |
* | Remove unnecessary completion support check (likely an artifact) | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | async picker syntax highlighting | Pascal Kuthe | 2023-05-18 |
* | clarify comments about completion savepoints | Pascal Kuthe | 2023-05-18 |
* | only resolve completion items once | Pascal Kuthe | 2023-05-18 |
* | resolve completions before applying transactions | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | inject language based on file extension & shebang (#3970) | Timothy DeHerrera | 2023-04-28 |
* | Fix #6669: Theme preview doesn't return theme to normal (#6694) | shem | 2023-04-12 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | robustly handle invalid LSP ranges (#6512) | Pascal Kuthe | 2023-04-03 |
* | Hide signature help if it overlays completion menu (#5523) | Pascal Kuthe | 2023-03-31 |
* | Truncate paths in the file picker (#6410) | mWalrus | 2023-03-31 |
* | feat(debug): highlight current line (#5957) | Filip Dutescu | 2023-03-29 |
* | do not ignore mouse scrolling when on top of virtual text | Pascal Kuthe | 2023-03-27 |
* | remove incorrect assert | Pascal Kuthe | 2023-03-27 |
* | Show diagnostic codes for LSP diagnostics (#6378) | Francesc Elies | 2023-03-21 |
* | Fix highlighting in picker with multiple columns (#6333) | exp80 | 2023-03-18 |