What is Close Editor Tabs Left and Right Plugin for Netbeans?

This is the project page of the NetBeans IDE plugin Close Editor Tabs Left and Right Plugin for Netbeans. This plugin helps you to easily close unused or unwanted editor tabs to keep a better overview of your work. Instead of either close all tabs or all tabs except the currently selected you get a bunch of extra close actions.

Compatibility

Compatible with NetBeans 11.0+ and JDK 8+.

Current features

  • Adds a context menu action which lets the user close all editor tabs at once that are right or left of the selected tab.
  • Adds a context menu action which lets the user close all editor tabs at once that belong or which not belong to the same project of the selected tab.
  • Adds a context menu action which lets the user close all editor tabs at once that have not been commited to their version control system (Git, SVN and Mercurial supported).
  • Adds a context menu action which lets the user close all version control "Diff" or "Search History" editor tabs at once (Git, SVN and Mercurial supported).

History of this plugin

  • The original idea for this plugin and also the first version was developed by Alexander Yastrebov