matthiasblaesing commented on PR #7776: URL: https://github.com/apache/netbeans/pull/7776#issuecomment-2368908340
I agree with @mbien point. The behavior of "run file" action for normal projects is that the code is started. With the start an output tab is opened and the output of the run is directed there. If a second run is started while the first is still active, a new tab is opened. A tab will be reused if the corresponding run has ended. I verified this for gradle and maven. I don't see why the single-source run should not follow that pattern. We can agree or disagree, that this is a good behavior, but at least it would be consistent. -- 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. To unsubscribe, e-mail: [email protected] 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
