Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 panic when entering unicode in command prompt | Benoît CORTIER | 2021-06-18 | |
| | | | | | | | It was attempted to use `String::insert` and `String::remove` to insert without taking care of unicodes. Fixes https://github.com/helix-editor/helix/issues/282 | |||
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 | |
| | | | | | Now IME cursor position should be correct since we can still set cursor position without drawing the cursor. | |||
* | Add filter ability to picker | Ivan Tham | 2021-06-15 | |
| | | | | Inspired by doom emacs. Able to filter picker options multiple times. | |||
* | Add ctrl-w for prompt | Ivan Tham | 2021-06-14 | |
| | ||||
* | ui: Prompt should figure out a reasonable column width | Blaž Hrastnik | 2021-06-13 | |
| | | | | | Fixes #192 Refs #225 | |||
* | Add `Copy` derive to `PromptEvent` | Wojciech Kępka | 2021-06-13 | |
| | ||||
* | commands: Add more write commands | Wojciech Kępka | 2021-06-13 | |
| | ||||
* | Fix crash when too many completions available | Blaž Hrastnik | 2021-06-08 | |
| | | | | Refs #81 | |||
* | Refactor index assignment | Kevin Sjöberg | 2021-06-06 | |
| | | | | Co-authored-by: Ivan Tham <pickfire@riseup.net> | |||
* | Allow moving backwards in completions | Kevin Sjöberg | 2021-06-06 | |
| | ||||
* | Trigger directory completion upon pressing Enter | Kevin Sjöberg | 2021-06-06 | |
| | ||||
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 | |
| | | | | | | | * init * wip * wip | |||
* | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 | |
| | ||||
* | Change help prompt styling | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Fix cursor positioning for prompts | Blaž Hrastnik | 2021-05-28 | |
| | ||||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 | |
| | ||||
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Simplify the compositor callback. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-05-08 | |
| | ||||
* | ui: Render command mode doc text if available. | Blaž Hrastnik | 2021-05-08 | |
| | ||||
* | Define text color (mostly) in theme.toml. | Blaž Hrastnik | 2021-05-07 | |
| | ||||
* | Simplify prompt autocompletion rendering code. | Blaž Hrastnik | 2021-05-07 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-05-06 | |
| | ||||
* | clippy: Drop or-patterns for now because they're not on stable rust yet | Blaž Hrastnik | 2021-04-06 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-03-31 | |
| | ||||
* | minor: Remove a few unwraps. | Blaž Hrastnik | 2021-03-26 | |
| | ||||
* | clippy: Factor out a Completion type. | Blaž Hrastnik | 2021-03-22 | |
| | ||||
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 | |
| | ||||
* | Improve completion: src/<tab> will now correctly complete to src/main.rs | Blaž Hrastnik | 2021-03-21 | |
| | ||||
* | Expose doc.syntax() via accessor. | Blaž Hrastnik | 2021-03-18 | |
| | ||||
* | ui: Rework command mode, implement file path completion. | Blaž Hrastnik | 2021-03-01 | |
| | ||||
* | popup: wip work on completion popups | Blaž Hrastnik | 2021-02-09 | |
| | ||||
* | Address clippy lints. | Blaž Hrastnik | 2021-01-08 | |
| | ||||
* | ui: buffer picker on ctrl-b | Blaž Hrastnik | 2020-12-21 | |
| | ||||
* | File picker mockup, reuses the line editor work done on Prompt. | Blaž Hrastnik | 2020-12-17 | |
| | ||||
* | Make the select prompt interactive. | Blaž Hrastnik | 2020-12-15 | |
| | ||||
* | Prompt needs to close on enter. | Blaž Hrastnik | 2020-12-14 | |
| | ||||
* | Take prompt length into account. | Blaž Hrastnik | 2020-12-14 | |
| | ||||
* | wip: Use prompt for interactive commands. | Blaž Hrastnik | 2020-12-14 | |
| | ||||
* | Remove the prompt on ESC. | Blaž Hrastnik | 2020-12-13 | |
| | ||||
* | Move ui modules under a ui:: namespace. | Blaž Hrastnik | 2020-12-13 | |