Community
Participate
Working Groups
Build Identifier: At the moment the annotation description is added to the top part of the wizard. If an annotation has a long description associated with it, the description is cut off and the user won't be able to see the rest of the description (as indicated in the attached snapshot). Instead, annotation description should be displayed in a scrollable section on the bottom of the wizard. This is similar to "Add Stereotype" dialog. Please use the following format: Annotation Description: <Description> Reproducible: Always
Created attachment 200016 [details] Annotation Dialog Wizard
Annotation description moved to scrollable section on the bottom of the wizard.
There are a few more issues that should be considered... I'm not currently sure how you are getting hold of annotation documentation but I assume that it is from the description attribute of the extension element. This is a really poor way to pass in documentation. It allows for no formatting and is really difficult to get right. I would recommend the either an eAnnotation element in the ecore model be used instead or an element in the extension point that allows XHTML.
Verified. Thanks! Steve, your suggestion makes sense. We can file an enhancement to implement this later. At the moment, the annotation descriptions we have are quite short and don't seem to have a need for rich formatting, but hopefully that will change once we implement the tooling to support what you're suggesting.