View | Details | Raw Unified | Return to bug 148436
Collapse All | Expand All

(-)src/org/eclipse/cdt/make/internal/ui/preferences/MakefileEditorPreferencePage.java (+1 lines)
Lines 213-218 Link Here
213
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_macro_def"), ColorManager.MAKE_MACRO_DEF_COLOR, null}, //$NON-NLS-1$
213
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_macro_def"), ColorManager.MAKE_MACRO_DEF_COLOR, null}, //$NON-NLS-1$
214
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_function"), ColorManager.MAKE_FUNCTION_COLOR, null},  //$NON-NLS-1$
214
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_function"), ColorManager.MAKE_FUNCTION_COLOR, null},  //$NON-NLS-1$
215
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_keyword"),  ColorManager.MAKE_KEYWORD_COLOR, null},  //$NON-NLS-1$
215
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_keyword"),  ColorManager.MAKE_KEYWORD_COLOR, null},  //$NON-NLS-1$
216
				{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_default"),  ColorManager.MAKE_DEFAULT_COLOR, null},  //$NON-NLS-1$
216
			};
217
			};
217
		ArrayList overlayKeys= new ArrayList();
218
		ArrayList overlayKeys= new ArrayList();
218
219
(-)src/org/eclipse/cdt/make/internal/ui/preferences/MakefilePreferencesMessages.properties (+1 lines)
Lines 51-56 Link Here
51
MakefileEditorPreferencePage.makefile_editor_function=function
51
MakefileEditorPreferencePage.makefile_editor_function=function
52
MakefileEditorPreferencePage.makefile_editor_keyword=keyword
52
MakefileEditorPreferencePage.makefile_editor_keyword=keyword
53
MakefileEditorPreferencePage.makefile_editor_target=target
53
MakefileEditorPreferencePage.makefile_editor_target=target
54
MakefileEditorPreferencePage.makefile_editor_default=default
54
55
55
MakefileSettingsPreferencePage.style=Style of Makefile
56
MakefileSettingsPreferencePage.style=Style of Makefile
56
MakefileSettingsPreferencePage.path.label=Makefile include directories
57
MakefileSettingsPreferencePage.path.label=Makefile include directories

Return to bug 148436