Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/SDK/Explorer View"

< Scout‎ | SDK
m ({{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}: modify link)
({{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}: add link to the Icon Editor)
Line 36: Line 36:
  
 
* {{ScoutLink|Concepts|Icons|Icons}}
 
* {{ScoutLink|Concepts|Icons|Icons}}
 +
** When the '''Icons''' node is selected, it is possible to open the {{ScoutLink|SDK|Icons Editor}} from the {{ScoutLink|SDK|Object Properties View}}.
 
* {{ScoutLink|Concepts|Permission|Permission}}
 
* {{ScoutLink|Concepts|Permission|Permission}}
 
* {{ScoutLink|Concepts|CodeType|Enumerations}}
 
* {{ScoutLink|Concepts|CodeType|Enumerations}}
Line 41: Line 42:
 
* Libraries
 
* Libraries
 
* {{ScoutLink|Concepts|Text Provider Service|Text Provider Services}}
 
* {{ScoutLink|Concepts|Text Provider Service|Text Provider Services}}
** Form a text provider service it is possible to open the {{ScoutLink|SDK|NLS Editor}}
+
** When a text provider service is selected, it is possible to open the {{ScoutLink|SDK|NLS Editor}} from the {{ScoutLink|SDK|Object Properties View}}.
  
 
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
 
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===

Revision as of 11:52, 8 September 2014

The Scout documentation has been moved to https://eclipsescout.github.io/.

The Scout Explorer view enables to browse through the entire Scout application. It is the main entry point to add elements to your application (Forms, menu items, fields, outlines in the client application, and services in the server application).

Screenshot

ScoutExplorer.png

Project structure tree

A typical Scout Project consist of different plugins :

The Scout documentation has been moved to https://eclipsescout.github.io/.

The Scout documentation has been moved to https://eclipsescout.github.io/.

The Scout documentation has been moved to https://eclipsescout.github.io/.

The Scout documentation has been moved to https://eclipsescout.github.io/.

Bundle Dependencies

Scout SDK Explorer groups your application bundled into groups. Subprojects are usually displayed as a subgroup of its root project. The SDK explorer considers plugin dependencies to build the presented bundle tree.

Note.png
Project does not appear correctly in the SDK explorer
Ensure to have the dependencies formulated as illustrated.

EclipseScout BundleDependencies.png

See also

Back to the top