Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature for underlining and italics? #512

Closed
enes-yumer-vinci opened this issue Nov 10, 2023 · 2 comments
Closed

Feature for underlining and italics? #512

enes-yumer-vinci opened this issue Nov 10, 2023 · 2 comments
Assignees
Labels
feature A feature request main Issues with the main code base
Milestone

Comments

@enes-yumer-vinci
Copy link

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

@prmr prmr added feature A feature request main Issues with the main code base labels Nov 14, 2023
@prmr prmr added this to the Wish List milestone Nov 14, 2023
@prmr
Copy link
Owner

prmr commented Nov 14, 2023

Currently looking into it.

@prmr prmr modified the milestones: Wish List, Release 3.8 Jan 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 3, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 3, 2024
prmr pushed a commit that referenced this issue Feb 6, 2024
prmr pushed a commit that referenced this issue Feb 6, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 7, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 7, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 9, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 9, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 11, 2024
@prmr prmr changed the title Feature for underlining? Feature for underlining and italics? Feb 14, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue Feb 15, 2024
prmr pushed a commit that referenced this issue Feb 15, 2024
@jkcoding7
Copy link

jkcoding7 commented Feb 15, 2024

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:

  1. Any leading or trailing spaces before or after the markups will result in the markup not being applied.
  2. 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.

@prmr prmr closed this as completed May 6, 2024
@prmr prmr assigned prmr and jkcoding7 and unassigned prmr May 6, 2024
@prmr prmr reopened this May 7, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 8, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 9, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 9, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 9, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 9, 2024
prmr pushed a commit that referenced this issue May 10, 2024
jkcoding7 added a commit to jkcoding7/JetUML that referenced this issue May 10, 2024
prmr pushed a commit that referenced this issue May 14, 2024
@prmr prmr closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A feature request main Issues with the main code base
Projects
None yet
Development

No branches or pull requests

3 participants