Adam
Adam
Sounds good; thanks for responding @Ashvith, appreciate the transparency.
Yeah; we really just need to write this; we haven't yet. It's a pretty obvious ask, and... we really should. I'll see if I can put it on my TODO...
I like this too! > Also I would set the mouse cursor to arrow while hovering the tab bar. Definitely. > Wouldn't it be better to scroll through the tabs...
> I think that's intended; the same behavior can be experienced by using the arrow buttons at the beginning and end of the tab bar. > Right now I don't...
So, I'd prefer we stick with 5.4 for the following reasons: We've discussed this many times: on discord, here: https://github.com/lite-xl/lite-xl/discussions/556, https://github.com/lite-xl/lite-xl/pull/781, etc... The conclusion was generally to move to 5.4...
> REPLY ONLY if you have something short and factual to say. Yeah; just wanted to clarify: > I cringed a little bit when you did the native plugin layer...
> Ok, i will try to keep this branch in sync with master by rebasing from time to time for those interested until master has enough incompatible code where it...
OK. It might be time for a performance pass. I'm gonna do some research into how to profile lua.
OK, well, here's the results of my first basic look: [results.txt](https://github.com/franko/lite-xl/files/6603526/results.txt) Things I noticed just off the top: 1. Propogate is the top callee. This is fine, as events do...
OK. Right off the bat we're doing way too much redrawing. We basically redraw the entire screen on every cursor blink, and every event. If we could limit this just...