neilcsmith-net commented on code in PR #7776: URL: https://github.com/apache/netbeans/pull/7776#discussion_r1775465822
########## 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: @asotona you missed the implementation details of nb-javac comment. A global enable preview might be useful if it validated that the version of nb-javac and the selected / running JDK were in sync for each file open or run??? If things start breaking randomly when people update NetBeans, _even if running on the same JDK_, then that is confusing. We have to balance everyone's use cases here - please be polite about that! -- 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
