Child pages
  • Overview of Servoy Developer Concepts

Versions Compared

Key

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

...

Upon installation, a default Servoy workspace is created as ../servoy_workspace. This Servoy workspace folder is used to store solution metadata, style, and security information; it will also house separate folders for each Servoy solution. Users have the option to create new workspaces and switch between workspaces during development as needed using the File>Switch File > Switch Workspace menu item.

Projects

...

Servoy Design Perspective

The Servoy Design perspective is where the average Servoy developer will spend most of their development time.  

Panel

Definitions:

A perspective in Eclipse is a set of views and editors---, that is, everything you see one sees on a screen. The individual views and editors that appear can be customized and saved as a "'perspective." ' 

Views are windows within a perspective. Developers use views to view, edit, and manage these resources and data.

Editors are views in Servoy that provide users with specialized tools to edit resources, such as scripts, tables, and others.

The Servoy Design perspective contains views for working with Servoy solutions and all their parts. Servoy-specific views include the Solution Explorer, Script and Form Editors, and the Properties views. These views are described further in the Servoy Design Perspective chapter.

Other perspectives used when programming in Servoy include Debug and Team Synchronizing. These are discussed in their respective chapters as well.

Perspectives can be customized to the taste of the developer via the Window menu item. Views can be moved or removed, and the new perspective saved with a different name to enable the developer to switch between perspectives. Instructions for customizing perspectives are included found in the Eclipse user guide, accessible via the menu item Help>Help Help > Help Contents.

Setting Preferences in Servoy

Servoy preferences can be accessed via the Window>Preferences Window > Preferences menu (respectively, Servoy Developer>Preferences Developer > Preferences on a Mac). Three important preference items are highlighted below:

  • General preferences control the basic appearance of Servoy including colors and fonts, content types and their file associations, general text editor behaviors, shortcut keys, security, and workspaces.
  • Javascript preferences control basic editor options such as syntax coloring and warning icons.
  • Servoy preferences control Servoy-specific options including Form Editor formatting tools, Solution Explorer behavior, and internationalization Internationalization options.

If installed, SQL Explorer options are also set using the Preferences menu.