Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Add `Range` methods for various kinds of validation. | Nathan Vegdahl | 2021-07-01 | |
|/ | ||||
* | Add some async job infrastructure. | Joe Neeman | 2021-06-30 | |
| | ||||
* | ui: Use a box drawing character vertical line for splits | Blaž Hrastnik | 2021-06-29 | |
| | ||||
* | Sort the files in descending order | Blaž Hrastnik | 2021-06-28 | |
| | ||||
* | ui: Simplify conditional | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Merge tab & char rendering code | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | This char_index is unused | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Allocate the tab stop only once | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Extract the merge "operator" into helix-core | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Appease clippy | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Turn diagnostics rendering into span injection too | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Simplify selection rendering by injecting highlight scopes | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Fix silly mistake in previous phantom line bug fix. | Nathan Vegdahl | 2021-06-26 | |
| | | | | | Fixes #381. I was trying to change an index value that... wasn't even an index value. | |||
* | Fix highlight code splitting graphemes. | Nathan Vegdahl | 2021-06-26 | |
| | | | | | | This resulted in phantom blank lines in files with CRLF line endings, but could potentially have manifested with other graphemes as well. | |||
* | Sort files in file picker by access, modification and creation date (#336) | Wojciech Kępka | 2021-06-26 | |
| | | | | | | | | | * Sort files in file picker by access date * Fallback file time to modified then created then UNIX_EPOCH * Use `sort_by_key` * Refactor | |||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 | |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | |||
* | Add … when chars are truncated in picker | Gokul Soumya | 2021-06-25 | |
| | ||||
* | Fix previous broken refactor key into helix-view | Ivan Tham | 2021-06-24 | |
| | | | | | | | | Need to be used for autoinfo Revert "Revert "Refactor key into helix-view"" This reverts commit 10f9f72232f5789323d689bf0f9cd359715770d6. | |||
* | Fix picker item width overflow | Gokul Soumya | 2021-06-24 | |
| | | | | Fixes #352 | |||
* | ui: Paginate prompt completion | Blaž Hrastnik | 2021-06-23 | |
| | ||||
* | Patch the primary cursor with insert and select styles | wojciechkepka | 2021-06-23 | |
| | ||||
* | Refactor, add `ui.cursor.primary` | wojciechkepka | 2021-06-23 | |
| | ||||
* | Add ability to theme primary selecition | wojciechkepka | 2021-06-23 | |
| | ||||
* | Add ability to theme cursor | wojciechkepka | 2021-06-23 | |
| | ||||
* | Fix small screen panics | Blaž Hrastnik | 2021-06-23 | |
| | ||||
* | Increment char_index by grapheme char count. | Nathan Vegdahl | 2021-06-23 | |
| | | | | It was just assuming single-char graphemes before. | |||
* | Make the prompt callback take a Context. | Joe Neeman | 2021-06-23 | |
| | ||||
* | Implement change_current_directory command | Lionel Flandrin | 2021-06-22 | |
| | ||||
* | minor: Remove old TODOs | Blaž Hrastnik | 2021-06-22 | |
| | ||||
* | Merge pull request #224 from helix-editor/line_ending_detection | Blaž Hrastnik | 2021-06-22 | |
|\ | | | | | Line ending detection | |||
| * | Merge branch 'master' of github.com:helix-editor/helix into ↵ | Nathan Vegdahl | 2021-06-20 | |
| |\ | | | | | | | | | | | | | | | | | | | line_ending_detection Rebasing was making me manually fix conflicts on every commit, so merging instead. | |||
| * | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 | |
| | | | | | | | | | | | | Also some general cleanup and some minor fixes along the way. | |||
| * | | Misc fixes and clean up of line ending detect code. | Nathan Vegdahl | 2021-06-20 | |
| | | | ||||
| * | | Merge remote-tracking branch 'origin/master' into line_ending_detection | Jan Hrastnik | 2021-06-19 | |
| |\ \ | ||||
| * | | | trying out line ending helper functions in commands.rs | Jan Hrastnik | 2021-06-16 | |
| | | | | ||||
| * | | | rebase on branch line_ending_detection | Jan Hrastnik | 2021-06-16 | |
| | | | | ||||
* | | | | Add progress spinners to status line | wojciechkepka | 2021-06-21 | |
| | | | | ||||
* | | | | Add a `Spinner` | wojciechkepka | 2021-06-21 | |
| |_|/ |/| | | ||||
* | | | Add comment, statusline + commandline = 2 | wojciechkepka | 2021-06-20 | |
| | | | ||||
* | | | Use full screen size | wojciechkepka | 2021-06-20 | |
| | | | ||||
* | | | Make completion window move to top when cursor is below half | wojciechkepka | 2021-06-20 | |
| | | | ||||
* | | | ui: prompt: Add more keymappings | Blaž Hrastnik | 2021-06-20 | |
| | | | ||||
* | | | Re-export unicode crates from helix_core | Blaž Hrastnik | 2021-06-20 | |
| | | | ||||
* | | | ui: prompt: Better unicode support | Blaž Hrastnik | 2021-06-20 | |
| | | | | | | | | | | | | | | | We copied over eval_movement from wezterm, that already solves most of our problems. self.cursor is now byte-based. | |||
* | | | Fix overflow | wojciechkepka | 2021-06-19 | |
| | | | ||||
* | | | Add theme completer | wojciechkepka | 2021-06-19 | |
| | | | ||||
* | | | Add ability to change theme on editor | wojciechkepka | 2021-06-19 | |
| | | | ||||
* | | | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 | |
| |/ |/| | | | | | | | | | Did not use defaults when custom keymap was used This reverts commit ca806d4f852e934651132fc9570a6110e30f646d. | |||
* | | Refactor key into helix-view | Ivan Tham | 2021-06-19 | |
| | | | | | | | | Now also make use of Deserialize for Config. |