Module
Last updated
Last updated
Each item represent a module created for the active solution. Expanding the module will display the same list of nodes as contained by the active solution, except for Modules.
See Solution Object Model for properties that can be set on a Module from Properties View.
A summary of commands available on this item via right-click context menu:
Command | Summary |
---|---|
The details for each command available on this item via right-click context menu:
Changes the active solution to selected module. Active solution is the one being edited and run in Servoy Developer.
Can select a new resources project (or no resources project). Some Servoy Developer resources are kept under a different project, that can be re used by different solutions. Basically , what you see under Resources is saved under the resources project. Changing the resources project will reload all those resources from the new project. The module must have same resources project as its main solution.
Publishes solution Git repository to Servoy Cloud. The local git repository must be in sync with remote repository (no changes).
Removes solution as module to active solution. The module itself is not deleted.
Removes solution (can choose to also delete it from disk).
You can choose a new name for your solution.
Warning Use with care.
Runs JSUnit tests from selected module. See Unit Testing for what is unit testing and JSUnit API for JSUnit testing API.
Change active solution to selected module.
Changes resources project attached to module
Publishes solution Git repository to Servoy Cloud
Remove solution as module to active solution
Remove module (can choose to also delete it from disk)
Can choose a new name for your module
Runs jsunit tests from the solution