1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
4 Copyright (c) 2017 Association for Decentralized Information Management in
6 All rights reserved. This program and the accompanying materials
7 are made available under the terms of the Eclipse Public License v1.0
8 which accompanies this distribution, and is available at
9 http://www.eclipse.org/legal/epl-v10.html
12 Semantum Oy - (#7066) undo/redo support for markup editor
18 point="org.eclipse.core.expressions.definitions">
20 id="org.simantics.views.text.inTextViewer">
21 <with variable="activeFocusControlId">
22 <equals value="inTextViewer"/>
28 point="org.eclipse.ui.handlers">
30 class="org.simantics.views.text.internal.TextViewerUndoHandler:undo"
31 commandId="org.eclipse.ui.edit.undo">
33 <reference definitionId="org.simantics.views.text.inTextViewer" />
37 class="org.simantics.views.text.internal.TextViewerUndoHandler:redo"
38 commandId="org.eclipse.ui.edit.redo">
40 <reference definitionId="org.simantics.views.text.inTextViewer" />