-
- Downloads
- Undo last commit to NavigatorViewPart (old (partial) fix for #1491)
- Instead, ensure that DiagramEditorBase has the focus when a child edit part is added or removed - This works around #2207 and also the same part of #1491 as with the old workaround - Summing up: - Undo/redo of operations on the model only works if either the NavigatorViewPart or a DiagramEditorBase has the focus - This makes sense if the active view provides editable items itself (e.g., the GenericAnnotationView) *and* provides undo/redo (currently not the case for GenericAnnotationView). - For other (read-only) view (e.g., Model Markers), this behavior is confusing for the user refs 2207,1491
Showing
- org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editor/DiagramEditorBase.java 33 additions, 0 deletions...org/fortiss/tooling/base/ui/editor/DiagramEditorBase.java
- org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/views/NavigatorViewPart.java 0 additions, 27 deletions...s/tooling/kernel/ui/internal/views/NavigatorViewPart.java
Please register or sign in to comment