mbien commented on code in PR #7776: URL: https://github.com/apache/netbeans/pull/7776#discussion_r1775343753
########## java/java.file.launcher/src/org/netbeans/modules/java/file/launcher/Bundle.properties: ########## @@ -16,3 +16,6 @@ # under the License. OpenIDE-Module-Name=Java File Launcher +GlobalSettingsPanel.vmLabel.text=VM Options: Review Comment: > I'm not sure how intentionally user-added command line option to single source launched files could "break things very fast". Is it a sarcasm? no sarcasm. Only stating how this will cause non-obvious problems. Esp for those who might be told to quickly add a flag to this text field and then forget about it. Or those who are not aware about the impl details of nb-javac. > I'm trying to find a way for my students to use NetBeans to learn Java. What is your goal? In this particular PR I mostly try to make sure the single file launcher fits to the rest of NB UX-wise and that it doesn't break other use cases. Basic project maintainer tasks essentially. -- 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
