Skip to content

Commit

Permalink
Added documentation for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried committed Feb 16, 2024
1 parent 32d7ca0 commit 1807d56
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub All Releases](https://img.shields.io/github/downloads/funfried/nb-editor-close-left-right/total)](https://github.com/funfried/nb-editor-close-left-right/releases)
[![GitHub issues](https://img.shields.io/github/issues/funfried/nb-editor-close-left-right)](https://github.com/funfried/nb-editor-close-left-right/issues)
[![Apache License, Version 2.0](https://img.shields.io/github/license/funfried/nb-editor-close-left-right)](http://funfried.github.io/nb-editor-close-left-right/licenses.html)
[![Follow Me On Twitter](https://img.shields.io/twitter/follow/funfried84?style=social)](https://twitter.com/funfried84)
[![Follow Me On X/Twitter](https://img.shields.io/twitter/follow/funfried84?style=social)](https://twitter.com/funfried84)

Close Editor Tabs Left and Right Plugin for Netbeans
================================================
Expand All @@ -22,6 +22,9 @@ Instead of either close all tabs or all tabs except the currently selected you g
* 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).

![Context menu with installed plugin](/src/site/resources/imgs/editor_tab_contextmenu.png)
![Options](/src/site/resources/imgs/close_actions_options.png)

Compatibility
-------------
Compatible with NetBeans 11.0+ and JDK 8+.
Expand Down
12 changes: 12 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
</properties>

<body>
<release version="1.0.5-SNAPSHOT" date="n/a" description="More close actions and options panel">
<action dev="bahlef" type="add" issue="22">
Added action to close versioning diff editor tabs.
</action>
<action dev="bahlef" type="add">
Added action to close versioning search history editor tabs.
</action>
<action dev="bahlef" type="add" issue="22">
Added options panel so a user can select which additional close actions should be shown or not.
</action>
</release>

<release version="1.0.4" date="2023-08-10" description="Fixed new close actions">
<action dev="bahlef" type="fix" issue="17">
Fixed new VCS and project actions.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1807d56

Please sign in to comment.