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

Commit Graph

  • cd65a48635
    Made toggle_comments language dependent (#463) Cor Peters 2021-07-18 18:33:38 +0200
  • 28a7f74383
    Merge branch 'master' into features/language_dependent_comment Cor Peters 2021-07-18 17:19:40 +0200
  • 0aa43902ca
    Added option to provide a custom config file to the lsp. (#460) Cor Peters 2021-07-18 09:56:25 +0200
  • bbe6b43e02 Renamed custom_config to config Cor 2021-07-18 07:52:26 +0200
  • 1a344089dc Resume last picker Ivan Tham 2021-07-18 12:24:07 +0800
  • 9bb7f9db6d collapse_selection has now two modes Cor 2021-07-17 21:34:53 +0200
  • 5effccdc77 Revert now-useless changes Cor 2021-07-17 20:36:57 +0200
  • 11de737dfd Cargo fmt Cor 2021-07-17 20:33:11 +0200
  • 5e973483f4 Fixed test case Cor 2021-07-17 20:30:58 +0200
  • c2fd55e168 Update extend_line command to work with gap indexing. Nathan Vegdahl 2021-07-17 11:28:20 -0700
  • 1547e8a0e5 Moved config to language.toml Cor 2021-07-17 20:26:30 +0200
  • f28ed0e0b0 Clippy Suggestion Cor 2021-07-17 20:14:36 +0200
  • 954314a7c9 Update change-case commands to work with gap indexing. Nathan Vegdahl 2021-07-17 10:57:58 -0700
  • b3ce245248 Small Fixes Cor 2021-07-17 19:58:11 +0200
  • a77274e8bb Merge branch 'master' into great_line_ending_and_cursor_range_cleanup Nathan Vegdahl 2021-07-17 10:49:03 -0700
  • 6cba62b499 action: copy grammar libraries to runtime kabirz 2021-07-17 22:29:28 +0800
  • 9fcbbfa467 Changed startup behaviour to only open a single view when multiple files are specified on the commandline. Cor 2021-07-14 21:29:39 +0200
  • 000b7b7c97 Make instructions regarding runtime clearer Blaž Hrastnik 2021-07-18 00:22:58 +0900
  • 817f71104a
    action: copy grammar libraries to runtime kabirz 2021-07-17 22:29:28 +0800
  • f6fe0b798d Added clippy suggestion Cor 2021-07-17 15:07:31 +0200
  • 4ae8933bfe Fixed Test Cases Cor 2021-07-17 15:03:37 +0200
  • a2de67d67c Made toggle_comments language dependent Cor 2021-07-17 14:54:54 +0200
  • 252037c106 Collapses the complete selection into a single point Cor 2021-07-17 14:17:03 +0200
  • 08184a0f52 Simplified lsp loading routine with anyhow Cor 2021-07-17 09:46:55 +0200
  • eed501850a Added option to provide a custom config file to the lsp. Cor 2021-07-17 09:06:11 +0200
  • a63d74b2e4 deploy: 722cfedb382abf2a4e48ac45bdfd9b3c5de50a58 archseer 2021-07-16 16:13:15 +0000
  • 722cfedb38
    Added change_case command (#441) Cor Peters 2021-07-16 18:12:59 +0200
  • 17f745d20b Changed startup behaviour to only open a single view when multiple files are specified on the commandline. Cor 2021-07-14 21:29:39 +0200
  • da83e46c91 Allow multi key keymaps in insert mode Gokul Soumya 2021-07-13 20:59:30 +0530
  • 36caf1ff2c
    Update keymap.rs Rust & Python 2021-07-16 10:39:03 +0530
  • 9d67c7e080
    Merge branch 'helix-editor:master' into extend_line_up Rust & Python 2021-07-16 10:36:27 +0530
  • 47df8ce4f6 Allow multi key keymaps in config file Gokul Soumya 2021-07-13 11:43:34 +0530
  • 76afb564c0 Use tree like structure to store keymaps Gokul Soumya 2021-07-11 16:52:52 +0530
  • e2bcef718a Removed double entry of extend_line Cor 2021-07-15 10:27:27 +0200
  • f80338be73
    Merge pull request #1 from python128/patch-1 Rust & Python 2021-07-15 19:33:17 +0530
  • e3beccdcc6 Switched 'Alt-' to uppercase and '' to lowercase Cor 2021-07-15 13:38:48 +0200
  • d3c270a900 Removed double entry of extend_line Cor 2021-07-15 10:27:27 +0200
  • e0b0745f25 Fix switch_to_uppercase using to_lowercase Cor 2021-07-15 08:55:57 +0200
  • d8aacc0ae7 Use flat_map instead of map + flatten Cor 2021-07-15 08:55:06 +0200
  • 0b1ed8656d
    Fix #442 (#446) Kirawi 2021-07-14 22:22:34 -0400
  • d4f646786e Fix use of encoding in Document::open() Shafkath Shuhan 2021-07-14 20:53:57 -0400
  • d84b3a198a Update dark_plus.toml Kirawi 2021-07-14 16:49:27 -0400
  • a63953b709
    Update dark_plus.toml Kirawi 2021-07-14 16:49:27 -0400
  • e613403f6a Updated the Keymap section of the Book Cor 2021-07-14 14:27:11 +0200
  • 48df076fa1 Added switch_to_uppercase and switch_to_lowercase Cor 2021-07-14 13:49:35 +0200
  • 0cbbeba351 add java highlighting Shafkath Shuhan 2021-07-14 13:36:57 -0400
  • 2a4b3d06c8 create Rope from default line ending Shafkath Shuhan 2021-07-14 12:59:20 -0400
  • d4b3ff3969 fix #442 Shafkath Shuhan 2021-07-14 12:52:51 -0400
  • 01afd00a9f
    Merge branch 'helix-editor:master' into patch-1 Rust & Python 2021-07-14 17:09:43 +0530
  • a4b077e9b9 Build ts/tsx again, refactor collect_tree_sitter_dirs Blaž Hrastnik 2021-07-13 23:27:06 +0900
  • 3ca05fce31 Fix number highlighting Blaž Hrastnik 2021-07-13 15:10:43 +0900
  • e6bf6a8f28 Build each grammar in it's own src dir Blaž Hrastnik 2021-07-12 17:48:45 +0900
  • a7fa5621ce Try to rearrange the file order? Blaž Hrastnik 2021-07-12 01:01:56 +0900
  • c8dc9b64dd windows: Try building inside OUT_DIR? Blaž Hrastnik 2021-07-12 00:44:14 +0900
  • dd2903ff10 Dynamically load grammar libraries at runtime Blaž Hrastnik 2021-07-11 19:36:45 +0900
  • 1223606f21 Added change_case command Cor 2021-07-13 22:16:29 +0200
  • 3d0f1907f1 Build ts/tsx again, refactor collect_tree_sitter_dirs Blaž Hrastnik 2021-07-13 23:27:06 +0900
  • 65d591dab2 Fix number highlighting Blaž Hrastnik 2021-07-13 15:10:43 +0900
  • 1a42123b05
    Merge branch 'helix-editor:master' into patch-1 Rust & Python 2021-07-13 11:37:27 +0530
  • bf428cccce Build each grammar in it's own src dir Blaž Hrastnik 2021-07-12 17:48:45 +0900
  • 1d28655fa2 Try to rearrange the file order? Blaž Hrastnik 2021-07-12 01:01:56 +0900
  • d3713cbb3b windows: Try building inside OUT_DIR? Blaž Hrastnik 2021-07-12 00:44:14 +0900
  • 24adaed2a8 Dynamically load grammar libraries at runtime Blaž Hrastnik 2021-07-11 19:36:45 +0900
  • dd5e8082e4 Bump anyhow from 1.0.41 to 1.0.42 dependabot[bot] 2021-07-12 23:07:25 +0000