1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 00:36:16 +02:00

fix for bug 234912

This commit is contained in:
Vivian Kong 2008-05-30 19:29:15 +00:00
parent fcca0c17ea
commit 421cf10687
4 changed files with 15 additions and 9 deletions

View file

@ -8,6 +8,7 @@
# Contributors: # Contributors:
# QNX Software Systems - initial API and implementation # QNX Software Systems - initial API and implementation
# Anton Leherbauer (Wind River Systems) # Anton Leherbauer (Wind River Systems)
# IBM Corporation
############################################################################### ###############################################################################
pluginName=C/C++ Standard make Build UI pluginName=C/C++ Standard make Build UI
@ -77,7 +78,9 @@ GCCPerFileProfile.name=GCC per file scanner info profile
CDTPathSymbolsProperty.name=C/C++ Project paths and symbols CDTPathSymbolsProperty.name=C/C++ Project paths and symbols
Includes=Includes Includes=Includes
Includes.tooltip=Includes list
Symbols=Symbols Symbols=Symbols
Symbols.tooltip=Macros list
# menu label # menu label
Make.targets.menu=Make targets Make.targets.menu=Make targets

View file

@ -433,7 +433,7 @@
weight="001" weight="001"
helpId="cdt_u_prop_pns_inc" helpId="cdt_u_prop_pns_inc"
parent="org.eclipse.cdt.make.internal.ui.properties.PathAndSymbolPage" parent="org.eclipse.cdt.make.internal.ui.properties.PathAndSymbolPage"
tooltip=""Includes list""/> tooltip="%Includes.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.SymbolTab" class="org.eclipse.cdt.ui.newui.SymbolTab"
name="%Symbols" name="%Symbols"
@ -441,7 +441,7 @@
weight="002" weight="002"
helpId="cdt_u_prop_pns_sym" helpId="cdt_u_prop_pns_sym"
parent="org.eclipse.cdt.make.internal.ui.properties.PathAndSymbolPage" parent="org.eclipse.cdt.make.internal.ui.properties.PathAndSymbolPage"
tooltip="&quot;Macros list&quot;"/> tooltip="%Symbols.tooltip"/>
</extension> </extension>
<extension <extension

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2003, 2007 IBM Corporation and others. # Copyright (c) 2003, 2008 IBM Corporation 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
@ -70,8 +70,11 @@ Build.artifact=Build Artifact
Builder.settings=Builder Settings Builder.settings=Builder Settings
WBB.settings=Behaviour WBB.settings=Behaviour
Includes=Includes Includes=Includes
Includes.tooltip=Includes list
Symbols=Symbols Symbols=Symbols
Symbols.tooltip=Macros list
Libraries=Libraries Libraries=Libraries
Libraries.tooltip=Libraries list
Library.paths=Library Paths Library.paths=Library Paths
References=References References=References
Source.location=Source Location Source.location=Source Location

View file

@ -273,7 +273,7 @@
weight="001" weight="001"
helpId="cdt_u_prop_pns_inc" helpId="cdt_u_prop_pns_inc"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb" parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb"
tooltip="&quot;Includes list&quot;"/> tooltip="%Includes.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.SymbolTab" class="org.eclipse.cdt.ui.newui.SymbolTab"
icon="icons/obj16/define_obj.gif" icon="icons/obj16/define_obj.gif"
@ -281,7 +281,7 @@
weight="002" weight="002"
helpId="cdt_u_prop_pns_sym" helpId="cdt_u_prop_pns_sym"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb" parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb"
tooltip="&quot;Macros list&quot;"/> tooltip="%Symbols.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.LibraryTab" class="org.eclipse.cdt.ui.newui.LibraryTab"
icon="icons/obj16/lib_obj.gif" icon="icons/obj16/lib_obj.gif"
@ -289,7 +289,7 @@
weight="003" weight="003"
helpId="cdt_u_prop_pns_lib" helpId="cdt_u_prop_pns_lib"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb" parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb"
tooltip="&quot;Libraries list&quot;"/> tooltip="%Libraries.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.LibraryPathTab" class="org.eclipse.cdt.ui.newui.LibraryPathTab"
icon="icons/obj16/opentype.gif" icon="icons/obj16/opentype.gif"
@ -354,21 +354,21 @@
name="%Includes" name="%Includes"
helpId="cdt_u_prop_exp" helpId="cdt_u_prop_exp"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ExpPathAndSymb" parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ExpPathAndSymb"
tooltip="&quot;Includes list&quot;"/> tooltip="%Includes.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.ExpSymbolTab" class="org.eclipse.cdt.ui.newui.ExpSymbolTab"
icon="icons/obj16/define_obj.gif" icon="icons/obj16/define_obj.gif"
name="%Symbols" name="%Symbols"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ExpPathAndSymb" parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ExpPathAndSymb"
helpId="cdt_u_prop_exp" helpId="cdt_u_prop_exp"
tooltip="&quot;Macros list&quot;"/> tooltip="%Symbols.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.ExpLibraryTab" class="org.eclipse.cdt.ui.newui.ExpLibraryTab"
icon="icons/obj16/lib_obj.gif" icon="icons/obj16/lib_obj.gif"
name="%Libraries" name="%Libraries"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ExpPathAndSymb" parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ExpPathAndSymb"
helpId="cdt_u_prop_exp" helpId="cdt_u_prop_exp"
tooltip="&quot;Libraries list&quot;"/> tooltip="%Libraries.tooltip"/>
<tab <tab
class="org.eclipse.cdt.ui.newui.ExpLibraryPathTab" class="org.eclipse.cdt.ui.newui.ExpLibraryPathTab"
icon="icons/obj16/opentype.gif" icon="icons/obj16/opentype.gif"