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

Commit Graph

  • 78f1a3d42e Support infobox doc gen on stable release Ivan Tham 2021-07-01 09:33:44 +0800
  • 5302de6c4e Add infobox doc generation and improve ergonomics Ivan Tham 2021-07-01 09:20:00 +0800
  • fafed70544 Fix rendering issues for infobox Ivan Tham 2021-06-30 21:39:21 +0800
  • be56f0fa94 Apply suggestions from blaz for infobox Ivan Tham 2021-06-30 00:17:16 +0800
  • 15760d2ea4 Suggestions for infobox changes Ivan Tham 2021-06-29 15:13:30 +0800
  • 7bad6cb89f Add infobox Ivan Tham 2021-06-19 23:54:37 +0800
  • 7ddff37cc0
    At sample directory for helix runtime Ivan Tham 2021-07-03 20:36:01 +0800
  • 6ccfa229ed Fix typo on comment in surround Ivan Tham 2021-07-03 19:58:18 +0800
  • 351c1e7e55 Fix surround bug when cursor on same pair Gokul Soumya 2021-07-03 15:46:56 +0530
  • 7f569d3b2c
    Fix typo on comment in surround Ivan Tham 2021-07-03 19:58:18 +0800
  • 89eb105fd6 Fix surround bug when cursor on same pair Gokul Soumya 2021-07-03 15:46:56 +0530
  • 02977b7819 deploy: 37f0b9ee159c13a8bc225b28219dfc485f4393a2 archseer 2021-07-03 07:44:16 +0000
  • 37f0b9ee15 Add missing linenr.selected key to docs Gokul Soumya 2021-07-03 10:35:09 +0530
  • f909526ebd Update onedark theme Gokul Soumya 2021-07-03 10:31:46 +0530
  • 2fdf8ba6bc Add missing linenr.selected key to docs Gokul Soumya 2021-07-03 10:35:09 +0530
  • c752a2072b Update onedark theme Gokul Soumya 2021-07-03 10:31:46 +0530
  • 83e7dd8602 fix: Temporary fix for #402 Blaž Hrastnik 2021-07-03 12:30:13 +0900
  • 60e834aa0b deploy: c68fe1f2a3a40c37969c1f5d18e3134320a0c773 archseer 2021-07-03 01:08:04 +0000
  • c68fe1f2a3
    Add object selection (textobjects) (#385) Gokul Soumya 2021-07-03 06:37:49 +0530
  • 28d2d68804 Make horizontal selection movement work properly. Nathan Vegdahl 2021-07-02 09:51:29 -0700
  • 520c39a23c Fix overflow error with textobjects Gokul Soumya 2021-07-02 20:41:01 +0530
  • c5b2973739
    :reload (#374) Kirawi 2021-07-02 10:54:50 -0400
  • 8da02fe7b0 Apply clippy lints on textobject Gokul Soumya 2021-07-02 19:13:03 +0530
  • 94e2f3b5e0 Merge branch 'master' into textobject Gokul Soumya 2021-07-02 19:10:16 +0530
  • 29e4da78d9 Refactor textobject word position functions Gokul Soumya 2021-07-02 18:41:16 +0530
  • ac2cacdb97 add indentation & line ending change Shafkath Shuhan 2021-07-02 05:08:23 -0400
  • a2a5ee07e6 address comments Shafkath Shuhan 2021-07-02 04:52:17 -0400
  • a1b757d9c4 Add textobject docs Gokul Soumya 2021-07-02 12:11:19 +0530
  • 28627f97e9 Fix empty document test. Nathan Vegdahl 2021-07-02 00:06:53 -0700
  • 7961a13007 Make new documents empty, rather than starting with a line ending. Nathan Vegdahl 2021-07-01 23:39:49 -0700
  • 22dca3b111 Allow last line in file to lack a line break character. Nathan Vegdahl 2021-07-01 23:36:09 -0700
  • b129f42a96 Add tests for surround textobject Gokul Soumya 2021-07-02 11:31:51 +0530
  • f088ac8e46 clippy Shafkath Shuhan 2021-07-02 00:20:01 -0400
  • 6f9c24b712 Merge branch 'master' of github.com:helix-editor/helix into patch-reload Shafkath Shuhan 2021-07-02 00:18:37 -0400
  • 81fa729d7a clippy Shafkath Shuhan 2021-07-02 00:07:14 -0400
  • eb7692c8ec doc Shafkath Shuhan 2021-07-02 00:01:43 -0400
  • f9fdd8de4e Rewrite tests of word textobject Gokul Soumya 2021-07-02 09:04:36 +0530
  • e177b27baf Add missing import Perry Thompson 2021-07-01 21:52:22 -0500
  • 1cb1b013bd Add missing import Perry Thompson 2021-07-01 21:52:22 -0500
  • 230248bbc3 Fix a couple additional unused warnings after merge. Nathan Vegdahl 2021-07-01 19:40:37 -0700
  • 2224a1527e Merge branch 'master' into great_line_ending_and_cursor_range_cleanup Nathan Vegdahl 2021-07-01 19:37:28 -0700
  • 9f62ad0715 Fixed last unused warning. Nathan Vegdahl 2021-07-01 19:01:34 -0700
  • c389f41f14 Fix one of the two remaining warnings. Nathan Vegdahl 2021-07-01 13:15:16 -0700
  • 220bc85821 Fix all remaining warnings in helix-core except for two. Nathan Vegdahl 2021-07-01 12:55:18 -0700
  • b571f28641 Remove #[allow(unused)] from helix-core, and fix unused imports. Nathan Vegdahl 2021-07-01 12:24:22 -0700
  • 0b2d51cf5a Fix unused Result warnings in helix-term. Nathan Vegdahl 2021-07-01 12:08:00 -0700
  • efa3389b6a Fix unused variable, parameter, and mut warnings in helix-term. Nathan Vegdahl 2021-07-01 11:57:12 -0700
  • 702a0491db Remove #[allow(unused)] from helix-term, and fix unused imports. Nathan Vegdahl 2021-07-01 10:41:20 -0700
  • eb5c194f03 Fixed last unused warning. Nathan Vegdahl 2021-07-01 19:01:34 -0700
  • c43d91bd9f remove simd Shafkath Shuhan 2021-07-01 20:04:25 -0400
  • 36ef5ec965 nit Shafkath Shuhan 2021-07-01 18:35:56 -0400
  • 569443a6dc wip Shafkath Shuhan 2021-07-01 18:33:52 -0400
  • e725957704 Ensure a minimum selection width on commands that need it. Nathan Vegdahl 2021-07-01 09:51:24 -0700
  • 7c7be6d583 Make Selection's normalize and transform methods self-consuming only. Nathan Vegdahl 2021-06-30 07:45:15 -0700
  • 0ae522f3df Clean up Selection to not use so many allocations. Nathan Vegdahl 2021-06-28 11:40:07 -0700
  • 77a266e818 Better validation method APIs for Range. Nathan Vegdahl 2021-06-28 07:51:47 -0700
  • d07074740b Add Range methods for various kinds of validation. Nathan Vegdahl 2021-06-26 15:37:32 -0700
  • c1b0a71975 Change the Range type and associated functions to gap indexing. Nathan Vegdahl 2021-06-25 01:40:23 -0700
  • c649e12fd5 Fix one of the two remaining warnings. Nathan Vegdahl 2021-07-01 13:15:16 -0700
  • 642abd2bb5 Fix all remaining warnings in helix-core except for two. Nathan Vegdahl 2021-07-01 12:55:18 -0700
  • aaf80278d7 Remove #[allow(unused)] from helix-core, and fix unused imports. Nathan Vegdahl 2021-07-01 12:24:22 -0700
  • 42bf162cf8 Fix unused Result warnings in helix-term. Nathan Vegdahl 2021-07-01 12:08:00 -0700
  • c4e33db815 Fix unused variable, parameter, and mut warnings in helix-term. Nathan Vegdahl 2021-07-01 11:57:12 -0700
  • 42bc488964 Remove #[allow(unused)] from helix-term, and fix unused imports. Nathan Vegdahl 2021-07-01 10:41:20 -0700