From 952b52fe494f55a3f2750f139a4edd026456642c Mon Sep 17 00:00:00 2001 From: Timotei Dolean Date: Tue, 26 Jul 2011 15:29:39 +0000 Subject: [PATCH] eclipse plugin: Add a clarifying comment --- .../org/wesnoth/ui/editor/WMLAbstractDirtyEditorCallback.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLAbstractDirtyEditorCallback.java b/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLAbstractDirtyEditorCallback.java index 5ffdc6efbca..376fed27e1e 100644 --- a/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLAbstractDirtyEditorCallback.java +++ b/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLAbstractDirtyEditorCallback.java @@ -11,6 +11,10 @@ package org.wesnoth.ui.editor; import org.eclipse.xtext.ui.editor.AbstractDirtyStateAwareEditorCallback; import org.eclipse.xtext.ui.editor.XtextEditor; +/** + * We use this class to suppress the default one which asks for adding + * a xtext nature on non-xtext project. We don't want that (yet) + */ public class WMLAbstractDirtyEditorCallback extends AbstractDirtyStateAwareEditorCallback { @Override