mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Make it work for Eclipse-3.0
This commit is contained in:
parent
99f7af4dba
commit
8af641c677
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,6 @@ public class MakefileEditor extends TextEditor implements ISelectionChangedListe
|
||||||
|
|
||||||
public MakefileEditor() {
|
public MakefileEditor() {
|
||||||
super();
|
super();
|
||||||
initializeEditor();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -71,6 +70,7 @@ public class MakefileEditor extends TextEditor implements ISelectionChangedListe
|
||||||
setEditorContextMenuId("#MakefileEditorContext"); //$NON-NLS-1$
|
setEditorContextMenuId("#MakefileEditorContext"); //$NON-NLS-1$
|
||||||
setRulerContextMenuId("#MakefileRulerContext"); //$NON-NLS-1$
|
setRulerContextMenuId("#MakefileRulerContext"); //$NON-NLS-1$
|
||||||
setDocumentProvider(MakeUIPlugin.getDefault().getMakefileDocumentProvider());
|
setDocumentProvider(MakeUIPlugin.getDefault().getMakefileDocumentProvider());
|
||||||
|
setPreferenceStore(MakeUIPlugin.getDefault().getPreferenceStore());
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue