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

Commit Graph

  • 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
  • 13b0784009 Fix extend line behavior. Nathan Vegdahl 2021-07-19 17:44:18 -0700
  • 8024a09823
    Bump tokio from 1.8.1 to 1.8.2 dependabot[bot] 2021-07-19 23:07:13 +0000
  • e414e71f63 Allows for the re-theming of the gutter glyphs. Cor Peters 2021-07-19 15:40:03 +0200
  • f78b9ca846 Allows for the re-theming of the gutter glyphs. Cor Peters 2021-07-19 15:40:03 +0200
  • e98d669c30 Handle edge case in range_to_target() correctly. Nathan Vegdahl 2021-07-19 12:30:08 -0700
  • 34d4d653da Shows line changes relative to VCS Luctius 2021-07-18 21:04:51 +0200
  • 5c5ad45f00 Renamed vcs diff theme variables. Luctius 2021-07-19 20:02:10 +0200
  • b0311f4fc2 Fixed primary cursor position calculation to use 1-width semantics. Nathan Vegdahl 2021-07-19 09:25:10 -0700
  • 079d4ed86d Properly fix last_line view calculation. Nathan Vegdahl 2021-07-19 08:39:48 -0700
  • 4c4ec7bfb0 Updated all themes Cor Peters 2021-07-19 15:56:35 +0200
  • ba6ae80139 Shows line changes relative to VCS Luctius 2021-07-18 21:04:51 +0200
  • 1a9ae72fcb Fix last line number being drawn in the status bar. Nathan Vegdahl 2021-07-18 23:09:55 -0700
  • e462f32723 Merge branch 'master' into great_line_ending_and_cursor_range_cleanup Nathan Vegdahl 2021-07-18 22:02:12 -0700
  • 6c038bb015 Update word selection/navigation to work with gap indexing. Nathan Vegdahl 2021-07-18 21:59:31 -0700
  • 5292fe0f7d Calculate completion popup sizing Blaž Hrastnik 2021-07-19 11:28:29 +0900
  • bf43fabf65 Remove ExactSizeIterator requirement on Transaction::change Blaž Hrastnik 2021-07-19 11:19:05 +0900