| Commit message (Expand) | Author | Age |
... | |
* | Fix range offsets in multi-selection paste (#4608) | Michael Davis | 2022-11-06 |
* | Fix panic on paste from blackhole register (#4497) | Michael Davis | 2022-11-04 |
* | Select text inserted by shell or paste (#4458) | Michael Davis | 2022-11-04 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Exit select mode on replace commands (#4554) | Jonathan LEI | 2022-11-02 |
* | Fix `delete_char_backward` for paired characters (#4558) | Yuriy Gabuev | 2022-11-01 |
* | fix: make `scroll` aware of tabs and wide characters (#4519) | Matthew Toohey | 2022-10-29 |
* | Make shell_impl concurrent (#3180) | Matthias Deiml | 2022-10-29 |
* | Include colons for typable commands in command palette (#4495) | Michael Davis | 2022-10-28 |
* | Trim quotes and braces from paths in goto_file_impl (#4370) | Dario Oddenino | 2022-10-28 |
* | fix: terminal freezing on `shell_insert_output` | GabrielDertoni | 2022-10-26 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | fix: write-all crash (#4384) | Skyler Hawthorne | 2022-10-21 |
* | Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392) | Nimrod | 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 |
* | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
* | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
* | move language server refresh to document saved event handler | 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 |
* | add conditional noop render back | Skyler Hawthorne | 2022-10-19 |
* | chore(write): serialize write operations within a Document | Skyler Hawthorne | 2022-10-19 |
* | Fix deleting word from end of buffer (#4328) | Jonathan LEI | 2022-10-19 |
* | Use the same `WalkBuilder` configuration for the global search file picker as... | Philipp Mildenberger | 2022-10-18 |
* | Changed Selection Yank Message (#4275) | Nathaniel Graham | 2022-10-14 |
* | Apply transactions to the jumplist for undo/redo (#4227) | Michael Davis | 2022-10-12 |
* | Fix some commands not showing names in palette (#4223) | Armin Ronacher | 2022-10-12 |
* | Fix append cursor location when selection anchor is at end of document (#4147) | Graic | 2022-10-12 |
* | fix: remove unneeded allocations when calling helix_view::Info::new | Alexis (Poliorcetics) Bourget | 2022-10-11 |
* | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | Apply transactions to Views | Michael Davis | 2022-10-11 |
* | Fix bugs in search wraparound message (#4101) | A-Walrus | 2022-10-04 |
* | Automatically track pseudo-pending text (#4077) | Michael Davis | 2022-10-03 |
* | Rename I/A "Insert at start/end of line" (#3753) | Michael Davis | 2022-10-03 |
* | Select inserted space after join (#3549) | Ivan Tham | 2022-10-03 |
* | Add command names to command palette (#4071) | nuid32 | 2022-10-03 |
* | goto_window_* extends selection (#3985) | greg-enbala | 2022-10-03 |
* | Extend textobject selections in select mode | Michael Davis | 2022-10-03 |
* | Use Range::with_direction consistently | Michael Davis | 2022-10-03 |
* | Use requested direction for new textobject selection range | Michael Davis | 2022-10-03 |
* | Cycled to end/beginning + no more matches msgs (#3176) | A-Walrus | 2022-10-03 |
* | Add pseudo_pending for t/T/f/F (#4062) | Matt Freitas-Stavola | 2022-10-02 |
* | Ensure cursor in view after format (#4047) | zensayyy | 2022-10-01 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | Deduplicate regexes in search_selection command (#3941) | A-Walrus | 2022-09-22 |
* | fix: View needs to retain the original scroll offset on split | Blaž Hrastnik | 2022-09-05 |
* | Fix off-by-one in extend_line_above (#3689) | Michael Davis | 2022-09-05 |
* | 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 |