mgraciano / netbeans-module-autosave

NetBeans plugin to save automatically opened files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NetBeans plugin to save automatically opened files

License:Apache License 2.0


Languages

Language:Java 100.0%