Skip to content

Commit 55e5ce4

Browse files
vogellaclaude
andcommitted
Improve N&N dirty indicator entry per review feedback
- Split long description into one sentence per line - Add missing getter methods to the API listing - Reword to frame bullet indicator as an alternative to *, not a replacement Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 615b7d7 commit 55e5ce4

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 is intended as an alternative to the `*` prefix dirty indicator currently used by the IDE.
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)