Before you can proceed, you need to choose the structural file!
You can edit the source code for a number of the modeling shaders by accessing the Edit/Save/Load Source Code menu of the GUI. As soon as the shader is edited, the program automatically starts using the updated version of the code.
Notice that GLSL does not allow for mixing of data types. So, floats and integers cannot be mixed unless directly type casted.