| Commit message (Expand) | Author | Age |
* | 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 |
* | respond to SIGUSR1 by reloading config (#3952) | Karsten Gebbert | 2022-10-03 |
* | diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>> | Blaž Hrastnik | 2022-09-20 |
* | Track source and tags in diagnostics (#3898) | Luke Cycon | 2022-09-20 |
* | Remove the .txt suffix from tutor | Blaž Hrastnik | 2022-09-11 |
* | Improve error handling for config-reload (#3668) | A-Walrus | 2022-09-10 |
* | fix: lsp: Don't send didOpen events for documents with no URL | Blaž Hrastnik | 2022-09-04 |
* | minor: Simplify another document_mut statement | Blaž Hrastnik | 2022-09-04 |
* | Share the restore_term code between panic and normal exits (#3612) | Charlie Groves | 2022-08-31 |
* | Discard LSP publishDiagnostic when LS is not initialized (#3403) | Michael Davis | 2022-08-31 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | add a CLI flag for specifying config file location (#2666) | Michael Davis | 2022-08-04 |
* | Modified restore_term fn in application.rs. Changed '\x1B[2 q' to '\x1B[0 q' ... | Eric K | 2022-08-02 |
* | Suport diagnostic code (#3096) | Erasin | 2022-07-26 |
* | Set the selection point of the first file correctly (#3073) | Narazaki Shuji | 2022-07-18 |
* | feat(term): uniformize word-wise movement and deletion (#2500) | Benoît Cortier | 2022-07-15 |
* | Sub sort diagnostics by line number | Gokul Soumya | 2022-07-06 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | adds --vsplit and --hsplit arguments (#2773) | plexom | 2022-07-01 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | factor new Application with file arg to function | Skyler Hawthorne | 2022-06-19 |