From b00cf89c5c69e4833b0e2d441d2dca3e1b044239 Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Mon, 4 Jan 2016 16:31:30 +0100 Subject: Bug 482997 - Context Properties are not editable for Application in Eclipse 4 Model Editor Change-Id: I0b4e25d1822d19a7b7f22d7ba2bcd6f915ae0482 Signed-off-by: Jonas Helming --- .../e4/tools/emf/ui/internal/common/component/ApplicationEditor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java index 00b54c63..a941043e 100644 --- a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java +++ b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java @@ -196,7 +196,8 @@ public class ApplicationEditor extends AbstractComponentEditor { .value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)); ControlFactory.createBindingContextWiget(parent, Messages, this, Messages.ApplicationEditor_BindingContexts); - + ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, + UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); -- cgit v1.2.3