| Commit message (Expand) | Author | Age |
* | Render html <code> tags as code in markdown (#3425) | A-Walrus | 2022-09-13 |
* | Add `text` to language completer | A-Walrus | 2022-09-10 |
* | Remove LspNotDefined, instead return an Option<> | Blaž Hrastnik | 2022-09-07 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Expand doc/view macros to allow fetching specific id | Blaž Hrastnik | 2022-09-03 |
* | initial implementation of bufferline (#2759) | aaron404 | 2022-09-02 |
* | Fix closing buffer with custom keymap (#3633) | A-Walrus | 2022-09-01 |
* | Make mode editor-wide rather than per-document | Blaž Hrastnik | 2022-09-01 |
* | fix: prevents storing last prompt if is top of stack (#3609) | Saber Haj Rabiee | 2022-09-01 |
* | Fix Prompt::handle_event compilation | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Avoid command execution hooks on closed docs (#3613) | Michael Davis | 2022-08-31 |
* | Move mode transition logic to handle_keymap_event() (#2634) | Lucy | 2022-08-31 |
* | Use the original document and view for mode transition hooks (#3508) | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion after pasting into prompt | Blaž Hrastnik | 2022-08-30 |
* | completion: remove_follow links on filename_impl | Blaž Hrastnik | 2022-08-30 |
* | Derive Document language name from languages.toml name key (#3338) | Michael Davis | 2022-08-30 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Fix markdown indented code block rendering (#3503) | Clay | 2022-08-24 |
* | fix: Reset document mode when losing focus | Blaž Hrastnik | 2022-08-23 |
* | Update to crossterm-0.25 (#3390) | Charlie Groves | 2022-08-22 |
* | Switch to `tabpad` configuration option (#3458) | A-Walrus | 2022-08-21 |
* | remove duplicate entries from theme picker (#3439) | ChrHorn | 2022-08-15 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Add completion for nested settings (#3183) | A-Walrus | 2022-08-06 |
* | Fix tab highlight when tab is partially visible (#3313) | A-Walrus | 2022-08-06 |
* | Fix indent guide styling (#3324) | A-Walrus | 2022-08-06 |
* | Avoid copying fragments (#3136) | Matthias Deiml | 2022-08-04 |
* | Resolve clippy lints (#3307) | Omnikar | 2022-08-04 |
* | Don't add empty prompt input to history (#3259) | A-Walrus | 2022-07-30 |
* | add configurable / theme-able statusline separator string (#3175) | Seth Bromberger | 2022-07-26 |
* | add position-percentage as a statusline indicator (#3168) | Seth Bromberger | 2022-07-26 |
* | add spacer element to statusline (#3165) | Seth Bromberger | 2022-07-26 |
* | add statusline element to display file line endings (#3113) | Alexis Kalabura | 2022-07-21 |
* | fix: Indent levels could bleed over on the left edge | Blaž Hrastnik | 2022-07-20 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | support prefilling prompt (#2459) | Bob | 2022-07-18 |
* | Make gutters padding optional (#2996) | Ivan Tham | 2022-07-18 |
* | support toggling pickers' preview panel (#3021) | Bob | 2022-07-18 |
* | Customizable/configurable status line (#2434) | Mr. E | 2022-07-18 |
* | feat(term): uniformize word-wise movement and deletion (#2500) | Benoît Cortier | 2022-07-15 |
* | Fix some typos (#2978) | A-Walrus | 2022-07-06 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | Highlight whole row in picker menus (#2939) | ChrHorn | 2022-07-02 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Sort themes, language & files by score & then name (#2675) | Michael Jones | 2022-07-01 |
* | Add mode specific styles (#2676) | Mathspy | 2022-06-30 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | fixes background reset (#2900) | Seth Bromberger | 2022-06-28 |
* | Refactor handling of mouse events (#2893) | Gokul Soumya | 2022-06-27 |