JetUML
JetUML copied to clipboard
Feature for underlining and italics?
Hi, I have been using JetUML for my studies. However, I need to underline text and the feature isn't available. Would it be possible to add it?
Thank you
Currently looking into it.
Users can now underline and italicize their static and abstract elements, respectively, using markups.
- Underlining markup: Surround the desired element with underscores. This is only allowed for class attributes and methods. E.g. _getArea(): double_
- Italics markup: Surround the desired element with forward slashes. This is only allowed for class names and methods. E.g. /Shape/
Notes:
- Any leading or trailing spaces before or after the markups will result in the markup not being applied.
- A combination of underlining and italicizing is not supported since an element cannot be both static and abstract. More precisely, /_ XXX _/ would make the element abstract and _/ XXX /_ would make it underlined. Only the outside decoration would be applied.