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

Commit Graph

  • fabee03983 dap: support TCP clients Dmitry Sharshakov 2021-08-13 20:13:27 +0300
  • 26a55dcefd dap: make transport IO-agnostic Dmitry Sharshakov 2021-08-13 17:56:46 +0300
  • e11b67b0db dap: add missing fields to structs Dmitry Sharshakov 2021-08-12 21:23:55 +0300
  • 0fa127b105 dap: support getting scopes and variables Dmitry Sharshakov 2021-08-12 20:47:14 +0300
  • 7d2d4ed4a8 dap: implement threads request Dmitry Sharshakov 2021-08-12 19:35:55 +0300
  • 5f3e806341 dap-basic: pretty-print results Dmitry Sharshakov 2021-08-12 17:49:12 +0300
  • 5fd0a2ddda format Dmitry Sharshakov 2021-08-12 17:01:54 +0300
  • fd709bc56d dap: logging using fern Dmitry Sharshakov 2021-08-12 16:45:01 +0300
  • 0f6e81b85b Initial debug adapter protocol implementation Dmitry Sharshakov 2021-08-12 16:35:15 +0300
  • d4c17b633c minor: Extract doc.text().slice(..) into a var Blaž Hrastnik 2021-08-20 13:42:47 +0900
  • 38e932bd4c minor: Nicer errors, std::io::Error provides a Display impl Blaž Hrastnik 2021-08-20 13:42:17 +0900
  • a76ec9a64e Make scrolling extend in extend mode Blaž Hrastnik 2021-08-20 13:42:01 +0900
  • 5037f6acad Rename Rect clipping functions Gokul Soumya 2021-08-20 09:58:46 +0530
  • e95b2c1253 Merge branch 'master' into refactor-rect Gokul Soumya 2021-08-20 09:35:38 +0530
  • 8087f0b54f init Shafkath Shuhan 2021-08-19 22:15:00 -0400
  • 07fea61d03 Use the correct search register Blaž Hrastnik 2021-08-20 11:14:57 +0900
  • f60b549fb7 cargo fmt Blaž Hrastnik 2021-08-20 11:02:28 +0900
  • 68626b8f78 ui: Refactor styling a bit, ensure infobox is stylable Blaž Hrastnik 2021-08-20 10:58:44 +0900
  • cbd39d67a4 minor: Refactor commands.rs a bit more Blaž Hrastnik 2021-08-20 10:30:45 +0900
  • da8810809a use ui.text.focus for the picker (fix #622) Kirawi 2021-08-19 12:35:14 -0400
  • 74451562cd added some keymaps Brian Shu 2021-08-19 20:41:23 -0400
  • 4da868159f
    fix: add missing optional keyword to protobuf syntax Yusuf Bera Ertan 2021-08-19 23:39:15 +0300
  • bf0a34b828
    use ui.text.focus for the picker (fix #622) Kirawi 2021-08-19 12:35:14 -0400
  • 0595b0626a Fix clippy attr Blaž Hrastnik 2021-08-19 16:05:05 +0900
  • ab4e765ff3 Bump memchr 2.4.0 -> 2.4.1 Blaž Hrastnik 2021-08-19 16:00:09 +0900
  • 5f8b1c7320 Avoid looking up ui.text per highlight range Blaž Hrastnik 2021-08-19 15:59:08 +0900
  • 557fd86e71 Extract view.inner_area(), simplify render_focused_view_elements Blaž Hrastnik 2021-08-19 13:19:15 +0900
  • 9776553ad0 Refactor view.first_line/first_col into view.offset (Position) Blaž Hrastnik 2021-08-19 12:52:07 +0900
  • 115754c5ee Simplify write/write_all commands, we no longer need to excessively block Blaž Hrastnik 2021-08-19 11:36:56 +0900
  • 12ea3888c5 fix: ui: Pin popups with no positioning to the initial cursor position Blaž Hrastnik 2021-08-19 11:25:19 +0900
  • 466528c493 Golang indent improvements Blaž Hrastnik 2021-08-16 12:13:06 +0900
  • 2f42b2338e feat: add indenting for protobuf Yusuf Bera Ertan 2021-08-18 14:31:21 +0300
  • 4b45f27a13 feat: add protobuf tree-sitter parser with highlighting queries Yusuf Bera Ertan 2021-08-18 13:54:47 +0300
  • c25f073e44 removed wrong Brian Shu 2021-08-18 19:47:29 -0400
  • e30fe480f6 fix: move typable commands to helix-view gbaranski 2021-08-18 21:28:15 +0200
  • 1158fc4487 Added more cpp filename extensions Conscat 2021-08-18 12:39:08 -0400
  • b63afbe74c fix warnings Shafkath Shuhan 2021-08-18 13:28:18 -0400
  • 11e574326b fix warnings Shafkath Shuhan 2021-08-18 13:28:18 -0400
  • 35354e886a Added more cpp filename extensions Conscat 2021-08-18 12:39:08 -0400
  • 098b6b6eed
    gruvbox theme changes (#594) oberblastmeister 2021-08-18 12:02:15 -0400
  • 36095326d0
    Fix auto pairs return wrong selection (#613) langbamit 2021-08-18 22:59:53 +0700
  • 73a59d7a6a
    feat: add indenting for protobuf Yusuf Bera Ertan 2021-08-18 14:31:21 +0300
  • ea3937d43e
    feat: add protobuf tree-sitter parser with highlighting queries Yusuf Bera Ertan 2021-08-18 13:54:47 +0300
  • d2006f6547 Fix auto pairs return wrong selection langbamit 2021-08-18 14:59:17 +0700
  • 685bbaaf3c
    Support scrolloff with mouse actions Dmitry Sharshakov 2021-08-18 08:44:40 +0300
  • 7560af1211 Update dark_plus.toml Kirawi 2021-08-17 22:02:37 -0400
  • d8a780a274
    Update dark_plus.toml Kirawi 2021-08-17 22:02:37 -0400
  • 16bf8e1e6b
    Document more of document.rs (#562) Kirawi 2021-08-17 20:59:10 -0400
  • da0f9e8768 deploy: b59b2485613089595522377c87a392c859ee31a0 archseer 2021-08-18 00:54:05 +0000
  • b59b248561
    Add docs for registers, multi key remaps (#557) Gokul Soumya 2021-08-18 06:23:50 +0530
  • 6fbf89859f remove indexmap Brian Shu 2021-08-17 20:47:39 -0400
  • fdd6530df7
    Adding mjs to JavaScript file type (#607) Yerlan 2021-08-18 02:40:00 +0200
  • ad462b4322
    Update CHANGELOG.md (#606) Kirawi 2021-08-17 20:39:52 -0400
  • 20251af802 use arc Brian Shu 2021-08-17 20:29:17 -0400
  • aa70411241
    don't panic on defunct lsp process Timothy DeHerrera 2021-08-13 19:38:33 -0600
  • 64ebf70a1b
    Adding mjs to JavaScript file type Yerlan 2021-08-17 22:04:50 +0200
  • 474beb376f fixed callback Brian Shu 2021-08-17 14:58:17 -0400
  • 1384ec6fed made some stuff async Brian Shu 2021-08-17 14:32:54 -0400
  • 45d6108332
    Update CHANGELOG.md Kirawi 2021-08-17 14:28:30 -0400
  • 338f9d9562 Merge branch 'master' of github.com:helix-editor/helix into file_watching Brian Shu 2021-08-17 12:01:59 -0400
  • b415c5fbb7
    Support C# programming language. YoEight 2021-08-17 16:13:26 +0200
  • 89089a7355
    Added "/utf-8" to Windows compilation options. (#603) Leoi Hung Kin 2021-08-17 19:58:29 +0800
  • 21b05eabae
    Added "/utf-8" to Windows compilation options. Leoi Hung Kin 2021-08-17 16:30:19 +0800
  • a2cd9cce9d
    Adding INO to C++ file type (#596) Yerlan 2021-08-17 03:45:29 +0200