mbien commented on PR #7776: URL: https://github.com/apache/netbeans/pull/7776#issuecomment-2367653711
> single-source-run is not just unintuitive, it is unusable in the current shape and has never been usable the current implementation of this feature is rudimentary and does lack feature parity with other areas - I fully agree. I do disagree that it is unusable since I use it since it is available for various scripts. It still has some code scanning issues which needs better UX too. > Your example about chat bot is exactly the situation where second execution of the same program cause SocketException, thats a great lesson - a `if` is missing somewhere most likely. If you add an artificial mechanism which forces a program into a singleton state, tasks like this aren't solvable without creating two programs. > Based on these facts I'm investing my time and effort to improve NetBeans single-source-run user experience with this contribution thanks for that - good contributions are always welcome. As I said there are some good fixes in there. save-before run and working input streams etc do add parity to other areas. Singleton process by default go into the wrong direction though. It could be a setting though (e.g toggle button). The output has the entire toolbar missing, typically it would have a stop button, re-run, debug etc. -- 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
