eclipse plugin: Add a clarifying comment
This commit is contained in:
parent
858eced060
commit
952b52fe49
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue