Describe the bug
All the projects in the navigator are marked with a warning sign, but there are no warnings emanating from GAML (see screenshot)
Reason
The platform committers have changed in 4.24 the behaviour of workspace encodings here (https://bugs.eclipse.org/bugs/show_bug.cgi?id=479451) and a warning is now emitted when no explicit encoding is set on a project. However, the GAMA workspaces should not be concerned as UTF-8 is enforced everywhere. Problem is that there are no preferences in 4.24 to turn this warning off. This is only mentioned as part of the 4.25 (2022-09) release, but it is not clear how it can be programmatically set.
A temp fix has been committed. It will need to be removed at some point after GAMA moves to Eclipse 4.25, as the preference for not emitting the warning should exist in this version.
Describe the bug All the projects in the navigator are marked with a warning sign, but there are no warnings emanating from GAML (see screenshot)
Reason The platform committers have changed in 4.24 the behaviour of workspace encodings here (https://bugs.eclipse.org/bugs/show_bug.cgi?id=479451) and a warning is now emitted when no explicit encoding is set on a project. However, the GAMA workspaces should not be concerned as UTF-8 is enforced everywhere. Problem is that there are no preferences in 4.24 to turn this warning off. This is only mentioned as part of the 4.25 (2022-09) release, but it is not clear how it can be programmatically set.
Screenshots