DOC

de.poiu.nbee : nb-edit-externally

Maven & Gradle

Apr 02, 2024
1 stars

nb-edit-externally · Allows opening the currently edited file in an external editor. <p> Its main purpose is to open the currently edited file at the exact same cursor position as in Netbeans to execute some complex editing action that is not easily possible within Netbeans itself. <p> The command to open the file in an external editor must be supplied by the user and allows placeholders to specify the location of the cursor to be able to jump to the same location of the cursor in Netbeans' editor. <p> A fallback command can be specified for opening file for which no editor window is open. This command doesn't support all the placeholders, but allows editing a file directly from the Projects nodes.

Table Of Contents

Latest Version

Download de.poiu.nbee : nb-edit-externally Javadoc & API Documentation - Latest Versions:

All Versions

Download de.poiu.nbee : nb-edit-externally Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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