AppLogic 2.3 Beta Documentation The latest production release is AppLogic 2.4.7
Descriptor Vewer/Editor
The class descriptor viewer/editor provides the ability for users to view and/or edit the descriptor for the following types of entities:
- singleton class or assembly
- application main assembly
- application package descriptor
- catalog class descriptor (may only be viewed)
For all entities with the exception of catalog classes, the class descriptor viewer/editor is accessed by right-clicking on the entity, selecting the Advanced option from the context menu, and then selecting View Descriptor, Edit Class Descriptor, or Edit Package Descriptor from the sub-menu.
For catalog class entities, the descriptor viewer is accessed by right-clicking on the entity and selecting View Descriptor from the context menu.
When the descriptor editor is in view mode, the text may only be selected and copied.
When the descriptor is in edit mode, the following editing operations are available via the right-click context menu:
- undo - undo previous operation (CTRL-z)
- cut - delete selected text (CTRL-x]
- copy - copy selected text to the clipboard (CTRL-c)
- past - paste text from the clipboard (CTRL-v)
- delete - similar to cut
- Select All - select all text (CTRL-a)
Note : The following attributes may not be modified when editing a descriptor:
- The
.locked attribute within class descriptors
Important - Care MUST be taken when making modifications to the descriptor as errors may prevent the application or class from building and/or starting. This is an advanced AppLogic feature and should be used with caution.
To learn more about the AppLogic application descriptor language known as ADL, please see the ADL specification.
--
BeckyH - 26 Apr 2008
Copyright © 2005-2008 3tera, Inc. All Rights Reserved.