Skip to content

Commit c4ba578

Browse files
committed
Add N&N for removal of Classic theme, Default Theme management, and dot-folder skip on import
1 parent c6b293f commit c4ba578

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

56.6 KB
Loading
27.7 KB
Loading
15.2 KB
Loading

news/4.40/platform.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,51 @@ Eclipse now only supports square tabs in `CTabRendering`.
3232
The `Use round tabs` checkbox in the `General > Appearance` preference page and the `swt-corner-radius` CSS property are no longer available.
3333
All tabs now have square corners.
3434

35+
### Removed Classic Theme
36+
<details>
37+
<summary>Contributors</summary>
38+
39+
- [Lars Vogel](https://github.com/vogella)
40+
</details>
41+
42+
The `Classic` theme (`org.eclipse.e4.ui.css.theme.e4_classic`) has been removed.
43+
Users who previously had the `Classic` theme selected will be automatically migrated to the `Light` theme upon the next startup.
44+
45+
### Manage Default Theme
46+
<details>
47+
<summary>Contributors</summary>
48+
49+
- [Lars Vogel](https://github.com/vogella)
50+
</details>
51+
52+
A new `Manage default...` button has been added to the `General > Appearance` preference page, next to the theme selection.
53+
54+
![Manage Default Theme](images/manage-default-theme.png)
55+
56+
This allows you to set the currently selected theme as the default for new workspaces or workspaces that do not have an explicit theme configured.
57+
58+
![Default Theme Dialog](images/default-theme-dialog.png)
59+
60+
When switching themes, you also have the option to set the new theme as the default directly from the restart confirmation dialog.
61+
62+
![Theme Switch Default Selection](images/theme-switch-default-selection.png)
63+
64+
The default theme preference is product-scoped, allowing different Eclipse-based products to maintain their own independent defaults even when sharing the same user configuration.
65+
3566
---
3667
## General Updates
3768

69+
### Skip Dot-folders When Scanning for Projects to Import
70+
<details>
71+
<summary>Contributors</summary>
72+
73+
- [Lars Vogel](https://github.com/vogella)
74+
</details>
75+
76+
You can now skip directories starting with a `.` (e.g., `.git`, `.svn`, `.hg`) during recursive project scanning in the `Smart Import` and `Import Existing Projects` wizards.
77+
This significantly improves import performance for repositories with large metadata folders.
78+
A new `Skip folders starting with '.'` checkbox is available in both wizards and is enabled by default.
79+
3880
### Global Search Navigation Shortcuts
3981
<details>
4082
<summary>Contributors</summary>

0 commit comments

Comments
 (0)