mbien commented on issue #7802: URL: https://github.com/apache/netbeans/issues/7802#issuecomment-2403572219
autosave is a global setting in `options -> editor -> autosave` which makes NB save files periodically or on focus loss events depends on how it is configured. (default has everything disabled) project settings like deploy on save are simply hooking into any save event - auto saves included. the only anomaly is "compile on save", this setting is fairly invasive and does more than simply triggering a build target, a scary dialog should show up if you enable it (at least in maven projects, can't remember how it is implemented in ant projects - it was never implemented for gradle projects) -- 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
