DOC

com.raelity.jvi : netbeans-editor-pin

Maven & Gradle

Jan 22, 2023

Editor Pin · This plugin provides a registered action, toolbar button and menu actions which can clear the REUSE flag <b>preventing a file from being replaced</b>. <br/><br/> The toolbar button, which looks like a "push pin", provides a visual indication that the currently active editor is REUSEable; the button is only enabled when the active editor is REUSEable. <br/><br/> In some situations the IDE/platform opens a file with the REUSE flag (see NetBeans API doc Line.ShowOpenType); files opened like this can be automatically replaced in an editor window by other files. <br/><br/> IDE REUSE examples: single stepping into a file, clicking on a stacktrace for goto source, jVi tag-stack operations.

Table Of Contents

Latest Version

Download com.raelity.jvi : netbeans-editor-pin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.raelity.jvi : netbeans-editor-pin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file netbeans-editor-pin-2.1.2-javadoc.jar to netbeans-editor-pin-2.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder netbeans-editor-pin-2.1.2-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 "netbeans-editor-pin-2.1.2-sources.jar" -d "netbeans-editor-pin-2.1.2-javadoc" -subpackages