Active Solution
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
Changes resources project attached to solution
Changes all ocurrences of a server in solution to another server
Changes all ocurrences of a table in solution to another table
Converts legacy absolute forms to css position forms
Publish solution Git repository to Servoy Cloud
Can choose a new name for your solution
Runs jsunit tests from your solution
The details for each command available on this item via right-click context menu
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.
Publish solution Git repository to Servoy Cloud. The local git repository must be in sync with remote repository (no changes).
You can choose a new name for your solution.
Warning Use with care.
Opens the
Opens the
Opens the
Opens the
Opens the
Opens the
Opens the
See for properties that can be set on active solution from Properties View.
Opens the . Is used to manage installed packages (components, services..).
Opens the .
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 is saved under the resources project. Changing the resources project will reload all those resources from the new project.
Opens the .
Opens the . Exports a solution to a .servoy file that can be imported in another Servoy Developer.
Opens the . Exports the solution to a war file, that can be deployed to an application server like TOMCAT.
Opens the . Exports active solution to a standalone desktop application that can be installed on any local machine.
Opens the . Is used replace strings in your solution with i18n keys (that can be modified using )
Runs JSUnit tests from your solution. See for what is unit testing and for JSUnit testing API.