1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • fe697fee5b
    Bump crossterm from 0.20.0 to 0.21.0 dependabot[bot] 2021-08-23 23:07:38 +0000
  • ec599a1eac
    Do not panic if entered unknown code via stack trace Dmitry Sharshakov 2021-08-23 21:25:58 +0300
  • 3a5e044c89
    languages: support debug for Rust with LLDB Dmitry Sharshakov 2021-08-23 21:11:45 +0300
  • b3469df5bf
    add lldb for c++ Dmitry Sharshakov 2021-08-23 20:52:16 +0300
  • c09b15197b
    fix freeze with lldb terminated event Dmitry Sharshakov 2021-08-23 20:38:17 +0300
  • 09c994a97a
    editor: drop telemetry output messages Dmitry Sharshakov 2021-08-23 20:22:55 +0300
  • b5b79e3656
    types: make some fields optional as in spec Dmitry Sharshakov 2021-08-23 20:22:21 +0300
  • e529f4eb21
    add lldb debugger for C Dmitry Sharshakov 2021-08-23 18:12:28 +0300
  • 56d00fa7f4
    Fix tests Dmitry Sharshakov 2021-08-23 18:00:30 +0300
  • 802ef20dbc
    chore: bump helix-dap version to 0.4.1 Dmitry Sharshakov 2021-08-23 17:27:39 +0300
  • b6b99b2487
    config: minor fixes Dmitry Sharshakov 2021-08-23 17:26:12 +0300
  • 839d210573
    Enable stdio transport via config Dmitry Sharshakov 2021-08-23 17:18:03 +0300
  • f55a012fb7
    editor: add debug session config Dmitry Sharshakov 2021-08-23 16:56:41 +0300
  • c5b210df59
    Add debug-adapter field to languages.toml Dmitry Sharshakov 2021-08-23 16:48:06 +0300
  • 22c07afc17
    handle splits more elegantly Devin Singh 2021-08-23 06:56:04 -0500
  • b0d6c59d90 info component style config use ui.info ui.info.text cossonleo 2021-08-23 18:28:30 +0800
  • ed8c3e6574
    don't panic on defunct lsp process (#583) Timothy DeHerrera 2021-08-23 03:04:22 -0600
  • d32de0ab69
    Add full (best effort) alacritty CSIu bindings David Arnold 2021-08-22 23:04:43 -0500
  • e2993fee8f remove offset and size Brian Shu 2021-08-22 14:34:44 -0400
  • ca8becd40e remove comment Brian Shu 2021-08-22 13:52:19 -0400
  • 8bf65ba89b small change Brian Shu 2021-08-22 13:25:48 -0400
  • 91541cadaa more stuff Brian Shu 2021-08-22 13:15:42 -0400
  • 5dc054a987 simplify Brian Shu 2021-08-22 12:49:54 -0400
  • 07c5152078
    add vsplit and hsplit commands Devin Singh 2021-08-22 11:37:44 -0500
  • db01b56acc remove stuff Brian Shu 2021-08-22 12:20:23 -0400
  • 6551396e59 evil hack Brian Shu 2021-08-22 10:59:32 -0400
  • 4b5bef2417
    Merge branch 'master' into shell-cmds Omnikar 2021-08-22 10:51:24 -0400
  • 9e70716243 some tests Brian Shu 2021-08-22 10:41:51 -0400
  • b6f71bf39e added apply Brian Shu 2021-08-22 10:04:28 -0400
  • a4631be0d1 add offset Brian Shu 2021-08-22 09:53:54 -0400
  • dabec2d799
    Fix line endings Dmitry Sharshakov 2021-08-22 15:59:42 +0300
  • b78f70e602
    show breakpoint condition in diagnostics Dmitry Sharshakov 2021-08-22 15:52:05 +0300
  • 53ee57f84a
    clippy Dmitry Sharshakov 2021-08-22 15:16:59 +0300
  • f247858055
    Support conditional breakpoints Dmitry Sharshakov 2021-08-22 15:06:27 +0300
  • 3197c2536e
    Add eval command Dmitry Sharshakov 2021-08-22 14:44:16 +0300
  • 838f69929d
    Simplify variables display Dmitry Sharshakov 2021-08-22 12:49:18 +0300
  • 060a422c7e
    fix crash when pausing Dmitry Sharshakov 2021-08-22 12:26:36 +0300
  • 74102bfc6d
    examples: fix build Dmitry Sharshakov 2021-08-22 12:13:43 +0300
  • d0b0c9b2ef
    editor: select a range if stack pointer has an end Dmitry Sharshakov 2021-08-22 12:06:43 +0300
  • 132198323c
    editor: go to pos where stack pointer is located Dmitry Sharshakov 2021-08-22 11:56:22 +0300
  • be9dc5802a
    editor: mark target as running when continued Dmitry Sharshakov 2021-08-22 11:21:02 +0300
  • d93cd2a261
    editor: support stepIn, stepOut, next and pause commands Dmitry Sharshakov 2021-08-22 11:16:11 +0300
  • dfc70a12f3
    dap: support stepIn, stepOut, next and pause commands Dmitry Sharshakov 2021-08-22 11:02:54 +0300
  • 28658836ee Add more event types, simplify event decoding Blaž Hrastnik 2021-08-22 16:05:12 +0900
  • 2aee5f02d0
    Style Dmitry Sharshakov 2021-08-22 09:52:37 +0300
  • 7233ab2deb Merge branch 'debug' of https://github.com/sh7dm/helix into debug Dmitry Sharshakov 2021-08-22 09:47:22 +0300
  • a964cbae65 Extract handle_debugger_message, we should avoid bloating tokio::select! Blaž Hrastnik 2021-08-22 15:36:07 +0900
  • 91f2c60b36
    Jump to stack pointer when stopped Dmitry Sharshakov 2021-08-22 09:28:50 +0300
  • 6dd7dc4eb2 fix: xsel copy should not freeze the editor Blaž Hrastnik 2021-08-22 15:01:12 +0900
  • 607b92b2e3 fix: Place the cursor on the start of the selected symbol Blaž Hrastnik 2021-08-22 15:00:07 +0900
  • 89ad54a2e5
    Add variable type to output Dmitry Sharshakov 2021-08-22 08:31:01 +0300
  • cc66475592
    Add commands for variable introspection Dmitry Sharshakov 2021-08-22 08:25:38 +0300
  • 615b66fcf9 resolve #619 Shafkath Shuhan 2021-08-21 23:32:36 -0400
  • 59e0ceef8c
    better panic messages for when you're missing selection scopes (#608) Kirawi 2021-08-21 22:15:33 -0400
  • 916274c783 ok Brian Shu 2021-08-21 21:36:17 -0400
  • c34a3b2610 better panic messages for when you're missing selection scopes Shafkath Shuhan 2021-08-17 16:16:47 -0400
  • 71704b99e3 I like monoids Brian Shu 2021-08-21 20:59:00 -0400
  • 6aa8a91fdf change name Brian Shu 2021-08-21 17:27:47 -0400
  • f1e921433f add textrange Brian Shu 2021-08-21 16:52:57 -0400
  • 95ba4ff5bd
    Hide stack pointer when continued Dmitry Sharshakov 2021-08-21 21:00:18 +0300
  • f3e47bfee4
    Disable continuing when running Dmitry Sharshakov 2021-08-21 20:55:45 +0300
  • 5230a2b669
    Continue command in keymap Dmitry Sharshakov 2021-08-21 20:44:14 +0300
  • 66c035fa99
    Continue command Dmitry Sharshakov 2021-08-21 20:42:13 +0300
  • 6709b4242f
    Drop and terminate debugger Dmitry Sharshakov 2021-08-21 20:38:03 +0300