Formal modules

Formal modules contain objects that are defined by their attributes. You can create empty modules, or copy existing modules to create modules with the same structure. You can view and edit module properties, and view module statistics. You can check which modules are open and close them, or change their edit mode.

Naming conventions

Module names are case sensitive. For example, the names Mymodule and MyMODULE are different. All the projects, folders, and modules in the parent must have different names.

Module names can contain the following characters:
  • Alphanumeric characters (letters of the alphabet and numbers)
  • Space characters
  • Periods (.)
  • Underscores (_)
  • Hyphens (-)

Feedback