Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 31 forks source link

Build Instructions? #17

Closed grisevg closed 9 years ago

grisevg commented 9 years ago

I'm not savy with building plugin jar, could you please provide some basic instructions? Thanks

Darkyenus commented 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.

grisevg commented 9 years ago

Thank you very much!

Gustl22 commented 5 years ago

@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?

Darkyenus commented 5 years ago

@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.

Gustl22 commented 5 years ago

Ok, I finally got it running: Needed to set the compile version to 8.

Darkyenus commented 5 years ago

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?).