Once a project is opened, the File menu include some additional entries. Mainly to close, export, or save the project.
This closes the current project workbench. If the project has been modified, a popup to save the project before closing it and the workbench appear.
Triggers the save project command.
Save the project to a local destination. The project can be saved as a folder (GS) or an archive (GSZ).
Triggers the save project command on a given file. The user has to select a file.
Exports the current project workbench as a template.
Templates projects are projects that can be opened from the menu>new. They are stored in the registry, and added by Plugins.
Once opened they cannot be overwritten.
Exports the compiled classes of the project to a given .jar file. The archive can be used in other java applications (such as another project).
Exports the current project as a module library.
Module libraries are projects exported to be usable by any other project. When exported as a library, all types (such as classes and modules) and resources (including images, shaders, and more) become available for import. These libraries can be added in GroIMP as plugins, allowing all their types to be used as plugin imports.
These libraries are called module lib.
