Thorsten Ball
Thorsten Ball
Ah, I can't push to your branch, since it's the `main` branch. Here's the diff: ```diff diff --git a/crates/gpui/src/platform/linux/platform.rs b/crates/gpui/src/platform/linux/platform.rs index 1185c783be..e77539e45c 100644 --- a/crates/gpui/src/platform/linux/platform.rs +++ b/crates/gpui/src/platform/linux/platform.rs @@ -628,6 +628,9...
Friendly awareness-ping: @apricotbucket28, since you worked on the cursor stuff on Linux :) Not saying you have to do it and I also think it's fine to merge this PR...
> It seems like this should only trigger when input text actually changes 🙂 Yeah, we can probably move the behavior to `Editor`, I think.
> We need some discussion on how mouse cursor should behave, but I want this PR to focus only on adding `CursorStyle::None`. So do you only want to add the...
Hey! Friendly ping on this :) @komi1230 do you think you can work on the discussed changes, or do you want someone else to take over?
In the interest of keeping the number of open PRs low, I'm going to go ahead and close this due to *inactivity*. I still think it's a good change we...
You mean adding an extensions API to change the queries? Yeah, I think a separate issue for that is good.
> h i, your demo can move the cursor freely on the print, I'm using vim-mode, but it seems like there's no way to make them compatible? One is the...
I wanted to hop on your branch to make a few changes, but I can't push to your fork. So here's what I did: * Use our built-in actions to...
Alright, since it's small and self-contained, let's go ahead with this!