Loading & Importing
Opening Project
Projects are stored in folders. Go to File > Open or Ctrl+O to choose a folder to open. TODO check whether project.toml is necessary
Reloading Namespaces
File > Reload or Ctrl+R to reload the project’s namespaces from disk. This may be useful if you have manually added namespaces or components to disk.
Importing Namespaces
Go to File > Import Namespaces. After selecting one of the options and choosing the files to load, the components inside the file will be imported into your project.
Namespaces will be created if they were not yet created in your project. Warnings will also be returned if duplicate IDs exist in the file, or when a component of the same ID already exists in the project.
Currently supported formats are pla3.zip, pla2.msgpack and pla2.json.