NetBeans plugin which allows to close the editor windows, which are unmodified. Implements https://netbeans.org/bugzilla/show_bug.cgi?id=219850
This plugins adds a new action "Close Unmodified Documents' to the context menu of an editor tab. All editors will be closed except those of files with a VCS status of modified/added/inConflict/renamed/copied.
Supported VCS are Git, Mercurial and Subversion. Editor/documents, which have an unknown or no VCS status, will be closed too.
- 2.1.0
- Issue 5: Don't block UI, when the closing takes too long
- 2.0.0
- Issue 3: Support of Hg/SVN (use new API from NB 8.1, which is much faster)
<li>1.0.2
<ul>
<li><a href="https://github.com/markiewb/nb-git-close-unmodified-documents/issues/2">Issue 2</a>: Fixed NPE</li>
</ul>
</li>
<li>1.0.1
<ul>
<li><a href="https://github.com/markiewb/nb-git-close-unmodified-documents/issues/1">Issue 1</a>: Performance improvement</li>
</ul>
</li>
<li>1.0.0
<ul>
<li>Initial version</li>
</ul>
</li>
Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-git-close-unmodified-documents/issues
Compatible to NB 8.1+
Legal disclaimer: Code is licensed under Apache 2.0.