| Commit message (Expand) | Author | Age |
* | discard outdated workspace edits recived from the LS | Pascal Kuthe | 2023-03-16 |
* | discard outdated diagnostics recived by the LS | Pascal Kuthe | 2023-03-16 |
* | Add undercurl config option #6196 (#6253) | Jonatan Pettersson | 2023-03-14 |
* | helix-term: send the STOP signal to all processes in the process group (#3546) | Cole Helbling | 2023-03-13 |
* | LSP: No-op client/registerCapability requests (#6258) | Michael Davis | 2023-03-13 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | LSP: Send replies for malformed and unhandled RPC requests (#6058) | Michael Davis | 2023-03-08 |
* | Move terminal claim/restore code to helix-tui | Michael Davis | 2023-03-08 |
* | fix: Handle signals before crossterm events (#6170) | Alexander Brevig | 2023-03-05 |
* | Ignore key-release keyboard events (#6139) | Michael Davis | 2023-03-01 |
* | Enable the enhanced keyboard protocol if supported | Michael Davis | 2023-02-28 |
* | Ignore invalid file URIs from LSP (#6000) | Jonathan LEI | 2023-02-16 |
* | enable rendering in integration tests (#5819) | Skyler Hawthorne | 2023-02-04 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Store new config on application in :config-reload (#5431) | Lorenzo Albano | 2023-01-08 |
* | Fix language config reload logic (#5381) | Ethan Kiang | 2023-01-03 |
* | Reload language config with `:config-reload` (#5239) | willful759 | 2022-12-29 |
* | Avoid trailing `s` in message when only 1 file is opened (#5189) | Nick | 2022-12-23 |
* | feat(lsp): add support for lsp Diagnostic{}.data (#4935) | sigmaSd | 2022-12-02 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Handle language server termination (#4797) | Michael Davis | 2022-11-19 |
* | fix test compilation | Blaž Hrastnik | 2022-11-09 |
* | Move terminal out of compositor | Blaž Hrastnik | 2022-11-09 |
* | This term specific behavior really doesn't belong to compositor | Blaž Hrastnik | 2022-11-09 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | nit: move an allocation to happen after a `continue`, making sure it's | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | 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 |
* | 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 |
* | reset idle timer for all events | 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 |
* | improve reliability of shutdown | Skyler Hawthorne | 2022-10-19 |
* | add conditional noop render back | 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 |
* | Propagate idle timeout event to components (#3172) | Gokul Soumya | 2022-10-11 |
* | Exit gracefully when close operation fails (#4081) | Skyler Hawthorne | 2022-10-03 |