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

Commit Graph

  • 1b102d5532 Extract the merge "operator" into helix-core Blaž Hrastnik 2021-06-27 19:10:48 +0900
  • ae58d813b2 Appease clippy Blaž Hrastnik 2021-06-27 17:15:35 +0900
  • c832aa5a49 There is no direct dirs-next dependency in term Blaž Hrastnik 2021-06-27 10:29:15 +0900
  • f9cdb2afe2 Turn diagnostics rendering into span injection too Blaž Hrastnik 2021-06-27 00:14:59 +0900
  • 90d675fb15 Fix AnyComponent test Blaž Hrastnik 2021-06-25 15:20:06 +0900
  • cac6e1b282 nix: Set up cargo-tarpaulin Blaž Hrastnik 2021-06-25 15:19:54 +0900
  • 057bd630d8 Simplify selection rendering by injecting highlight scopes Blaž Hrastnik 2021-06-25 13:01:08 +0900
  • 02be136650 ui: Simplify conditional Blaž Hrastnik 2021-06-27 23:21:25 +0900
  • c817f03a39 Merge tab & char rendering code Blaž Hrastnik 2021-06-27 23:16:17 +0900
  • d13a5e121c This char_index is unused Blaž Hrastnik 2021-06-27 23:09:39 +0900
  • 4c9069e9fe Allocate the tab stop only once Blaž Hrastnik 2021-06-27 22:50:42 +0900
  • 2e35db6fe5 Extract the merge "operator" into helix-core Blaž Hrastnik 2021-06-27 19:10:48 +0900
  • acc0dd8da7 Appease clippy Blaž Hrastnik 2021-06-27 17:15:35 +0900
  • 01cc5c06f7 There is no direct dirs-next dependency in term Blaž Hrastnik 2021-06-27 10:29:15 +0900
  • 96ce6a6606 Turn diagnostics rendering into span injection too Blaž Hrastnik 2021-06-27 00:14:59 +0900
  • 8a46cd6bb7 Fix AnyComponent test Blaž Hrastnik 2021-06-25 15:20:06 +0900
  • 1cc3d09a32 nix: Set up cargo-tarpaulin Blaž Hrastnik 2021-06-25 15:19:54 +0900
  • 929c0d9ce0 Simplify selection rendering by injecting highlight scopes Blaž Hrastnik 2021-06-25 13:01:08 +0900
  • 44566ea812 Release 0.3.0 v0.3.0 Blaž Hrastnik 2021-06-27 13:27:21 +0900
  • cad14c6b46 Address nightly clippy warnings Blaž Hrastnik 2021-06-27 13:27:35 +0900
  • 641b95dbb1 Make command implementation return a Result<()> Lionel Flandrin 2021-06-26 18:50:44 +0100
  • ed1a745442 Trait width method use refactor Ivan Tham 2021-06-26 09:45:49 +0800
  • a6cadddef4 Fix silly mistake in previous phantom line bug fix. Nathan Vegdahl 2021-06-25 21:41:54 -0700
  • 0cbbadb900 Fix silly mistake in previous phantom line bug fix. Nathan Vegdahl 2021-06-25 21:41:54 -0700
  • 004fb71c7b wip Shafkath Shuhan 2021-06-25 23:09:55 -0400
  • e92df34b8a wip Shafkath Shuhan 2021-06-25 23:08:35 -0400
  • 2dba228c76 Fix highlight code splitting graphemes. Nathan Vegdahl 2021-06-25 10:13:51 -0700
  • eb6fb63e74
    Sort files in file picker by access, modification and creation date (#336) Wojciech Kępka 2021-06-26 04:09:17 +0200
  • cd4fe53500
    Trait width method use refactor Ivan Tham 2021-06-26 09:45:49 +0800
  • 802b800e2c wip Shafkath Shuhan 2021-06-25 21:06:48 -0400
  • 116b397bdb wip Shafkath Shuhan 2021-06-25 20:32:01 -0400
  • d534d6470f Detect file language before file indent style. Nathan Vegdahl 2021-06-25 11:05:42 -0700
  • e8d2f3612f Use unicode_width to correctly truncate picker chars Gokul Soumya 2021-06-25 09:32:57 +0530
  • 8a8e7f0f3e Detect file language before file indent style. Nathan Vegdahl 2021-06-25 11:05:42 -0700
  • 5ff3e13c51 Fix highlight code splitting graphemes. Nathan Vegdahl 2021-06-25 10:13:51 -0700
  • 454e44f8a0 Refactor wojciechkepka 2021-06-25 18:34:20 +0200
  • c688288881
    Move helix-view/tests/*txt files to txts subdirectory (#372) teenjuna 2021-06-25 06:59:06 +0000
  • f2d8ce3415 Use a deadline when eagerly processing notifications Blaž Hrastnik 2021-06-25 13:22:50 +0900
  • 503ca112ae fix: jumping to location did not convert the URI correctly Blaž Hrastnik 2021-06-25 13:20:15 +0900
  • 8e277ad8ba fix: crossterm -> input key conversion Blaž Hrastnik 2021-06-25 13:13:15 +0900
  • 7fe84ad6ae Use unicode_width to correctly truncate picker chars Gokul Soumya 2021-06-25 09:32:57 +0530
  • 67384e324f Rename tests/txts to tests/encoding Alex Ryapolov 2021-06-25 11:06:05 +0700
  • 4418e17547
    reverse the dependency between helix-tui and helix-view (#366) Keith Simmons 2021-06-24 20:58:15 -0700
  • 74cc4b4a49
    Add default color for cursor match (#370) Ivan Tham 2021-06-25 10:18:38 +0800
  • c2b937481f Fix goto line end Ivan Tham 2021-06-25 00:47:04 +0800
  • 70985262d2 clippy and format fixes Keith Simmons 2021-06-24 17:47:40 -0700
  • 18beda38ac Add … when chars are truncated in picker Gokul Soumya 2021-06-24 21:24:34 +0530
  • 457b151721 fmt Shafkath Shuhan 2021-06-24 19:12:31 -0400
  • 75a7d66e81 fn with_newline_eof() Shafkath Shuhan 2021-06-24 19:09:57 -0400
  • c20086dca2 reloading functionality Shafkath Shuhan 2021-06-24 18:57:57 -0400
  • 3e0b7fef83 fix tests Keith Simmons 2021-06-24 15:35:13 -0700
  • 748f97f399 make conditional Shafkath Shuhan 2021-06-24 17:57:35 -0400
  • 625b8c6347 Added native Windows clipboard support Shafkath Shuhan 2021-06-24 17:50:43 -0400
  • 7235edd201 reverse the dependency between helix-tui and helix-view by moving a fiew types to view Keith Simmons 2021-06-23 22:30:10 -0700
  • eba67457ab Fix goto line end Ivan Tham 2021-06-25 00:47:04 +0800
  • 59c31a19de Add … when chars are truncated in picker Gokul Soumya 2021-06-24 21:24:34 +0530
  • e4e7910ae8
    Use alacritty dim color for match Ivan Tham 2021-06-25 00:51:16 +0800
  • f848c2ab86 Move helix-view/tests/*txt files to txts subdirectory Alex Ryapolov 2021-06-24 23:46:10 +0700
  • 1dbe5d85c3 Add default color for cursor match Ivan Tham 2021-06-25 00:29:16 +0800
  • 10548bf0e3 Fix previous broken refactor key into helix-view Ivan Tham 2021-06-23 01:04:04 +0800
  • 6ee424f975 Fix previous broken refactor key into helix-view Ivan Tham 2021-06-23 01:04:04 +0800
  • 15ae2e7ef1 Update helix-term/src/commands.rs Kirawi 2021-06-23 23:39:50 -0400
  • 7ae21b98ce Update helix-term/src/commands.rs Kirawi 2021-06-23 23:38:03 -0400
  • 629df6124d Blocking :wq Shafkath Shuhan 2021-06-23 22:30:21 -0400