Let's begin by a basic presentation of the GUI.
This window is divided in three parts.
The first one (Project brooser) allows to see the current projects and there functions, constantes and groups.
The second one (Message list) shows the messages from the compiler
The Last one (the Tab sheet component) may contain Functions informations. This zone is used do edit the functions of the projects.
On the First Tab Page (Source) you will find
The function Editor that shows the function source code
The bookMarks tree that shows the bookmarks points of the function source
On the Second one (Help & Informations) you wil find
A short descripton of your function (uesd in Dynamic completion)
The inputs of the function
The outputs ofthe function
A long description of the function
A Rpl Function Chek Box
A Fixed Check Box
A Last Val Edit box
On the Last one (Test Scenario & dependances)
An Edit zone for the test scenario
Used By and Use list where you will see the list of functions and constantes used by this functions and the list of function that use this function.
The Constante Edit Form allows you to edit the definition of the constantes.
This windows contains manly a list of constantes. you can edit the name of the constante, the value, and some flage (Fix, Asm and Rpl). you can allsow see the last value assigned to the constante.
The desc Button allows you to modify the description of a constante. Pressing this buton shows the following window.
you can now enter the description of your constante in the edit control.
Note that the First line of this description is used as a short description by the automatic completion.