JaroslavTulach opened a new pull request #2427: URL: https://github.com/apache/netbeans/pull/2427
I am helping to build an [application on top of the NetBeans](https://github.com/JaroslavTulach/netbeans/tree/java-lsp-server-debugging-attempt2/java/java.lsp.server/nbcode) Platform and Java support (both Maven and Gradle) which has a completely different UI. The default behavior of "reusing output tabs" in Maven doesn't suite my use-case. I'd each Maven execution to request new tab. Also the "compile on save" behavior is problematic - my application doesn't have the project configuration options to turn it on/off (yet), so it is safer to just disable it altogether: this is done in bac26b5 The other problem is related to debugging (and I have witnessed it in NetBeans from time to time): When you launch a debugging, but the Maven script execution fails, the system continues to listen for the debuggee to attach. If you just fix the problem and try to debug again, it doesn't work - the previous "listening" has to be stopped by the "Finish Debugging" action. Quite annoying even in NetBeans. Moreovor, my application doesn't have the "Finish Debugging" action at all. I want to solve it by 68d7ceb - if the above situation is detected, the previous "listening" on the same Maven project is cancelled and new one started automatically. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
