Syméon

Results 54 comments of Syméon

The problem seems to be with `ground` being set to 1 in `fillViewportFrom`: ```Java private void fillViewportFrom(int itemIndex) { int ground = fillTowardsGroundFrom0(itemIndex); // Set to 1 (itemIndex is the...

Minor addition/correction: The behavior matches my description for the initial press of Enter, but for subsequent presses, it sometimes retains the content at the top and other times scrolls. I've...

I believe I’ve identified the location of the problem, but I’m still investigating the root cause. From my observations, this seems to originate from the *Flowless* library, so it may...

The problem seems to be with `ground` being set to 1 in `fillViewportFrom`: ```Java private void fillViewportFrom(int itemIndex) { int ground = fillTowardsGroundFrom0(itemIndex); // Set to 1 (itemIndex is the...

I'm trying to understand the description, but I'm not sure to follow. In the example you gave, you do 3 delete followed by 3 quick undo, could you guide us...

That I saw, what I meant is if you could guide us through what you think happens when the code is executed with the steps you are describing.

Ok, so the three changes recorded are delete (from the top of my head, I think it's actual replace to empty, but that doesn't matter here) with at line 9-10...

Thanks for the clarification, that is actually very helpful to understand. > [...] it treats the changes as independent when they aren't. It looks to me as 3 independent changes,...

I'm personally building on Win 10 without issues (but I might have played with the configuration locally to change to 8.10, so maybe my setup is wrong). I thought compatibility...

I'm not against the principle (I would even say I'm in favor of the idea), as the code certainly has a lot of parts that could require refactoring, but based...