Skip to content

Commit 6339999

Browse files
authored
Merge pull request #98 from mallowigi/e-branch-8
✨ feat(editor show composite icon for group count remove text label
2 parents d240d43 + 5cccc72 commit 6339999

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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
@@ -59,4 +74,4 @@
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

src/main/java/krasa/editorGroups/actions/GroupLinksCountAction.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)