Closed grisevg closed 9 years ago
I have added some info and already compiled .jar to releases, which should be enough to get going, feel free to ask if you have any questions.
Thank you very much!
@Darkyenus I was able to build the plugin. But if I install the jar, the test files aren't recognized. What could be the issue?
@Gustl22 Two things come to mind: make sure that you don't have two GLSL plugins installed at the same time, and check the file associations in Settings -> File Types -> OpenGL Shading Language.
Ok, I finally got it running: Needed to set the compile version to 8.
You shouldn't have to, I compile with Java 7. And I am not sure what would need to happen to compile but not work... maybe only if it was compiled with higher version than what the IntelliJ's java supports (IIRC its 8?).
I'm not savy with building plugin jar, could you please provide some basic instructions? Thanks