Copyright (c) Prolog Developemnt Center SPb
WorkSpace Manager 
Version 2.0

Application structure

The structure of the user interface of the application is shown in the figure below.

Here:
1 - Control Panel
2 - Workspace tree
3 - List of workspace files
4 - Window for displaying messages about file processing
5 - File Processing Status Bar

The control panel (1) enables

    editing the workspace tree (sections WorkSpace Editing, Manipulate Entity),
    add and remove files from the file list (sections Manipulate Entity, File Editing),
    run file operations and manage their state (FileActions section),
    set and edit the properties of operations on files and the structure of the control panel itself (section Help About)

Workspace tree (2)

List of workspace files (3)

Message Display Window (4)

File Processing Status Bar (5)

Change interface language

The user interface language is determined by the choice of the current language in the settings dialog and the definitions in the file SpbVipTools\Bin\LanguageWSM.xml.

Definitions of language phrases for the user interface must be given before selecting the current language in the settings dialog.
An example of the definition of language phrases is given below.

  <row10 comment = "Central bottom StatusBar">
    <eng> Total ready </ eng>
    <rus> Всего готово </ rus>
  </ row10>

The key to finding the phrase is the name of the tag (here it is row10). The Comment attribute is explanatory and can be any phrase.
The set of languages ​​currently supported should be defined in the xml phrase
  <lng dk = "Dansk" eng = "English" rus = "Russian" />
Accordingly, the attribute name (dk, eng, rus) is used to indicate the translation of a phrase in the file SpbVipTools\Bin\LanguageWSM.xml, and the attribute value appears as a menu item in the settings dialog.
Using the definitions of the SpbVipTools\Bin\LanguageWSM.xml file, you can set denotations that are convenient for you or determine the language that is most comfortable for you.

To change the language


The interface language changes immediately upon closing the dialog.
When you close the application, the installation of the selected language is saved.

Creating and opening a workspace

To create a new workspace:

   

To open an existing workspace:
       

Control panel

The location of control icons, their grouping can be changed by the panel editor, which is called by the Design Ribbon icon.