Skip to content

Commit

Permalink
[669] Display properties keywords for Usage and Definition graphical
Browse files Browse the repository at this point in the history
node

Bug: eclipse-syson#669
Signed-off-by: Jessy Mallet <jessy.mallet@obeo.fr>
  • Loading branch information
jessymallet committed Aug 26, 2024
1 parent a24b96f commit 177ecdc
Show file tree
Hide file tree
Showing 12 changed files with 588 additions and 314 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The source of the edge (the UseCase or Requirement) can be reconnected to anothe
- https://github.com/eclipse-syson/syson/issues/665[#665] [services] Support public import in direct edit specializations.
It is now possible to specialize an element with a qualified name containing namespaces importing the required features.
For example, `myAttribute : ISQ::MassValue` now correctly types the attribute with `ISQBase::MassValue`.
- https://github.com/eclipse-syson/syson/issues/669[#669] [diagrams] Handle properties keywords in label of Definition and Usage graphical node.

=== New features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ public class LabelConstants {

public static final String SUBSETTING = ":>";

public static final String VARIANT = "variant";

public static final String VARIATION = "variation";
}

Large diffs are not rendered by default.

Loading

0 comments on commit 177ecdc

Please sign in to comment.