Changes

Compiler

1,737 bytes added, 09:57, 13 May 2013
! Item !! Purpose
|- align="left"
| Compile database structure || -Creates the necessary tables, views and procedures in the database; normally this is done by the Kernel on the fly while modelling, so using this menu item should only be necessary if you feel that something didn't end up correctly in the database
|- align="left"
| Check syntax || -Compile the customizing code into .NET assemblies into a temporary assembly, for the purpose of safely checking the actual compiler output; use this option to see if your code actually works
|- align="left"
| Compile and test local || - Compile the customizing code into .NET assemblies, without deploying them to the shared deployment path, i.e. without making it available to anyone else; use this option to test your customizing in your local {{UBIK} Studio before releasing it
|- align="left"
| Version major Compile and release || - Compile the customizing code into .NET assemblies, deploy them to the shared deployment path and mark the current version as released for everyone
|- align="left"
| Version minor major || - Indicates the major version number of the customizing, which is always tied to the major version of {{UBIK}}; it will be assembled into the code and can later be retrieved via the assembly's static ''VersionMajor'' property
|- align="left"
| Version revision minor || -Indicates the minor version number of the customizing; click to increase manually; it will be assembled into the code and can later be retrieved via the assembly's static ''VersionMinor'' property
|- align="left"
| Version commentrevision || Indicates the revision of the customizing; it is typically set to currently released revision + 1, can be increased manually by clicking on it; it will be assembled into the code and can later be retrieved via the assembly's static ''VersionRevision'' property| - align="left"| Version comment|| Stores a comment to the current customizing version; after pressing {{key press|Enter}} it will be assembled into the code and can later be retrieved via the assembly's static ''VersionComment'' property
|}