Child pages
  • Using the Solution Explorer

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The rest of this chapter lists the functions available when using the Solution Explorer, namely:

Stoc

Managing Resource Projects

The Solution Explorer allows quick access to the resource project assigned to a solution. The default top node, Resources, is the default Servoy Resource Project that accompanies each solution. The context menu can be used to:

  • Add/remove the resource "nature" to the project; that is, removing the resource project loses its status as a Servoy Resource Project (see Overview Of of Servoy Developer Concepts ).
  • Add/remove the project "nature" to the resource project.
  • Synchronize the Resource Projects with the database.

...

Info

Note: Each of the following items are described in greater detail in their own pages under the Working With Resource Projects chapter.

Connecting

...

To/Adding Database Servers

In this node, the context menu allows users to connect to an existing database server or create a new database server that the solution can access.

...

  • Open in SQL Editor (a plugin)
  • Create a database table (opens in a table editor)
  • Duplicate a server
  • Enable/disable a server
  • Synchronize local changes with the database server
  • Reload tables/table structures from the database server
  • Update Servoy sequences
  • Load relations
  • Suggest Foreign types
  • Delete the database
  • Search for references to the server (shown in the bottom Results view)

Managing Styles

The context menu on the Styles node allows users to quickly create a new Style using a wizard. A CSS stylesheet with predefined categories will open in a text editor window.

Info

Note: When the Styles node is selected, the bottom contextual list shows a list of all styles available in the project. Double-clicking a selected style will open it in a text editor. 

Editing Users

...

And Group Security

Users and groups can be edited either by double-clicking on the node or accessing Edit users/groups from the context menu.

Managing i18n

The i18n node context menu allows you to edit i18n messages and if needed, define/create a database table for i18n. It also allows you to create from and write to the assigned i18n database. For more information on i18n, please visit the i18n documentation.

Activating Solutions

The All Solutions node lists all available solutions in the workspace. The context menu on this node provides options for:

...

  • Delete a solution
  • Rename a solution
  • Change/reassign a resources project to a selected solution
  • Add/remove a solution as a module in the currently active solution. When added as a module, the solution is then accessible via the Modules branch in the active solution (see chapter on Working with Modules).

Viewing

...

The Currently Active Solution

Expanding the currently active solution node lists the contents of the solution:

...

For more details, see the Working With Solutions chapter.

Using

...

The Solution Explorer Contextual List

The lower portion of Solution Explorer shows contents of items selected in the tree view. Most often, it is used to view lists of code resources (methods, functions, variables, and relations) and in addition, media. Users can hover over an item in the contextual list to view additional information, if available. Users can also move code from the list into an open script editor (see the Script Editor chapter for details).