Documentation Editor/en: Unterschied zwischen den Versionen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 7: | Zeile 7: | ||
Basically, this is a programming language unaware version of the same editor used as [[Code_Editor|code editor]], |
Basically, this is a programming language unaware version of the same editor used as [[Code_Editor|code editor]], |
||
therefore the [[Code_Editor|documentation found there]] is also valid here. |
therefore the [[Code_Editor|documentation found there]] is also valid here. |
||
A more detailed description of the editor's features is also found in the [http://live.exept.de/doc/online/english/getstart/TOP.html#EDITING Smalltalk/X online manual's "Editing Text" section]. |
|||
==== Documentation Element Editor ==== |
==== Documentation Element Editor ==== |
Version vom 3. April 2014, 22:14 Uhr
Both the documentation of a tree element and documentation elements themselves are created & modified in the documentation editor. The editor is found in the documentation tab of every tree element.
The editor provides the usual editing commands on its right-button menu. More special functions are found in the "Tools" and "More" sub-menus. Basically, this is a programming language unaware version of the same editor used as code editor, therefore the documentation found there is also valid here. A more detailed description of the editor's features is also found in the Smalltalk/X online manual's "Editing Text" section.
Documentation Element Editor[Bearbeiten]
Pure documentation tree elements do not have separate function- and version IDs and no tags can be associated with them. Therefore, those fields are not shown in the editor.
Folder Element Editor[Bearbeiten]
Folders also do not have separate function- and version IDs. However, they may have tags. These folder tags are useful for grouping and coloring (see also below).
If no documentation has been given explicitly for a folder, a summary consisting of all of the folder's child element documentation texts is shown.
Item Documentation Editor[Bearbeiten]
For any non-documentation element (i.e. especially action block definitions), the item's Functional-ID and Version-ID of the element are shown (read only) and an input field allows for a set of tags to be given to the element. Multiple tags are to be separated by ";". Tags are useful to help grouping actions by their operation and as an aid when searching items (in the tree view). It is also possible to associate individual per-tag drawing colors to blocks via the "Settings" dialog.