-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove implicit behaviors/tools in View-based diagrams #1563
Comments
|
We might need the work from #1422 to handle this. |
If a diagram description does not explicitly configure a delete/direct edit/element creation tool, the corresponding behavior is simply disabled. By default, new nodes, edges and tools are explicitly configured to invoke the default canonical behavior; it is just made explicit in the model and can now serve as a based or removed to disable the behavior. Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
If a diagram description does not explicitly configure a delete/direct edit/element creation tool, the corresponding behavior is simply disabled. By default, new nodes, edges and tools are explicitly configured to invoke the default canonical behavior; it is just made explicit in the model and can now serve as a based or removed to disable the behavior. Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
If a diagram description does not explicitly configure a delete/direct edit/element creation tool, the corresponding behavior is simply disabled. By default, new nodes, edges and tools are explicitly configured to invoke the default canonical behavior; it is just made explicit in the model and can now serve as a base or removed to disable the behavior. Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
If a diagram description does not explicitly configure a delete/direct edit/element creation tool, the corresponding behavior is simply disabled. By default, new nodes, edges and tools are explicitly configured to invoke the default canonical behavior; it is just made explicit in the model and can now serve as a base or removed to disable the behavior. Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
If a diagram description does not explicitly configure a delete/direct edit/element creation tool, the corresponding behavior is simply disabled. By default, new nodes, edges and tools are explicitly configured to invoke the default canonical behavior; it is just made explicit in the model and can now serve as a base or removed to disable the behavior. Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
Bug: #1563 Signed-off-by: Pierre-Charles David <[email protected]>
Currently, when a View-based diagram element (Node or Edge) does not specify any behavior for a given kind of tool (e.g. direct edit, delete, etc.), the runtime automatically provides a default one.
This is nice for quick startup, but it also means it is impossible to disable any of these tools, as even if the studio makers does not provide a tool, some behavior will be provided.
The text was updated successfully, but these errors were encountered: