Matthias Bläsing

Results 186 comments of Matthias Bläsing
trafficstars

I'm inclined to close this immediately. I can turn the sentence > displaying navgitor please wait Clearly slower than the file editor opening speed, this type of unequal information has...

Lets reopen - I'll see what to do about this.

This is not reproducible in current build: ![image](https://github.com/apache/netbeans/assets/2179736/16b345ab-2428-4b6b-a32b-d4fe54115824) Please check with the nightly build available here: https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ Please note: 1. The ZIP in the referenced folder holds the ZIP Distribution...

Tested with current master and this: ```javascript /* global cellsInRange */ for (let i = 0; i < cellsInRange.length; i++) { let ci = cellsInRange[i]; if (!ci.cell.open) { let ims...

I looked at this and from my tests only "Toggle bookmarks" via the editor toolbar reproduced the problem. ![image](https://github.com/apache/netbeans/assets/2179736/a1cf6fb5-6364-4625-af95-95614bc13e58) Toggling breakpoints using the keyboard worked correctly from both split panes...

@edrobal @epliskin please test the suggested fix available from #7384: https://github.com/apache/netbeans/suites/23945896463/artifacts/1517369467 That fix covers the toggle bookmarks case as that was the one I could reproduce.

@epliskin thank you for the verification!

@edrobal you raised the issue about the break points, please check the fix @neilcsmith-net created via #7386. A test build with that fix is available as Neil indicated here: https://github.com/apache/netbeans/issues/4155#issuecomment-2120614578

@edrobal there are breaking changes in JDK22. For NB21 use JDK21. NB22 (currently being in release) will support running on JDK22+

You claim that grizzly is fragile - where is your analysis? Where is the issue report against grizzly? So isn't the right summary: "The html4j implementation makes assumption about the...