log

age author description
Thu, 24 Jun 2021 00:50:52 +0900 Bla? Hrastnik fix: panic on O at the start of the file (fixes #354)
Wed, 23 Jun 2021 22:11:46 +0900 Bla? Hrastnik Adjust default theme colors (insert/extend cursor)
Wed, 23 Jun 2021 15:38:49 +0900 Bla? Hrastnik ui: Paginate prompt completion
Wed, 23 Jun 2021 08:31:53 +0200 wojciechkepka Patch the primary cursor with insert and select styles
Mon, 21 Jun 2021 18:01:35 +0200 wojciechkepka Refactor, add `ui.cursor.primary`
Sun, 20 Jun 2021 22:02:41 +0200 wojciechkepka Add ability to theme primary selecition
Sun, 20 Jun 2021 21:47:35 +0200 wojciechkepka Add ability to theme cursor
Sun, 20 Jun 2021 21:47:32 +0200 wojciechkepka Update docs
Wed, 23 Jun 2021 08:45:37 +0200 wojciechkepka fix: Docs, `select_line` -> `extend_line`
Wed, 23 Jun 2021 02:13:45 -0400 Shafkath Shuhan add missing doc
Wed, 23 Jun 2021 02:03:54 -0400 nobody add tests
Wed, 23 Jun 2021 02:03:34 -0400 Shafkath Shuhan Handle non-UTF8 files
Wed, 23 Jun 2021 13:13:56 +0900 Bla? Hrastnik Fix small screen panics
Tue, 22 Jun 2021 20:30:20 -0700 Nathan Vegdahl Update to Ropey v1.3.1 with needed bugfix.
Tue, 22 Jun 2021 19:07:19 -0700 Nathan Vegdahl Fix extend_line() behavior.
Tue, 22 Jun 2021 19:05:56 -0700 Nathan Vegdahl Increment char_index by grapheme char count.
Tue, 22 Jun 2021 17:36:29 -0700 Nathan Vegdahl Fix flipped condition where Helix adds a line ending on open.
Tue, 22 Jun 2021 10:15:30 -0700 Nathan Vegdahl Missed some items in the CRLF PR.
Wed, 23 Jun 2021 12:27:38 +0900 Bla? Hrastnik fix: Select matching at the start of the doc could crash. Fixes #346
Wed, 23 Jun 2021 10:15:57 +0900 Bla? Hrastnik Fix build on master
Tue, 22 Jun 2021 14:49:55 -0500 Joe Neeman Make the prompt callback take a Context.
Mon, 21 Jun 2021 16:49:21 +0100 Lionel Flandrin Implement show_current_directory command
Mon, 21 Jun 2021 16:40:27 +0100 Lionel Flandrin Implement change_current_directory command
Wed, 23 Jun 2021 01:05:08 +0900 Bla? Hrastnik Add repology.org packaging status
Wed, 23 Jun 2021 00:51:30 +0900 Bla? Hrastnik Fix link to good first issue
Tue, 22 Jun 2021 23:26:34 +0900 Bla? Hrastnik minor: Remove old TODOs
Tue, 22 Jun 2021 10:40:50 +0530 Gokul Soumya Rename surround to match_mode
Tue, 22 Jun 2021 10:36:29 +0530 Gokul Soumya Add documentation for surround
Tue, 22 Jun 2021 09:17:44 +0530 Gokul Soumya Correctly identify pairs when cursor on pair
Tue, 22 Jun 2021 09:06:42 +0530 Gokul Soumya Handle line endings correctly in surround
Tue, 22 Jun 2021 00:25:41 +0530 Gokul Soumya Move match_bracket to mm
Tue, 22 Jun 2021 00:03:05 +0530 Gokul Soumya Refactor and add tests for surround
Mon, 21 Jun 2021 22:19:05 +0530 Gokul Soumya Add more surround pair characters
Sat, 19 Jun 2021 22:55:50 +0530 Gokul Soumya Add surround keybinds
Tue, 22 Jun 2021 13:47:57 +0900 Bla? Hrastnik lsp: Eagerly process notifications/server calls to avoid re-rendering
Mon, 21 Jun 2021 21:03:56 +0300 Yusuf Bera Ertan build(nix): fetch submodules lazily
Tue, 22 Jun 2021 11:09:19 +0900 Bla? Hrastnik Merge pull request #224 from helix-editor/line_ending_detection
Mon, 21 Jun 2021 12:56:42 -0700 Nathan Vegdahl Flesh out the line ending utility unit tests.
Mon, 21 Jun 2021 12:36:01 -0700 Nathan Vegdahl Add command to set the document's default line ending.
Mon, 21 Jun 2021 12:02:44 -0700 Nathan Vegdahl Fix clippy warnings.
Mon, 21 Jun 2021 11:59:03 -0700 Nathan Vegdahl Convert remaining commands to use the document's line ending setting.
Mon, 21 Jun 2021 11:22:07 -0700 Nathan Vegdahl Make split_selection_on_newline command handle all line endings.
Mon, 21 Jun 2021 11:08:05 -0700 Nathan Vegdahl Update `replace` command to use document line ending setting.
Mon, 21 Jun 2021 10:29:29 -0700 Nathan Vegdahl Add function to get the line ending of a str slice.
Mon, 21 Jun 2021 09:52:21 -0700 Nathan Vegdahl Don't need getters/setters for line_ending property.
Sun, 20 Jun 2021 16:13:59 -0700 Nathan Vegdahl Silence clippy warning.
Sun, 20 Jun 2021 16:09:14 -0700 Nathan Vegdahl Merge branch 'master' of github.com:helix-editor/helix into line_ending_detection
Sun, 20 Jun 2021 15:09:10 -0700 Nathan Vegdahl Work on moving code over to LineEnding instead of assuming '\n'.
Sun, 20 Jun 2021 00:40:41 -0700 Nathan Vegdahl Misc fixes and clean up of line ending detect code.
Sun, 20 Jun 2021 02:22:10 +0200 Jan Hrastnik added the line_end helper function
Sun, 20 Jun 2021 01:24:36 +0200 Jan Hrastnik changed some hardcoded newlines, removed a else if in line_ending.rs
Sat, 19 Jun 2021 14:58:49 +0200 Jan Hrastnik fix merge issue
Sat, 19 Jun 2021 14:51:53 +0200 Jan Hrastnik Merge remote-tracking branch 'origin/master' into line_ending_detection
Sat, 19 Jun 2021 14:05:11 +0200 Jan Hrastnik ran cargo fmt
Sat, 19 Jun 2021 14:03:14 +0200 Jan Hrastnik added get_line_ending from pr comment
Thu, 17 Jun 2021 13:49:50 +0200 Jan Hrastnik applied changes from pr review
Wed, 16 Jun 2021 17:22:55 +0200 Jan Hrastnik fixed some problems from rebasing
Wed, 16 Jun 2021 16:57:47 +0200 Jan Hrastnik doc.line_ending() now returns &'static str
Mon, 14 Jun 2021 15:09:54 +0200 Jan Hrastnik trying out line ending helper functions in commands.rs
Sun, 13 Jun 2021 21:38:31 +0200 Jan Hrastnik added some tests and a line_ending helper function in document.rs