Darkyenus / glsl4idea

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

Can't create files with an extension other than .glsl #72

Closed AbigailBuccaneer closed 9 years ago

AbigailBuccaneer commented 9 years ago

If I use 'Right click › New › GLSL Shader', and enter 'Shader.vert', it creates a new file called 'Shader.vert.glsl'. It still recognises it as a GLSL file, but I then have to manually rename it to 'Shader.vert'.

Darkyenus commented 9 years ago

I think I have figured this one out. I'll take over if you don't mind.