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

Commit Graph

  • 0328572afa completion: Fix unimplemented autocomplete Wojciech Kępka 2021-06-07 19:01:07 +0200
  • 1410e26dc3 commands: Replace all characters in selection Wojciech Kępka 2021-06-07 18:49:27 +0200
  • 0201ef9205 ui: completion: Use the correct type_name Blaž Hrastnik 2021-06-08 01:38:57 +0900
  • 037f45f24e Create all parent directories for config and cache Wojciech Kępka 2021-06-07 17:49:02 +0200
  • 0ac3ad7860 Add convenience/clarity wrapper for Range initialization PabloMansanet 2021-06-07 18:04:46 +0200
  • 7e2670b2c1 Create all parent directories for config and cache Wojciech Kępka 2021-06-07 17:49:02 +0200
  • 52fd744f24 Create all parent directories for config and cache Wojciech Kępka 2021-06-07 17:46:17 +0200
  • 9821beb5c4 Make gh/gl extend selection in select mode Blaž Hrastnik 2021-06-07 23:32:44 +0900
  • 3cee0bf200 Address clippy lint Blaž Hrastnik 2021-06-07 23:08:51 +0900
  • 4fd38f82a3 Disable failing doctest Blaž Hrastnik 2021-06-07 23:05:39 +0900
  • 850a9e2c59 Remove broken doc code term Ivan Tham 2021-06-07 21:52:23 +0800
  • b5682f984b Separate helix-term as a library Ivan Tham 2021-06-07 12:40:21 +0800
  • 68affa3c59 Implement register selection Benoît CORTIER 2021-06-04 22:21:31 -0400
  • c5bdb56efd Implement register selection Benoît CORTIER 2021-06-04 22:21:31 -0400
  • d5de9183ef Use upstream jsonrpc again Blaž Hrastnik 2021-06-07 21:33:17 +0900
  • 8d6fad4cac lsp: Provide workspace root on client.initialize() Blaž Hrastnik 2021-06-07 21:32:01 +0900
  • 8e7e4cb444 Add missing newline to end of file on load Ivan Tham 2021-06-07 19:33:55 +0800
  • e73192d4da Separate helix-term as a library Ivan Tham 2021-06-07 12:40:21 +0800
  • 14830e75ff Revert the line number rendering change, we were correct before Blaž Hrastnik 2021-06-07 13:24:03 +0900
  • 92ffb3f45f Install libxcb-xfixes0-dev package on Ubuntu CI Benoît CORTIER 2021-06-06 22:01:56 -0400
  • 7752463260 Implement register selection Benoît CORTIER 2021-06-04 22:21:31 -0400
  • 56d13bf4d0 Support yanking to system clipboard Benoît CORTIER 2021-06-04 22:21:08 -0400
  • 59f94d13b8 Disable haskell grammar until build issues are resolved v0.0.10 Blaž Hrastnik 2021-06-07 10:17:25 +0900
  • b3eeac7bbf Disable aarch64-macos, it fails to build on macos-latest Blaž Hrastnik 2021-06-07 09:49:59 +0900
  • 5685b7c91f deploy: f48a60b8e2a2f33d5f642e708ff1927fa49d35a6 archseer 2021-06-07 00:43:28 +0000
  • f48a60b8e2 Release 0.0.10 Blaž Hrastnik 2021-06-07 09:32:48 +0900
  • 4f561e93b8 View mode: Use saturating_sub when calculating first_col Blaž Hrastnik 2021-06-07 09:29:21 +0900
  • 01b1bd15a1 commands: use chars().count() over .len() on strings Blaž Hrastnik 2021-06-07 09:26:49 +0900
  • ff8a031cb2 Add diagnostics keys to keymap.md Blaž Hrastnik 2021-06-07 09:24:23 +0900
  • d9b2f6feac Only test on stable rust Blaž Hrastnik 2021-06-07 09:20:36 +0900
  • 582f1ee9d8 Add aarch64-macos (M1) to the release build matrix Blaž Hrastnik 2021-06-07 09:19:51 +0900
  • e2d780f993 fix: 2 panics while setting style + off by 1 The panics would occur because set_style would draw outside of the the surface. Both occured using find_prev or till_prev In my case the first panic! would appear in a terminal with around 80 columns in helix/README.md going to the end of the file with geglf( the second with geglfX The off by one fix ensures that find_nth_prev starts at the first character to the left ahkrr 2021-06-06 21:32:14 +0200
  • 843c2cdebd
    Install instructions and version number corrections (#148) Ethan Bodzioney 2021-06-06 19:14:06 -0500
  • 8a29086c1a Fix panic when moving over unicode punctuation Benoît CORTIER 2021-06-05 12:01:20 -0400
  • 16b1cfa3be Add diagnostics keybindings Wojciech Kępka 2021-06-06 11:59:32 +0200
  • 4ef0fcb633 deploy: 2066e866c739fec210df85534b9fbc1de02c155b archseer 2021-06-07 00:08:24 +0000
  • 2066e866c7 Add spc w w for window mode Ivan Tham 2021-06-06 13:09:21 +0800
  • 87b6845839 Fix panic when moving over unicode punctuation Benoît CORTIER 2021-06-05 12:01:20 -0400
  • ae457542fe
    Fixed version number Ethan Bodzioney 2021-06-06 15:28:56 -0500
  • 9229a1ad94
    Fixed version number Ethan Bodzioney 2021-06-06 15:28:37 -0500
  • 3544485e75
    Fixed version number Ethan Bodzioney 2021-06-06 15:28:14 -0500
  • 00d2850167
    Fixed version number Ethan Bodzioney 2021-06-06 15:27:55 -0500
  • f2987e1ee3
    Fixed version number Ethan Bodzioney 2021-06-06 15:27:33 -0500
  • a98bea3a5b
    Fixed version number Ethan Bodzioney 2021-06-06 15:27:10 -0500
  • 06a5d23ecf
    Change version name argument Ethan Bodzioney 2021-06-06 15:25:47 -0500
  • f508531208
    Add MacOS install instructions Ethan Bodzioney 2021-06-06 15:21:52 -0500
  • 5a852db080 fix: 2 panics while setting style + off by 1 The panics would occur because set_style would draw outside of the the surface. Both occured using find_prev or till_prev In my case the first panic! would appear in a terminal with around 80 columns in helix/README.md going to the end of the file with geglf( the second with geglfX The off by one fix ensures that find_nth_prev starts at the first character to the left ahkrr 2021-06-06 21:32:14 +0200
  • 21db6c11fd Don't add extra new line at the end of non existing file Wojciech Kępka 2021-06-06 20:39:47 +0200
  • c6c2c60741 Add diagnostics keybindings Wojciech Kępka 2021-06-06 11:59:32 +0200
  • 3494bb8ef0 Refactor index assignment Kevin Sjöberg 2021-06-06 09:49:37 +0200
  • a4ff8cdd8a Allow moving backwards in completions Kevin Sjöberg 2021-06-05 23:20:34 +0200
  • 145bc1970a Trigger directory completion upon pressing Enter Kevin Sjöberg 2021-06-05 22:40:11 +0200
  • 8531bc308a deploy: 54f3548d541c3fc6fd793aeacb584cbe0d934b82 archseer 2021-06-06 12:46:16 +0000
  • 54f3548d54
    theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) Ingrid 2021-06-06 14:45:59 +0200
  • 3280510d5b Fix unused import Ivan Tham 2021-06-06 19:25:25 +0800
  • df80f3c966 Add test for prev word Ivan Tham 2021-06-06 19:25:16 +0800
  • 40744ce835 Add ctrl-w in insert mode Ivan Tham 2021-06-05 18:15:50 +0800
  • ff68c087bb Fix unused import Ivan Tham 2021-06-06 19:25:25 +0800
  • 9da9a60fa3 Add test for prev word Ivan Tham 2021-06-06 19:25:16 +0800
  • a1d6942a80 Add ctrl-w in insert mode Ivan Tham 2021-06-05 18:15:50 +0800
  • a1b83589bf docs: Theme subsection fixes Ingrid Rebecca Abraham 2021-06-06 12:23:55 +0200
  • aa8a8baeeb Calculate offset when moving picker cursor Kevin Sjöberg 2021-06-06 10:41:21 +0200
  • b0e7236242 contrib: Ingrid's theme Ingrid Rebecca Abraham 2021-06-06 12:07:54 +0200
  • 6901e03cd3 theme: More context in logs, TODO for alerting users Ingrid Rebecca Abraham 2021-06-05 15:01:03 +0200