Project Templates

It is quite easy to add a new project template. It's probably easiest to copy an existing one and edit it rather than starting from scratch.

Each project folder needs three things inside it;

  1. Description.txt - a simple text file containing a brief description of the template (this appears under the template name on the new project dialog).
  2. Icon.png - a 48x48 PNG image icon for your template.
  3. Files subfolder - this contains all of the project files.

When the files are copied from the Files subfolder, any instance of the string $PROJECT_NAME$ is replaced with the project name. For this reason, you must have a file called $PROJECT_NAME$.lnp in your template folder! It's not just the filenames that are adjusted - it's also the content of the files themselves.

The .lnp file is simple XML document that can be edited in any text editor.