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

Commit Graph

  • 01247acf0c Start searches at the right side of the block cursor. Nathan Vegdahl 2021-07-26 08:50:26 -0700
  • 0883b4fae0 Collect some common patterns into methods on Range. Nathan Vegdahl 2021-07-26 08:40:30 -0700
  • a630fb5d20 fix: change primary cursor color in bogster theme gbaranski 2021-07-26 16:04:28 +0200
  • 01aad66f11 fix: change primary cursor color in bogster theme gbaranski 2021-07-26 16:04:28 +0200
  • 449d47b8c8 Strip infobox title prefix from items Gokul Soumya 2021-07-26 19:19:56 +0530
  • f7c8500797 Fix append newline indent Ivan Tham 2021-07-24 22:37:33 +0800
  • 0850e237c3 Strip infobox title prefix from items Gokul Soumya 2021-07-26 19:04:18 +0530
  • ad7e412a11 Make command descriptions smaller Gokul Soumya 2021-07-26 11:30:14 +0530
  • f4ad55a142 Preserve order of keys when showing infobox Gokul Soumya 2021-07-25 21:16:37 +0530
  • 63e54e30a7 Implement in-memory prompt history Blaž Hrastnik 2021-07-24 17:48:45 +0900
  • 29cefa1be8 rust: Indent multi line call expressions one level deeper Blaž Hrastnik 2021-07-24 15:33:55 +0900
  • f24007b30f Improve rust indentation queries Blaž Hrastnik 2021-07-24 15:31:03 +0900
  • 112ae5cffe
    Determine whether to use a margin of 0 or 1 when uncommenting (#476) Omnikar 2021-07-25 22:00:58 -0400
  • e07e42dcfb fix(term): undo-ing code actions Gokul Soumya 2021-07-24 23:44:19 +0200
  • 8da58fe44a fix(term): use existing implementation of edits_to_transaction gbaranski 2021-07-24 23:37:33 +0200
  • 41f62c3157 build(nix): fix build issues Yusuf Bera Ertan 2021-07-24 21:36:35 +0300
  • 17b67c83e2 Remove mode suffixes from keymaps Gokul Soumya 2021-07-25 13:32:11 +0530
  • 5b47cc89ae Allow trailing commas in keymap! Gokul Soumya 2021-07-25 13:20:43 +0530
  • 09c4422ca0 fix(term): undo-ing code actions Gokul Soumya 2021-07-24 23:44:19 +0200
  • 1b54f2ddfc fix(term): use existing implementation of edits_to_transaction gbaranski 2021-07-24 23:37:33 +0200
  • 4bcc1f8707
    build(nix): fix build issues Yusuf Bera Ertan 2021-07-24 21:36:35 +0300
  • 03f4e7d135 Fix append newline indent Ivan Tham 2021-07-24 22:37:33 +0800
  • f96b8b769b Switch to a cleaner range-head moving abstraction. Nathan Vegdahl 2021-07-24 07:44:11 -0700
  • 75f7155036 deploy: 6a8a01df6b54f7c169b2c22d4e057eb4925c8a1b archseer 2021-07-24 11:11:36 +0000
  • 6a8a01df6b Add missing keybinds to docs Gokul Soumya 2021-07-24 15:44:25 +0530
  • 2d7bc84704 Add missing keybinds to docs Gokul Soumya 2021-07-24 15:44:25 +0530
  • 652d1b6564 Merge branch 'master' into keymap-refactor Gokul Soumya 2021-07-24 13:40:00 +0530
  • 4ee05d1385 Clean up comments and apply suggestions Gokul Soumya 2021-07-24 12:58:08 +0530
  • 48e344a2a8
    feat: code actions - document edits (#478) Grzegorz Baranski 2021-07-24 03:26:43 +0200
  • 20723495d3 Fixed find_till_char and find_char commands. Nathan Vegdahl 2021-07-23 18:03:40 -0700
  • 8f43dc4039 Fix surround replace command replacing the wrong position on the right. Nathan Vegdahl 2021-07-23 17:52:45 -0700
  • 43594049dd Merge branch 'master' into great_line_ending_and_cursor_range_cleanup Nathan Vegdahl 2021-07-23 17:23:16 -0700
  • 427ae6ac6c Put selection in separate variable in commands code. Nathan Vegdahl 2021-07-23 17:06:14 -0700
  • ad814b8c2e Fix append mode, and make insertion always happen at head of range. Nathan Vegdahl 2021-07-23 14:27:12 -0700
  • aaabf035de
    Add comments explaining find_line_comment Omnikar 2021-07-23 14:31:04 -0400
  • 45eb8e11b0 Fix and add tests for keymaps Gokul Soumya 2021-07-23 17:19:57 +0530
  • 4907c63a1c fix(term): replace todo!'s with editor.set_error gbaranski 2021-07-23 18:17:24 +0200
  • bda4f5c1cd Simplify replace dashes with underscore Ivan Tham 2021-07-23 17:02:42 +0800
  • 6dd84e109a fix(term): apply cargo-clippy suggestions gbaranski 2021-07-23 11:36:12 +0200
  • 02c13b8d6a fix(term): remove unrelated workspace_symbol_picker gbaranski 2021-07-23 11:34:08 +0200
  • 36499a8cae fix(term): cleanup, todo!() on workspace edit gbaranski 2021-07-23 11:32:17 +0200
  • 1789dfabfe fix: ui/menu: Don't allow scrolling past the end of completion Blaž Hrastnik 2021-07-23 18:12:33 +0900
  • e5d438705b Add rustfmt.toml to force formatting to use rustfmt defaults Blaž Hrastnik 2021-07-23 18:11:22 +0900
  • 817a7e0bd6 fix: Only try expanding directory completion if it makes sense Blaž Hrastnik 2021-07-23 18:10:30 +0900
  • 58d08d36ae Simplify ui/menu.rs Blaž Hrastnik 2021-07-23 18:10:17 +0900
  • 7d16e9f9ae
    Simplify replace dashes with underscore Ivan Tham 2021-07-23 17:02:42 +0800
  • 4e7cad2f8a
    Add test case for 0 margin comments Omnikar 2021-07-23 02:48:53 -0400
  • 3c03cfa06e
    Remove unnecessary clones in test_find_line_comment Omnikar 2021-07-23 01:25:19 -0400
  • 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