syntax highlighting disappeares after a few seconds
Hello,
I'm using CLion on an arch-based system and I installed it from Jetbrains Toolbox.
I recently started to learn cpp and so I just have a simple hello world project (plus a few variable declaration, etc. not a long complex file.) and I used Clion itself to create the project (so CMake files are probably Ok). when I open CLion, Syntax highlighting is working and in the top right it says Analyzing and then suddenly after a few seconds, It probably finishes the Analysis and then syntax hightlighting for almost everything (excpet cout, int and return) disappears and string (which is from std), variable names, values, etc all turn gray.
I tried disabling Nova. also I tried disabling “Use clang-tidy via clangd”. also I changed CMake to system one (instead of bundled). and I already have gcc (cuz I can compile things in vscode via it). also I changed bundled GDB to Bundled LLDB and it didn't work too. (trying system one aka `usr/bin/gdb` said Version 17.2; supported versions are 7.8.x-16.3.x). and Yes, all didn't work at all
Thanks!
请先登录再写评论。
Hello!
Please collect the logs in CLion (Help | Collect Logs and Diagnostic Data), upload the resulting archive to our server at https://uploads.jetbrains.com, and let us know the upload ID, so that we can take a look. Note that logs might contain private user information (like file paths and names).
There you go
Upload id: 2026_06_30_C9X1ixRDTquS5Y4ggoxjpZ (file: clion-logs-20260630-13012617348142494915817958.zip)
Hello again, I opened Clion again and it weirdly got fixed. (I haven't done anything after the actions I told you in the post)
Thanks for you help, btw!
EDIT: I guess I know remember what happened, my images in obsidian were broken today and by googling a bit I found out that my locale file was corrupted and thus the issue in obsidian fixed by regenerating the locale file. this was probably related to locale too.
parsabehrouziyeh, thank you for the update! I'm glad to hear the issue is resolved for you!