eirikbakke commented on pull request #2108: URL: https://github.com/apache/netbeans/pull/2108#issuecomment-620728007
The specific issue with this patch is that it makes an existing feature (Compile-on-Save) appear broken from the user's point of view (even though it can still be used by installing nb-javac). Proposed trivial fix: Change CustomizerCompile.CompileOnSave to "Compile on &Save (requires nb-javac plugin)" in each of the following files: java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/Bundle.properties java/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties This UI detail is my only concern here. ---------------------------------------------------------------- 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. 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
