aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands
Commit message (Collapse)AuthorAge
...
* dap: fix runInTerminal with lldb-vscodeBlaž Hrastnik2022-02-18
|
* Refactor symbol picker to share codeBlaž Hrastnik2022-02-18
|
* helix-term: implement buffer completerCole Helbling2022-02-17
| | | | | | In order to implement this completer, the completion function needs to be able to access the compositor's context (to allow it to get the list of buffers currently open in the context's editor).
* Allow static strings in set_status/set_error so API is nicerBlaž Hrastnik2022-02-15
|
* dap: Reduce amount of block_on usesBlaž Hrastnik2022-02-15
|
* ..Blaž Hrastnik2022-02-15
|
* Fix build on masterBlaž Hrastnik2022-02-15
|
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|
* wipBlaž Hrastnik2021-12-13
|
* dap: Improve variables UIBlaž Hrastnik2021-12-09
|
* TODOBlaž Hrastnik2021-12-09
|
* dap: Simplify a few more statements that could use the debugger macroBlaž Hrastnik2021-12-09
|
* dap: Extract a macro that fetches a debugger or returnsBlaž Hrastnik2021-12-07
|
* dap: Fix an off-by-one error when jumpingBlaž Hrastnik2021-12-07
|
* clippy lintBlaž Hrastnik2021-12-06
|
* Make thread_picker non-blockingBlaž Hrastnik2021-12-06
|
* Apply suggestions from code reviewBlaž Hrastnik2021-12-06
| | | Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
* Make dap_start non-blockingBlaž Hrastnik2021-12-03
|
* dap: Start working on runInTerminal supportBlaž Hrastnik2021-12-03
|
* Simplify some cases that use return None to use ?Blaž Hrastnik2021-12-02
|
* dap: Use cursor_line over cursor + char_to_lineBlaž Hrastnik2021-12-02
|
* dap: Fix an off-by-one and move the function over to commands/dapBlaž Hrastnik2021-12-02
|
* dap: Remove some unwrapsBlaž Hrastnik2021-12-02
|
* Mark some more TODOs as resolvedBlaž Hrastnik2021-12-01
|
* These TODOs have been resolvedBlaž Hrastnik2021-12-01
|
* dap: Rewrite breakpoints so that there's a single set maintainedBlaž Hrastnik2021-11-30
|
* Pass editor into render_view & gutter, reducing the number of paramsBlaž Hrastnik2021-11-30
|
* dap: Toggle breakpoints without changing selection, fix offset calcBlaž Hrastnik2021-11-22
|
* dap: Always edit breakpoints on the correct documentBlaž Hrastnik2021-11-22
|
* dap: Remove the prompt line parameter, use insert_str insteadBlaž Hrastnik2021-11-22
|
* dap: Modify breakpoints in place with no cloningBlaž Hrastnik2021-11-22
|
* dap: Remove an excess clone on enable_exceptionsBlaž Hrastnik2021-11-21
|
* dap: Simplify debug_parameter_promptBlaž Hrastnik2021-11-07
|
* dap: Clean up dap_start_impl, no need to clone arg keysBlaž Hrastnik2021-11-07
|
* dap: Minor simplificationsBlaž Hrastnik2021-11-07
|
* dap: Simplify launch & startBlaž Hrastnik2021-11-07
| | | | | There's no need to re-detect language config, just use the one available on the document.
* dap: Error implements Display so we can format with {}Blaž Hrastnik2021-11-07
|
* dap: Consistently rename type as tyBlaž Hrastnik2021-11-07
|
* dap: Avoid cloning old_breakpoints if we are immediately replacing themBlaž Hrastnik2021-11-07
|
* dap: Avoid cloning *entire* stack frames when picking a threadBlaž Hrastnik2021-11-07
|
* dap: Simplify more callsBlaž Hrastnik2021-11-07
|
* dap: Get rid of excessive cloningBlaž Hrastnik2021-11-07
|
* dap: Inline empty completerBlaž Hrastnik2021-11-07
|
* dap: Fully extract template parameter promptsBlaž Hrastnik2021-11-07
|
* Make picker take the whole context, not just editorBlaž Hrastnik2021-11-07
|
* dap: Extract out variable renderingBlaž Hrastnik2021-11-07
| | | | Will improve on the UI later
* Fix compilationBlaž Hrastnik2021-11-06
|
* dap: Move template selection into a pickerBlaž Hrastnik2021-11-06
| | | | It's time to move all these components out of ui/editor.rs
* dap: support arrays as argumentsDmitry Sharshakov2021-10-24
|
* Use a newtype for ThreadIdBlaž Hrastnik2021-10-17
|