| Commit message (Expand) | Author | Age |
... | |
* | fix build | Blaž Hrastnik | 2022-11-15 |
* | Add command to add word boundaries to search (#4322) | Armin Ronacher | 2022-11-15 |
* | Refactor blackhole register (#4504) | ath3 | 2022-11-15 |
* | Fix range offsets for multiple shell insertions (#4619) | Michael Davis | 2022-11-14 |
* | rename description for `goto_line_end_newline` | asvln | 2022-11-12 |
* | add `extend_prev_word_end` command | asvln | 2022-11-12 |
* | feat(commands): increment by range (#4418) | Bruce Hopkins | 2022-11-11 |
* | Re-enable format_selections for a single selection range | Blaž Hrastnik | 2022-11-09 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |
* | 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 |