logic: Group nodes in inheritance graph who have the same base and derived nodes (issue #459)
* added graph node for grouping nodes with separate sub-layout * group nodes show name in top left corner * clicking on single edge activates source locations of all edges * removed separate setters for token components * fixed text nodes missing or too many in list layout * moved simple row and column layouts to ListLayouter * added skewed layout type to ListLayouter fortune cookie message = Sometimes you should have the courage and risk something.
This commit is contained in:
@@ -422,6 +422,16 @@
|
||||
<normal>#B1B1B1</normal>
|
||||
</text>
|
||||
</text>
|
||||
<group>
|
||||
<inheritance>
|
||||
<fill>
|
||||
<normal>transparent</normal>
|
||||
</fill>
|
||||
<border>
|
||||
<normal>#797979</normal>
|
||||
</border>
|
||||
</inheritance>
|
||||
</group>
|
||||
</node>
|
||||
<edge>
|
||||
<default>
|
||||
|
||||
@@ -390,6 +390,16 @@
|
||||
<normal>#A2A2A2</normal>
|
||||
</text>
|
||||
</text>
|
||||
<group>
|
||||
<inheritance>
|
||||
<fill>
|
||||
<normal>transparent</normal>
|
||||
</fill>
|
||||
<border>
|
||||
<normal>#878787</normal>
|
||||
</border>
|
||||
</inheritance>
|
||||
</group>
|
||||
</node>
|
||||
<edge>
|
||||
<default>
|
||||
|
||||
@@ -393,6 +393,16 @@
|
||||
<normal>#777777</normal>
|
||||
</text>
|
||||
</text>
|
||||
<group>
|
||||
<inheritance>
|
||||
<fill>
|
||||
<normal>transparent</normal>
|
||||
</fill>
|
||||
<border>
|
||||
<normal>#797979</normal>
|
||||
</border>
|
||||
</inheritance>
|
||||
</group>
|
||||
</node>
|
||||
<edge>
|
||||
<default>
|
||||
|
||||
Reference in New Issue
Block a user