New files not marked as unversioned in CLion 2025.1.5.1
After updating to CLion 2025.1.5.1, newly created files no longer show as unversioned (red) in the editor or Project view. Previously, new files not added to Git would appear in red, but now they appear with the default white color, even though they are not yet tracked by Git.
Please sign in to leave a comment.
The macro variables (
#define) in the new file are also displayed in white.Also, method invocations for built-in containers appear in white in header files (though they show correctly in
.cppfiles).Hello!
Are the issues relevant in CLion 2025.2.1?
Anna Falevskaya
It works fine in 2025.2.1; I only encountered it in 2025.1.5.1.
Anna Falevskaya
This is the only issue that still exists in 2025.2.1; all others are disappeared.
“Also, method invocations for built-in containers appear in white in header files (though they show correctly in
.cppfiles).”Anna Falevskaya
It seems the issue occurs in templated classes, and I have opened two related issues.
https://youtrack.jetbrains.com/issue/CPP-46461
https://youtrack.jetbrains.com/issue/CPP-46462
Zhoujiazhiwork, thank you for creating issues! We'll take a look at them.