2023-07-20 12:47 AM
Suddenly all my project icons in the project are tagged with a yellow (exclamation mark) icon.
Why? This is ugly and I don't see any other item marked when I open the tree view.
2023-07-20 01:26 AM
maybe the basic setting , which errors are shown, is different now...
try first to delete collected old errors (right mouse click on warning/erros -> delete) , see:
2023-07-20 01:48 AM - edited 2023-07-20 02:05 AM
I don't see any errors or warnings in the Problems view (like in your screen shot).
The /!\ is only attached to the outer top level IDE-icon.
EDIT: Your post made me think of it and I looked into the workspace settings and changed "Report missing project encoding" from "warning" to "ignore" and this made the /!\-icons go away.
So is there something new to the "encoding" of a project? What does it mean? Text encoding (UTF-8)?
Result:
2023-07-20 01:58 AM
so maybe -> set Problems -> filter (click the filter symbol) + enable...
2023-07-20 03:12 AM
No, doesn't make them appear. I consider the issue solved though, since the i-icons have disappeared.
2023-07-20 04:51 AM
Yes, the text encoding used by Eclipse. If it's not set at the file level, it's inherited from the project, and if it's not set there it's inherited from the workspace. Setting a default encoding at the project level prevents unexpected behavior when sharing projects with others so recent versions of Eclipse warn if it is not set there.
You should set it to UTF-8 to match GCC's default encoding (the encoding set in the IDE does not get passed to GCC). You can change it manually from the resources page under project properties. There's also a quick fix that can do it for all projects at once if you can get the problems view to show the warnings. Checking "Show all items" at the top of the filter settings should do it.