matthiasblaesing commented on PR #7776: URL: https://github.com/apache/netbeans/pull/7776#issuecomment-2368979074
I don't see why "Run file" invoked for the same java file should result in different behavior of the IDE depending on the folder the file resides in. If it is inside the source root of the "real" project, it can be started multiple times, will get multiple tabs when that happens. If it is outside such a folder it will get different behavior. Of course that can be explained, but that will be much harder, as that is subtle. To me it sound logical, that executing a file twice will result in two instances running. And if you look at the way it is handled in the maven integration, you see a tab visually being opened. If the second run would kill the first one, that would be subtle, because I could not explain why the first run was killed. -- 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
