Skip to content
Snippets Groups Projects
Commit 1731e765 authored by Christoph Döbber's avatar Christoph Döbber
Browse files

improvements

refs 563
parent a934daac
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,6 @@ $Id$
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.ui.extension.base;
import static org.eclipse.jface.fieldassist.FieldDecorationRegistry.DEC_INFORMATION;
import static org.eclipse.jface.fieldassist.FieldDecorationRegistry.getDefault;
import org.conqat.ide.commons.ui.databinding.validate.NumberPositiveValidator;
import org.conqat.ide.commons.ui.databinding.validate.TextToDoubleValidator;
import org.conqat.ide.commons.ui.databinding.validate.TextToIntegerValidator;
......@@ -52,7 +49,7 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 6FCBEDAC9E4F49EA465755A8485C135E
* @ConQAT.Rating GREEN Hash: 532E5AECE5CF1BAB9CC2A690D10FAC34
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......@@ -73,12 +70,6 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
composite = getWidgetFactory().createFlatFormComposite(parent);
composite.setLayout(new GridLayout(2, false));
// FIXME CD: remove when feature is known
Label icon = new Label(composite, SWT.NONE);
icon.setImage(getDefault().getFieldDecoration(DEC_INFORMATION)
.getImage());
Label label = new Label(composite, SWT.NO_BACKGROUND);
label.setText("Hint: ContentAssist available - hit Ctrl+Space");
}
/** {@inheritDoc} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment