| Commit message (Expand) | Author | Age |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Address clippy lints (#9371) | Daniel Sedlak | 2024-01-17 |
* | Support drawing popup frame (#4313) | ath3 | 2023-12-19 |
* | Include completions for git-ignored files in debugger prompt (#7936) | quantonganh | 2023-08-14 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Replace DAP vars popup, instead of adding new (#7034) | A-Walrus | 2023-05-13 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | fix(dap): validate key and index exist when requesting vars (#5628) | Filip Dutescu | 2023-02-20 |
* | feat(dap): send Disconnect if Terminated event received (#5532) | Filip Dutescu | 2023-02-20 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | remove Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
* | fix write-quit with auto format | Skyler Hawthorne | 2022-10-19 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Add cwd parameter which is not optional anymore (#3240) | Danilo Spinella | 2022-07-31 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Strip some more params | Blaž Hrastnik | 2022-03-28 |
* | Split off dap event handlers into helix-view to allow reuse | Blaž Hrastnik | 2022-03-28 |
* | Bump dependencies | Blaž Hrastnik | 2022-03-08 |
* | dap: fix runInTerminal with lldb-vscode | Blaž Hrastnik | 2022-02-18 |
* | Refactor symbol picker to share code | Blaž Hrastnik | 2022-02-18 |
* | helix-term: implement buffer completer | Cole Helbling | 2022-02-17 |
* | Allow static strings in set_status/set_error so API is nicer | Blaž Hrastnik | 2022-02-15 |
* | dap: Reduce amount of block_on uses | Blaž Hrastnik | 2022-02-15 |
* | .. | Blaž Hrastnik | 2022-02-15 |
* | Fix build on master | Blaž Hrastnik | 2022-02-15 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
* | wip | Blaž Hrastnik | 2021-12-13 |
* | dap: Improve variables UI | Blaž Hrastnik | 2021-12-09 |
* | TODO | Blaž Hrastnik | 2021-12-09 |
* | dap: Simplify a few more statements that could use the debugger macro | Blaž Hrastnik | 2021-12-09 |
* | dap: Extract a macro that fetches a debugger or returns | Blaž Hrastnik | 2021-12-07 |
* | dap: Fix an off-by-one error when jumping | Blaž Hrastnik | 2021-12-07 |
* | clippy lint | Blaž Hrastnik | 2021-12-06 |
* | Make thread_picker non-blocking | Blaž Hrastnik | 2021-12-06 |
* | Apply suggestions from code review | Blaž Hrastnik | 2021-12-06 |
* | Make dap_start non-blocking | Blaž Hrastnik | 2021-12-03 |
* | dap: Start working on runInTerminal support | Blaž Hrastnik | 2021-12-03 |
* | Simplify some cases that use return None to use ? | Blaž Hrastnik | 2021-12-02 |
* | dap: Use cursor_line over cursor + char_to_line | Blaž Hrastnik | 2021-12-02 |
* | dap: Fix an off-by-one and move the function over to commands/dap | Blaž Hrastnik | 2021-12-02 |
* | dap: Remove some unwraps | Blaž Hrastnik | 2021-12-02 |
* | Mark some more TODOs as resolved | Blaž Hrastnik | 2021-12-01 |
* | These TODOs have been resolved | Blaž Hrastnik | 2021-12-01 |
* | dap: Rewrite breakpoints so that there's a single set maintained | Blaž Hrastnik | 2021-11-30 |
* | Pass editor into render_view & gutter, reducing the number of params | Blaž Hrastnik | 2021-11-30 |
* | dap: Toggle breakpoints without changing selection, fix offset calc | Blaž Hrastnik | 2021-11-22 |