-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nested connection to connections and hide normal nested connections
- Normal connections are now hidden when nested - All diagram parts have a NestedConnectionEditPartFilter - Don't delete nested connection to connections, instead hide them - Always refresh source and target connections when adding/removing an object - Update all objects that have connections to connections for the nested object's parent - DiagramModelUtils#shouldBeHiddenConnection is now recursive and applies to any type of connection - Also fixes cases where there were dangling connection to connections when nested - Delete ArchimateContainerEditPolicy and DeleteNestedConnectionsCommand because they're not used
- Loading branch information
Showing
11 changed files
with
123 additions
and
311 deletions.
There are no files selected for viewing
85 changes: 0 additions & 85 deletions
85
....editor/src/com/archimatetool/editor/diagram/commands/DeleteNestedConnectionsCommand.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.