> What I want is "autosave before anything I do might care", so using terminal > is included. Any wordsmiths?
That's a good idea. Saving can trigger various background operations that work best when the source code is in a syntactically valid state--Compile-on-Save, project indexing etc. So it's best not to do so at "random" times, while the user might still be typing etc. -- Eirik -----Original Message----- From: Ernie Rael <[email protected]> Sent: Friday, May 1, 2020 11:43 AM To: [email protected] Subject: Re: AW: Save All when switching to Terminal In the proposal there's > Let's add a new "Autosave" tab to editor options with the following > things. > > [x] Autosave when XXXX lose focus > > [x] Autosave on every [ 10] minutes I would drop the XXXX concept from a UI, that seems like an implementation detail. What I want is "autosave before anything I do might care", so using terminal is included. Any wordsmiths? -ernie --------------------------------------------------------------------- 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
