mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
Patch from Benoit Miller for Bug 148436 - Cannot change default text color in Makefile editor
This commit is contained in:
parent
ed64c1a6f9
commit
82bc1b486e
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2002, 2005 QNX Software Systems and others.
|
* Copyright (c) 2002, 2006 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -213,6 +213,7 @@ public class MakefileEditorPreferencePage extends AbstractMakefileEditorPreferen
|
||||||
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_macro_def"), ColorManager.MAKE_MACRO_DEF_COLOR, null}, //$NON-NLS-1$
|
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_macro_def"), ColorManager.MAKE_MACRO_DEF_COLOR, null}, //$NON-NLS-1$
|
||||||
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_function"), ColorManager.MAKE_FUNCTION_COLOR, null}, //$NON-NLS-1$
|
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_function"), ColorManager.MAKE_FUNCTION_COLOR, null}, //$NON-NLS-1$
|
||||||
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_keyword"), ColorManager.MAKE_KEYWORD_COLOR, null}, //$NON-NLS-1$
|
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_keyword"), ColorManager.MAKE_KEYWORD_COLOR, null}, //$NON-NLS-1$
|
||||||
|
{MakefilePreferencesMessages.getString("MakefileEditorPreferencePage.makefile_editor_default"), ColorManager.MAKE_DEFAULT_COLOR, null}, //$NON-NLS-1$
|
||||||
};
|
};
|
||||||
ArrayList overlayKeys= new ArrayList();
|
ArrayList overlayKeys= new ArrayList();
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@ MakefileEditorPreferencePage.makefile_editor_macro_ref=macro reference
|
||||||
MakefileEditorPreferencePage.makefile_editor_function=function
|
MakefileEditorPreferencePage.makefile_editor_function=function
|
||||||
MakefileEditorPreferencePage.makefile_editor_keyword=keyword
|
MakefileEditorPreferencePage.makefile_editor_keyword=keyword
|
||||||
MakefileEditorPreferencePage.makefile_editor_target=target
|
MakefileEditorPreferencePage.makefile_editor_target=target
|
||||||
|
MakefileEditorPreferencePage.makefile_editor_default=default
|
||||||
|
|
||||||
MakefileSettingsPreferencePage.style=Style of Makefile
|
MakefileSettingsPreferencePage.style=Style of Makefile
|
||||||
MakefileSettingsPreferencePage.path.label=Makefile include directories
|
MakefileSettingsPreferencePage.path.label=Makefile include directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue