Matthias Bläsing
Matthias Bläsing
I think this is a duplicate of #159, which is an independend implementation of the idea proposed in this issue: #157. Contrary to the claim in #157 I still think...
@hlavki @Saljack could you please test the nightly build available from PR #7378? Direct link: https://github.com/apache/netbeans/suites/23738068067/artifacts/1498621505
@Saljack thank you for the quick check. > I assume it is too late for NetBeans 22 😢 NB22 is still in RC phase. While I wanted to wait for...
@mbien thanks for the quick review. I was triggered by the recent comment and that reminded me, that this behaviour annoyed the hell out of me. So I had a...
@vitsuchanek can you provide a minimal project, that reproduces the problem?
@vitsuchanek please see if #7464 improves the situation. A nightly build is available from the "Checks" page or directly via: https://github.com/apache/netbeans/suites/24837488249/artifacts/1595526139
I had a look at the PR and I think all changes outside `JavaBracesMatcher.java` should not be there. of course you can try to change the lexing strategy for the...
Not sure what you are seeing as a problem, but that case seems trivial: ```diff --- a/java/java.editor/src/org/netbeans/modules/editor/java/JavaBracesMatcher.java +++ b/java/java.editor/src/org/netbeans/modules/editor/java/JavaBracesMatcher.java @@ -50,11 +50,12 @@ */ public final class JavaBracesMatcher implements BracesMatcher,...
Nothing I suggested was worth a direct integration and it was not done. I suspect, that you are looking at an old checkout and did not switch to the current...
@PavelTurk no - not everything works:  The highlighting is broken.