Skip to content

Commit dc94c3a

Browse files
vogellaclaude
andcommitted
Improve N&N dirty indicator entry based on review feedback
Address Ed's review comments on PR #531: - Split long description into one sentence per line - Add missing getter methods (getDirtyIndicatorStyle, getShowDirty) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98b33eb commit dc94c3a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

news/4.40/platform_isv.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ A special thanks to everyone who [contributed to Eclipse-Platform](acknowledgeme
1818
- [Lars Vogel](https://github.com/vogella)
1919
</details>
2020

21-
`CTabFolder` now supports an opt-in dirty indicator that shows a filled bullet dot (●) at the close button location for tabs with unsaved changes, replacing the traditional `*` prefix approach. On hover, the bullet transforms into the close button, matching VS Code behavior.
21+
`CTabFolder` now supports an opt-in dirty indicator that shows a filled bullet dot (●) at the close button location for tabs with unsaved changes.
22+
This replaces the traditional `*` prefix approach.
23+
On hover, the bullet transforms into the close button, matching VS Code behavior.
2224

2325
New API:
2426
- `CTabFolder.setDirtyIndicatorStyle(boolean)` — enables/disables the bullet-on-close-button style
27+
- `CTabFolder.getDirtyIndicatorStyle()` — returns whether the dirty indicator style is enabled
2528
- `CTabItem.setShowDirty(boolean)` — marks an item as having unsaved changes
29+
- `CTabItem.getShowDirty()` — returns whether the item is marked as dirty
2630

2731
The feature is disabled by default to preserve backward compatibility.
2832

0 commit comments

Comments
 (0)