Stefan Holderbach

Results 458 comments of Stefan Holderbach

We can land this with a tracking issue so we get the rest of the platforms complete till the release :D

What is needed to make progress on this endeavour? Would love to see those added tests, as long as we do not grind our CI to a halt.

There may be some rare other places where we want to mock the user interactions like the `input` command or `explore` but if you get this going for `reedline` we...

What is your plan for the `alacritty-test` crate regarding future development/maintenance? Attention to reedline is fluctuating on the maintainer side so we will prefer something relatively stable, so we don't...

We added `ReedlineEvent::ExecuteHostCommand` to be shell/programming language agnostic. It just emits the code that a user would have typed on a keypress. The responsibility of executing/evaluating that is on the...

I don't think we necessarily need another config option, but there would need to be additional bookkeeping in the editor implementation to accumulate into the clipboard and resetting that when...

This is provided in the default mappings with `Ctrl-Right` or as the `ReedlineEvent::HistoryHintWordComplete` for the greyed out hints. Those are history autosuggestions as provided by us (there is the possibility...

As mentioned `Ctrl-RightArrow` should get you there if I understood your request correctly

You are correct that if the second test (grapheme cluster boundary) is true the first one (UTF-8 char boundary) will always be true. The first check is local and only...

I think we would absolutely welcome UX improvements to how keypresses are interpreted with our `Menu`s. For file/folder completions there would still be the question if the detailed elements should...