DOC

de.funfried.netbeans.plugins : nb-editor-close-left-right

Maven & Gradle

Aug 10, 2023
10 stars

Close Editor Tabs Left and Right · This plugin helps you to easily close unused or unwanted editor tabs. Instead of either close all tabs or all tabs except the currently selected you can also close the tabs right or left, the ones either belong or not belong to the project from the context menu of a selected tab at once or even all tabs that have not been changed since the last commit to your version control system (Git, SVN and Mercurial supported).

Table Of Contents

Latest Version

Download de.funfried.netbeans.plugins : nb-editor-close-left-right Javadoc & API Documentation - Latest Versions:

All Versions

Download de.funfried.netbeans.plugins : nb-editor-close-left-right 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-editor-close-left-right-1.0.4-javadoc.jar to nb-editor-close-left-right-1.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder nb-editor-close-left-right-1.0.4-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-editor-close-left-right-1.0.4-sources.jar" -d "nb-editor-close-left-right-1.0.4-javadoc" -subpackages 

Advertisement