Active Solution
Last updated
Last updated
Expanding the currently active solution node lists the contents of the solution:
Each item above can be expanded to reveal the contents.
A summary of commands available on this item via right-click context menu:
Command | Summary |
---|---|
See Solution Object Model for properties that can be set on active solution from Properties View.
The details for each command available on this item via right-click context menu
Opens the Servoy Package Manager. Is used to manage installed packages (components, services..).
Opens the New Solution Wizard.
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.
Can modify a server name, in all places where is used in the active solution (and its modules). Can select another server name that will be saved in all workspace files.
Can modify a table name (from a specific server), in all places where is used in the active solution (and its modules). Can select another table that will be saved in all workspace files.
Convert all forms from the active solution (and its modules) from legacy absolute form type. In absolute form, location , size and anchor properties were determining the position of an element. The new CSS Position Form uses a CSS Position property for each element to determine its location and size. Is a better and more flexible mechanism. Any absolute form can be converted to a css position form (the layout will be exactly the same), however the reverse is not possible/doable.
Opens the Theme Editor.
Publish solution Git repository to Servoy Cloud. The local git repository must be in sync with remote repository (no changes).
Opens the File Export Wizard. Exports a solution to a .servoy file that can be imported in another Servoy Developer.
Opens the WAR Export Wizard. Exports the solution to a war file, that can be deployed to an application server like TOMCAT.
Opens the NG Desktop Export Wizard. Exports active solution to a standalone desktop application that can be installed on any local machine.
Opens the Externalize Strings Wizard. Is used replace strings in your solution with i18n keys (that can be modified using i18n Editor)
You can choose a new name for your solution.
Warning Use with care.
Runs JSUnit tests from your solution. See Unit Testing for what is unit testing and JSUnit API for JSUnit testing API.