jar

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 JAR file - Latest Versions:

All Versions

Download de.funfried.netbeans.plugins : nb-editor-close-left-right JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nb-editor-close-left-right-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.funfried.netbeans.plugins.editor.closeleftright.vcs

├─ de.funfried.netbeans.plugins.editor.closeleftright.vcs.GitUtils.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.vcs.HgUtils.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.vcs.SvnUtils.class - [JAR]

de.funfried.netbeans.plugins.editor.closeleftright

├─ de.funfried.netbeans.plugins.editor.closeleftright.AbstractBaseAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.AbstractProjectBaseAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.AbstractVcsBaseAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.AdditionalCloseActionsFactory.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.Bundle.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.CloseCommitedAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.CloseLeftAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.CloseOtherProjectTabsAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.CloseRightAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.CloseSameProjectTabsAction.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.Installer.class - [JAR]

├─ de.funfried.netbeans.plugins.editor.closeleftright.package-info.class - [JAR]

de.funfried.netbeans.plugins.editor.closeleftright.yenta

├─ de.funfried.netbeans.plugins.editor.closeleftright.yenta.Yenta.class - [JAR]

Advertisement