Closed eclipse-ocl-bot closed 1 month ago
By Ed Willink on Aug 09, 2011 15:37
Basic bold/emphasis and OCL expression pushed to master
By Ed Willink on Nov 07, 2011 17:09
Now in use for OCL spec generation.
By Ed Willink on May 20, 2013 11:36
CLOSED after a year in the RESOLVED state.
| --- | --- | | Bugzilla Link | 353519 | | Status | CLOSED FIXED | | Importance | P3 enhancement | | Reported | Aug 01, 2011 14:32 EDT | | Modified | May 20, 2013 11:36 EDT | | Version | 3.1.0 | | Reporter | Ed Willink |
Description
The org.omg.ocl.markup supports a very limited markup language intended for italics, images for specification auto-generation. It is inconvenient having this outside Eclipse OCL.
Support something similar in more XDoc style, and provide preview in hover text.
e[xxx] emphasize xxx\ ol[xxx] outline ..
and more usefully
ocl[xxx] evaluate xxx as an OCL expression and use as text. This allows many italic inserts to be e[ocl[self]].
ocl:code[xxx] syntax check xxx and format as a code example.