Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2014-01-29 13:39:38 +0000
committervlorenzo2014-01-29 13:39:38 +0000
commit90eb8cf7afd72ef0ed5f3ad1ed5d403fe5a933b6 (patch)
tree4e721f04736dd62f6992f32a0110079cf2054a61 /plugins/uml/nattable
parent9add91759c9576e645a36431f8f86c8f41fd3d2e (diff)
downloadorg.eclipse.papyrus-90eb8cf7afd72ef0ed5f3ad1ed5d403fe5a933b6.tar.gz
org.eclipse.papyrus-90eb8cf7afd72ef0ed5f3ad1ed5d403fe5a933b6.tar.xz
org.eclipse.papyrus-90eb8cf7afd72ef0ed5f3ad1ed5d403fe5a933b6.zip
426883: [Table 2][Xtext] Xtext editor in table aren't closed properly
and break the selection in the table https://bugs.eclipse.org/bugs/show_bug.cgi?id=426883
Diffstat (limited to 'plugins/uml/nattable')
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java
index 963d85c3fa7..09f319b9023 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java
@@ -186,11 +186,4 @@ public abstract class AbstractNatTableXTextCellEditor extends AbstractPapyrusSty
return new XTextEditorResultWrapper(typedString, parseCommand);
}
- @Override
- public void close() {
- //TODO requred?
-// jfaceCellEditor.deactivate();
-// jfaceCellEditor.dispose();
- }
-
}

Back to the top