1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Make it work for Eclipse-3.0

This commit is contained in:
Alain Magloire 2003-11-03 20:43:28 +00:00
parent 99f7af4dba
commit 8af641c677

View file

@ -58,7 +58,6 @@ public class MakefileEditor extends TextEditor implements ISelectionChangedListe
public MakefileEditor() {
super();
initializeEditor();
}
/**
@ -71,6 +70,7 @@ public class MakefileEditor extends TextEditor implements ISelectionChangedListe
setEditorContextMenuId("#MakefileEditorContext"); //$NON-NLS-1$
setRulerContextMenuId("#MakefileRulerContext"); //$NON-NLS-1$
setDocumentProvider(MakeUIPlugin.getDefault().getMakefileDocumentProvider());
setPreferenceStore(MakeUIPlugin.getDefault().getPreferenceStore());
}
/* (non-Javadoc)