Skip to content

mgraciano/netbeans-module-autosave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBeans plugin to save automatically opened files

The main goal of this simple plugin is to make possible to save file automatically in the IDE. There are two option:

  • Save after a predefined amount of time;
  • Save after focus is lost;

Download

NetBeans 10 and superior

Options

These configurations can be done using the IDE Options dialog at Tools > Options:

Image of Options Dialog

Preparing a release

mvn clean
mvn -Prelease-nbm,ossrh release:prepare
mvn -Prelease-nbm,ossrh release:perform

#netbeans #autosave #plugin #module