Changes
Compiler
,===Toolbar===
{| class="wikitable" | width = "50%"
|-
! Item !! Purpose
|- align="left"
| Compile database structure || -
|- align="left"
| Check syntax || -
|- align="left"
| Compile and test local || -
|- align="left"
| Version major || -
|- align="left"
| Version minor || -
|- align="left"
| Version revision || -
|- align="left"
| Version comment|| -
|}
===Preview area===
! Tab !! Purpose
|- align="left"
| Obect Object Code || This area holds the entire object code, consisting of
* MetaClasses
* MetaProperties
* Code library for all MetaClasses
|- align="left"
| UI Code || This area holds the code for the visual representation of MetaClasses and their MetaProperties
|}
The code in the preview area can be modified. However, it is not recommended to do that since changes that are made here will not be saved back to the original objects. That means that the change will only be effective for the next compilation run, once the code is reassembled it will be lost.