1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-25 17:28:08 +01:00

Commit Graph

  • ffb8057a7f Fix ocassional panic when matching brackets. Nathan Vegdahl 2021-07-22 18:45:43 -0700
  • 25103833b2 mark reloaded buffers as unchanged Shafkath Shuhan 2021-07-22 18:24:58 -0400
  • d093a6c468 mark reloaded buffers as unchanged Shafkath Shuhan 2021-07-22 18:24:58 -0400
  • fd684ef693 Revert display-width-based vertical cursor movement. Nathan Vegdahl 2021-07-22 13:21:44 -0700
  • 5841954f58 Calculate the line that the range head is on correctly. Nathan Vegdahl 2021-07-22 11:17:03 -0700
  • b3f0d72268 fix(term): add matching } gbaranski 2021-07-22 19:50:55 +0200
  • 673338bdb6 Use Range::line_range() in some more places I missed. Nathan Vegdahl 2021-07-22 10:50:12 -0700
  • d4bd5b3766 The item fmt was imported redundantly fossdd 2021-07-22 12:50:11 +0000
  • a764792631
    The item fmt was imported redundantly fossdd 2021-07-22 12:50:11 +0000
  • b21d01ceec
    Merge pull request #2 from python128/master Rust & Python 2021-07-22 17:49:22 +0530
  • af02886a49
    Update README.md Rust & Python 2021-07-22 17:47:09 +0530
  • 1dfc39a5cc
    Merge branch 'master' into code-action Grzegorz Baranski 2021-07-22 12:10:24 +0200
  • daeb8e52ca
    fix(term): change code action command comment Grzegorz Baranski 2021-07-22 11:51:52 +0200
  • 1661bf032e fix(term): improve unimplemented messages for further investigation gbaranski 2021-07-22 11:48:39 +0200
  • 70dfc981f1 refactor(term): move apply_edits below gbaranski 2021-07-22 11:44:13 +0200
  • 32facf1b4d fix(term): applying edits as a whole thing instead one by one gbaranski 2021-07-22 11:35:17 +0200
  • 9dcdb55e82 fix(term): cleanup of apply_edit gbaranski 2021-07-22 10:57:32 +0200
  • 3095c45a58 Fix keymap merging and add infobox titles Gokul Soumya 2021-07-22 13:49:19 +0530
  • 57c96a06bf
    Create changes with capacity instead of reserving Omnikar 2021-07-22 02:59:08 -0400
  • ea7eddb4c9
    Use token.chars().count() for token char length Omnikar 2021-07-22 02:56:25 -0400
  • 9b096e4b1b
    Update README.md Rust & Python 2021-07-22 09:25:50 +0530
  • e8ae71641e
    Update CONTRIBUTING.md Rust & Python 2021-07-22 08:42:27 +0530
  • a17a20bfe5
    Merge branch 'helix-editor:master' into master Rust & Python 2021-07-22 08:35:29 +0530
  • eba0bbda2e Resume last picker Ivan Tham 2021-07-18 12:24:07 +0800
  • 70db2f140d feat(term): applying code actions edits gbaranski 2021-07-21 23:34:43 +0200
  • eeca3b5c16 deps: cargo update gbaranski 2021-07-21 20:49:42 +0200
  • 5d253dffa1 feat(term): wip on applying code actions gbaranski 2021-07-21 20:45:41 +0200
  • cc9344acbd
    Reserve length of to_change instead of lines Omnikar 2021-07-21 14:17:54 -0400
  • 7d07704e6f Fix append mode not editing correctly. Nathan Vegdahl 2021-07-21 09:56:21 -0700
  • 1032a4be3c
    Fix test for find_line_comment Omnikar 2021-07-21 12:42:09 -0400
  • 063aa9452d Fix yank not working with internally zero-width ranges. Nathan Vegdahl 2021-07-21 09:32:48 -0700
  • 96b6233226
    Generate a single vec of lines for comment toggle Omnikar 2021-07-21 12:27:25 -0400
  • bc85c85501 Fix selections not being modified quite correctly with text edits. Nathan Vegdahl 2021-07-21 09:23:01 -0700
  • bc62f03ac2 feat(term): set SPC-a to code_action gbaranski 2021-07-21 18:09:50 +0200
  • cdfb6f269b feat(lsp): set code_action capabilities gbaranski 2021-07-21 18:09:11 +0200
  • d4ed5e31f2 Restore infobox display Gokul Soumya 2021-07-21 21:11:42 +0530
  • 3a7b92111a fix(term): use current macro instead Context::context gbaranski 2021-07-21 16:38:57 +0200
  • 21bf614d5c wip: Code actions Blaž Hrastnik 2021-06-14 10:52:21 +0900
  • 039c0a22a3 Allow keymap! to take multiple keys Gokul Soumya 2021-07-21 15:48:34 +0530
  • eed20eabd0 Add descriptions for editor commands Gokul Soumya 2021-07-21 12:30:53 +0530
  • 4a2ae1d2f1
    Fix find_line_comment test for new return type Omnikar 2021-07-21 02:43:44 -0400
  • a7dd731e92
    Fix comment bug with multiple selections on a line Omnikar 2021-07-20 23:33:59 -0400
  • 6055e93c7b
    Move margin calculation to find_line_comment Omnikar 2021-07-20 23:12:36 -0400
  • df0ed80931 Update dark_plus.toml Kirawi 2021-07-20 15:17:15 -0400
  • 198fe40951 Don't insert a final line ending on file load/reload. Nathan Vegdahl 2021-07-20 18:40:41 -0700
  • d967767126
    Implement margin calculation for uncommenting Omnikar 2021-07-20 21:15:43 -0400
  • c848ed7abc Fixes for misc bugs with view movement. Nathan Vegdahl 2021-07-20 18:15:34 -0700
  • d5534a6d10 Merge branch 'master' into great_line_ending_and_cursor_range_cleanup Nathan Vegdahl 2021-07-20 13:35:37 -0700
  • 1194fc842a Use new Range::line_range() method in more places, as appropriate. Nathan Vegdahl 2021-07-20 12:40:58 -0700
  • c9300ec35f Fix comment toggle command also sometimes toggling the next line. Nathan Vegdahl 2021-07-20 12:23:40 -0700
  • f354723855
    Update dark_plus.toml Kirawi 2021-07-20 15:17:15 -0400
  • 1c6b5581f0 Fix various bugs related to goto-end-of-line command. Nathan Vegdahl 2021-07-20 11:58:56 -0700
  • e8a3980e46 Fix line-wise p pasting before the current line instead of after. Nathan Vegdahl 2021-07-20 10:56:27 -0700
  • 1910fa7723 Fix incorrect line hihglight when a selection is at the end of a line. Nathan Vegdahl 2021-07-20 10:26:00 -0700
  • 03c6d25652 Add keymap! macro for ergonomic declaration Gokul Soumya 2021-07-20 16:17:24 +0530
  • 17f9dfce7e Fix typo Ivan Tham 2021-07-20 19:33:00 +0800
  • 99a6657e6f
    Fix typo Ivan Tham 2021-07-20 19:33:00 +0800
  • 585d6f8242 Fixes toggle_comment not finding the correct language comment token Luctius 2021-07-20 08:48:34 +0200
  • f427e6b1ec Make keymap state self contained Gokul Soumya 2021-07-19 19:50:57 +0530
  • 3494d50315 Fixes toggle_comment not finding the correct language comment token Luctius 2021-07-20 08:48:34 +0200
  • b67c35ea4c Renamed vcs diff theme variables. Luctius 2021-07-19 20:02:10 +0200
  • d754c72b4d Bump tokio from 1.8.1 to 1.8.2 dependabot[bot] 2021-07-19 23:07:13 +0000
  • 1792dc6f93 Make search work a little nicer when there are already selections. Nathan Vegdahl 2021-07-19 18:29:26 -0700
  • c400a60377 Fix Selection::push() to make the pushed range primary. Nathan Vegdahl 2021-07-19 18:25:36 -0700