DOC

io.github.mgraciano.plugins : autosave

Maven & Gradle

Jun 15, 2020
2 stars

Editor :: Autosave · Autosave unsaved files between a predefined time interval or when focus is moved from the file. The module options can be changed on Tools > Options > Editor > Autosave section.

Table Of Contents

Latest Version

Download io.github.mgraciano.plugins : autosave Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.mgraciano.plugins : autosave Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3

How to open Javadoc JAR file in web browser

  1. Rename the file autosave-1.3-javadoc.jar to autosave-1.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder autosave-1.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "autosave-1.3-sources.jar" -d "autosave-1.3-javadoc" -subpackages 

Advertisement