cutelisp
cutelisp
I wan't to be able to know the cords of the cursor while dragging. Afais, those values aren't exposed to lua side. I think it's more convenient to expose the...
> You are assuming that the event is `EventMouse`? Did you actually try to use that? Yes, I've tried it and it works (not heavily tested tho). Maybe I should've...
> We could expose them. Right, I think this would be a great addition anyway
> > [...] eg. something along the lines of `onMouseDrag(x, y, button)` and `onMouseClick(x, y, button)`. > > I'd prefer something like `onMouseEvent(MouseEvent)`, which should include key/button, press, release and...
Changed the PR towards this suggestion https://github.com/zyedidia/micro/pull/3774#issuecomment-2974451484 Tried to make things simple and just pass the essential args. I'll appreciate feedback.
This would fix https://github.com/zyedidia/micro/issues/3063 and https://github.com/zyedidia/micro/issues/3702. @JoeKar any opinion on this?
My knowledge of Micro is about the same as my knowledge of ricing—almost zero. Still, I had an idea you could use as a last resort. If there's no direct...
> You mean, a plugin continuously calling `ReloadCmd()` in a busy loop? I'm not sure what overlays have to do with that, but anyway that would be a really bad...
> BTW please ignore my above suggestion to use `ReloadCmd()`, it does exactly what the `reload` command does, so it would not just reload config files but also reinitialize all...
I tried to make a simple plugin that tries to recreate this behavior. (I never used such feature) [Sticky](https://github.com/cutelisp/cutensticky) It's a pretty simple script that replaces arrow keys action based...