asotona commented on code in PR #7776:
URL: https://github.com/apache/netbeans/pull/7776#discussion_r1775271091


##########
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:
   This is a solution for another problem with JEP 477 use in NetBeans. The JEP 
is in preview, however there is no central way to enable preview for all single 
source Java files.
   I was experimenting to store the individual file properties together with 
the sources in Git, however .nbattrs are not reflected.
   It is far behind acceptable usability to let every student every source file 
first see with errors and then either wait for hint to enable preview (which 
does only a half of the job by setting the preview partially also for the 
parent folder, so other sources in the same folder are never prompted with the 
hint and they fail to run). Or student can manually type --enable-preview into 
each single Java file properties.



-- 
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

Reply via email to