File tree Expand file tree Collapse file tree
src/main/java/krasa/editorGroups/actions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Changelog
44
5+ ## 4.0.0
6+
7+ ### Features
8+
9+ * ** Rounded Tabs** : Bring the tab style from the new _ Islands Layout_ to the _ EditorGroupPanel_ !
10+ * ** Group Counter** : Display a counter near the _ EditorGroupPanel_ buttons that displays the number of files in the group.
11+ * ** Tool Window** : Display the current editor group's links in a _ Tool Window_ , instead of (or in addition to) the _ EditorGroupPanel_ .
12+ * ** Display Floating Button** : Add a setting to toggle the floating button for switching the current file.
13+ * ** Display Tool Window** : Whether or not to display the new Tool Window.
14+ * ** Support for Globs** : In _ Custom Editor Groups_ , you can now define ** globs** for fetching files globally
15+
16+ ### Fixes
17+
18+ * Improve the provided _ File Template_ by adding ` @group.id ` , ` @group.disable ` and ` @group.fgcolor `
19+
520## 3.2.0
621
722### Fixes
5974- Fix a lot of deprecations
6075- Display the same icons as the regular tabs
6176- Use the same size as the regular tabs
62- - Add support for Tab Separators
77+ - Add support for Tab Separators
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class GroupLinksCountAction : DumbAwareAction() {
2222 val currentGroup = EditorGroupManager .getInstance(project).lastGroup
2323 val count = currentGroup.size(project)
2424
25- e.presentation.text = count.toString()
2625 e.presentation.icon = CompositeIcon (count)
2726 }
2827
You can’t perform that action at this time.
0 commit comments