Changes

Smart Studio

1,701 bytes added, 10:23, 11 December 2017
[[File:UI_SmartStudio.png|thumb|400px|{{UBIK}} Smart Studio]]
 
== IDE ==
The IDE of {{UBIK}} Smart Studio was greatly inspired by Microsoft Visual Studio and similar development environments. This means that well-known and proven concepts, such as free docking of Tools, Documents and Controls is supported by Smart Studio and it's following the same usability principles.
 
=== Options ===
{{UBIK}} Smart Studio features a centralized Options center where all installed modules inject their configuration settings. By default, this can be reached through ''Tools → Options'', or, if the respective module supports it, from the context-menu of the module.
 
=== Tools ===
{{UBIK}} Smart Studio provides the following tools:
 
==== Pickers ====
Pickers are meant to provide certain objects for usage in other controls, so they mainly server as a Drag&Drop source during the engineering process.
{| class="wikitable"
|-
! Picker !! Types to pick !! Target controls
|-
| Class Picker|| [[MetaClass|MetaClasses]]|| [[Inheritance Graph]], [[ApplicationGraph]], [[Inspector]]
|-
| Property Picker|| [[MetaProperty|MetaProperties]]|| [[Inheritance Graph]], [[ApplicationGraph]], [[Inspector]]
|-
| Classification Picker|| [[Classification|Classifications]]|| [[Inheritance Graph]], [[ApplicationGraph]]
|-
| ACM Picker|| [[Application|Applications]] and [[Context|Contexts]]|| [[ApplicationGraph]], [[Environment View]]
|-
| Selective Lists|| [[SelectiveList|Selective Lists]]|| [[Inheritance Graph]], [[Inspector]]
|-
| Query Picker|| [[Query|Queries]]|| [[Inheritance Graph]], [[ApplicationGraph]], [[Inspector]]
|-
| Unit Picker|| [[UnitItem|Unit Items]]|| [[Inheritance Graph]], [[Inspector]]
|-
| Workflow Picker|| [[Workflow|Workflows]]|| [[Snippet Editor]]
|}
== Usage==