This repository has been archived by the owner on May 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Diagram Type Support and Diagram Configuration Improvements #211
Milestone
Comments
Updated task list based on design refinements. |
A previous version of this task described changes to how content filters are treated based on the manual flag. After further consideration, this change was discarded. Content filters need to be used independent of the manual flag. To do otherwise would likely result in cases where the user would manually need to disable the manual flag. For example:
|
The planned diagram types are described below.
|
Optimization is being deferred until later. While profiling, it appears that the most critical hotspots related to performance are not related to the business object providers or content filtering. |
This was referenced Feb 9, 2018
Merged
philip-alldredge
added a commit
that referenced
this issue
Feb 12, 2018
Implements #211 - Implements #211 - Reorganized context menu. - Removed org.osate.ge.commands extension point in favor of using standardeclipse extension points. - Added diagram type extension point and related usage of diagram types. - Defined diagram types. - Added dialog to prompt for diagram name and type. - Diagram layout and UI adjustments. - Disabled prompting to configure diagram. Often no longer necessary because the default settings provide a better experience. - Initial diagram layout not occurs after Graphiti diagram is created. This provides a better layout. - Added open to open implementation diagram. - Increased size of select diagram dialog. Added ability to open type diagram from instance model diagrams. - Only set manual flag if current content filters would result in model element not being displayed after creation. - Updated documentation.
philip-alldredge
added a commit
to smaccm/smaccm
that referenced
this issue
Feb 12, 2018
…nd_ext_removal As part of osate/osate-ge#211, the command extension point used by the simulator to contribute to the graphical editor's menu was removed. This reworks the menu option to be contributed using the standard eclipse extension points.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The ability to customize the model elements included in the diagram was recently added. The next iteration of this capability is to have pre-defined diagram types that will customize the default behavior of this capability. The current thought is that the tool should provide reasonable defaults for a particular diagram type but that the user should be able to customize however desired. The definition of these diagram types are TBD but it is anticipated that user feedback would be helpful. The goal is to look at SysML and UML diagram types and use that as a starting inspiration.
Tasks
The text was updated successfully, but these errors were encountered: