-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLion support #92
Comments
Yes, that would be nice. I have added C and C++ as unsupported languages in |
In the latest CLion (RC, build 141.352.13) there are included color schemes called "Solarized Dark" and "Solarized Light", but they're completely wrong. Given that they've already added them, it seems likely that this is now a problem for Jetbrains to deal with. |
@AbigailBuccaneer, thanks for noticing the bundled schemes in CLion. |
Created 2 versions of the Dark Solarized theme for CLion: https://gist.github.com/AlexJF/b4530f0df83a312e4bac
Had a look at the contents but the C/C++ colors do not appear to be all prefixed by CPP (could only find CPP_KEYWORD) so it might conflict with existing entries if merged directly into the existing .ics in the repository. Most actually appear to be with an OC prefix but I guess this would clash with ObjectiveC? |
@AlexJF the parsed element types (if not the parsing itself) is mostly shared between ObjectiveC and C/C++ - if you have a peek at a C++ file in PsiViewer, you'll see that everything uses It's best to kill two birds with one stone and make a scheme for C/C++/ObjectiveC/ObjectiveC++. |
Support for new C++ IDE by JetBrains (CLion) would be nice :). Because some highlights are unusual.
The text was updated successfully, but these errors were encountered: