Darkyenus / glsl4idea

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

Does custom structureview do anything? #49

Closed Darkyenus closed 9 years ago

Darkyenus commented 9 years ago

Removing <lang.psiStructureViewFactory language="GLSL" implementationClass="glslplugin.structureview.GLSLStructureViewFactory"/> from plugin.xml doesn't seem to change anything, and that is the only entry point. What does it actually do then? Do we need it?

jepebe commented 9 years ago

If I remember correctly I think it was made to enable the structure view. Is the structure view still operational after removal? Does it work at all?

Darkyenus commented 9 years ago

You are right, I forgot there is that feature since I don't use it. Looks like it works well, but will probably need some minor tweaking.