|
@@ -19,7 +19,7 @@ import org.yakindu.sct.ui.editor.utils.IYakinduSctHelpContextIds;
|
|
|
import de.itemis.gmf.runtime.commons.properties.descriptors.IFormPropertyDescriptor;
|
|
|
import de.itemis.gmf.runtime.commons.properties.descriptors.TextPropertyDescriptor;
|
|
|
import de.itemis.gmf.runtime.commons.properties.descriptors.XtextPropertyDescriptor;
|
|
|
-import de.itemis.xtext.utils.jface.viewers.context.IXtextContextFakeResourcesProvider;
|
|
|
+import de.itemis.xtext.utils.jface.viewers.context.IXtextFakeContextResourcesProvider;
|
|
|
|
|
|
/**
|
|
|
* Property Section for {@link StatechartTextEditPart}s. Consists of a
|
|
@@ -44,8 +44,7 @@ public class StatechartPropertySection extends AbstractEditorPropertySection {
|
|
|
SGraphPackage.Literals.EXPRESSION_ELEMENT__EXPRESSION,
|
|
|
"Expression: ",
|
|
|
IYakinduSctHelpContextIds.SC_PROPERTIES_STATECHART_EXPRESSION,
|
|
|
- getInjector(SGraphPackage.Literals.STATECHART),
|
|
|
- IXtextContextFakeResourcesProvider.NULL_CONTEXT_PROVIDER);
|
|
|
+ getInjector(SGraphPackage.Literals.STATECHART));
|
|
|
descriptors.add(expressionsDescriptor);
|
|
|
}
|
|
|
|