Closed DHTMLGoodies closed 9 years ago
AppCode 3.5.1 is built upon the old IntelliJ 13 core, rather than IntelliJ 14 like CLion. Reverting the change described here: https://github.com/Darkyenus/glsl4idea/issues/23#issuecomment-94308940 makes it work for AppCode, albeit breaking it for CLion and so on. A quick and easy workaround using runtime class reflection shouldn't be much of an issue I guess.
AppCode can be detected by calling ApplicationInfo.getInstance().getBuild().getProductCode()
and checking if the product code is OC
.
Should be fixed in c3559fa84aaab5069b06fe9183c417865787b78b, reopen if more problems arise.
I get the following error on my Mac when trying to enable the GLSL plugin. I'm not sure if the error is related to AppCode or to the GLSL plugin.
Error message: Plugin 'GLSL' failed to initialize and will be disabled. Please restart AppCode.