-
-
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.
Improve nested connections and hide normal nested connections
- Don't delete nested connection to connections, instead hide them - This also fixes some cases where there were dangling connection to connections when nested - Normal connections are now hidden when nested - DiagramModelUtils#shouldBeHiddenConnection is now recursive and applies to any type of connection - Update all connected objects in the chain when nesting - Always refresh source and target connections when adding/removing an object - All diagram parts have a NestedConnectionEditPartFilter - Delete ArchimateContainerEditPolicy and DeleteNestedConnectionsCommand because they're not used
- Loading branch information
Showing
11 changed files
with
120 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.