mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 349248: Fix even more user-visible CDT refs
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e Reviewed-on: https://git.eclipse.org/r/11372 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
parent
178b505535
commit
07fcd9213c
4 changed files with 11 additions and 11 deletions
2
build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
Normal file → Executable file
2
build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
Normal file → Executable file
|
@ -24,7 +24,7 @@ MngOtherProp.name= Error/Binary Parsers
|
|||
#The preference pages
|
||||
MakeBuildPref.name=Makefile Project
|
||||
MngBuildPref.name=Managed Build
|
||||
NewCDTWizardPref.name=New CDT Project Wizard
|
||||
NewCDTWizardPref.name=New C/C++ Project Wizard
|
||||
varsPrefName=Build Variables
|
||||
envPrefName=Environment
|
||||
propSettingsPrefName=Property Pages Settings
|
||||
|
|
4
build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
Normal file → Executable file
4
build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
Normal file → Executable file
|
@ -108,7 +108,7 @@ NewCfgDialog_0=Existing configuration
|
|||
NewCfgDialog_1=Default configuration
|
||||
NewBuildConfigurationDialog_0=Cannot create config
|
||||
NewBuildConfigurationDialog_1=>>
|
||||
PrefPage_NewCDTWizard_0=Settings will be applied to CDT new project wizard during project creation process
|
||||
PrefPage_NewCDTWizard_0=Settings will be applied to new projects created with the C/C++ project creation wizards
|
||||
WizardDefaultsTab_0=Show only supported toolchains, by default
|
||||
WizardDefaultsTab_1=Group old-style toolchains to <Others> folder
|
||||
PreferredToolchainsTab_0=Preferred toolchain will be selected by default in Wizard
|
||||
|
@ -283,7 +283,7 @@ ProjectConvert_convertersList=Converters List
|
|||
AbstractPrefPage_0=\ Preference settings will be applied to new projects \n only when there were no toolchains selected.
|
||||
EnvironmentTab_15=Current String List DISPLAY mode. Double-click to change
|
||||
EnvironmentTab_23=Current String List WRITE mode. Double-click to change
|
||||
PrefPage_PropertyPage_0=These settings will affect behavior of CDT property pages
|
||||
PrefPage_PropertyPage_0=These settings will affect behavior of C/C++ property pages
|
||||
|
||||
CConfigWizardPage_0=Select Configurations
|
||||
CConfigWizardPage_1=Select platforms and configurations you wish to deploy on
|
||||
|
|
14
core/org.eclipse.cdt.core/plugin.properties
Normal file → Executable file
14
core/org.eclipse.cdt.core/plugin.properties
Normal file → Executable file
|
@ -45,7 +45,7 @@ MachOParser.name=Mach-O Parser (Deprecated)
|
|||
MachOParser64.name=Mach-O 64 Parser
|
||||
SOMParser.name=HP-UX SOM Parser
|
||||
|
||||
CDTGNUCErrorParser.name=CDT GNU C/C++ Error Parser
|
||||
CDTGNUCErrorParser.name=GNU gcc/g++ Error Parser
|
||||
CDTGNUCErrorParser.regex.ReportedOnlyOnce=(.*?):(\\d+):(\\d+:)? .*\\(Each undeclared identifier is reported only once.*
|
||||
CDTGNUCErrorParser.regex.ForEachFunctionItAppearsIn=(.*?):(\\d+):(\\d+:)? .*for each function it appears in.\\).*
|
||||
CDTGNUCErrorParser.regex.ReportedOnlyOncePerInputFile=(.*?):(\\d+):(\\d+:)? .*this will be reported only once per input file.*
|
||||
|
@ -60,7 +60,7 @@ CDTGNUCErrorParser.regex.WarningConflictingTypesFor=(.*?):(\\d+):(\\d+:)? [Ww]ar
|
|||
CDTGNUCErrorParser.regex.GenericWarning=(.*?):(\\d+):(\\d+:)?\\s*(([Ww]arning)|(WARNING)): (.*)
|
||||
CDTGNUCErrorParser.regex.OtherError=(.*?):(\\d+):(\\d+:)? (.*)
|
||||
|
||||
CDTGNULinkerErrorParser.name=CDT GNU Linker Error Parser
|
||||
CDTGNULinkerErrorParser.name=GNU Linker Error Parser
|
||||
CDTGNULinkerErrorParser.regex.InFunction=(.*?):?(\\(\\.\\w+\\+.*\\))?:\\s*(In function [`'"](.*)['"]:)
|
||||
CDTGNULinkerErrorParser.regex.WarningDangerousFunction=(.*?):(\\d+):(\\d+:)? ([Ww]arning:)?\\s*(the use of [`'"](.*)['"] is dangerous, better use [`'"](.*)['"].*)
|
||||
CDTGNULinkerErrorParser.regex.TextWarning=(.*?):?\\(\\.\\w+\\+.*\\): [Ww]arning:? (.*)
|
||||
|
@ -68,11 +68,11 @@ CDTGNULinkerErrorParser.regex.TextError=(.*?):?\\(\\.\\w+\\+.*\\): (.*)
|
|||
CDTGNULinkerErrorParser.regex.ldWarning=(.*[/\\\\])?ld(\\.exe)?: [Ww]arning:? (.*)
|
||||
CDTGNULinkerErrorParser.regex.ldError=(.*[/\\\\])?ld(\\.exe)?: (.*)
|
||||
|
||||
CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser
|
||||
CDTWorkingDirLocator.name=CDT pushd/popd CWD Locator
|
||||
CDTGNUMakeErrorParser.name=CDT GNU Make Error Parser 7.0
|
||||
CDTGNUMakeErrorParser.name.deprecated=CDT GNU Make Error Parser 6.0 (Deprecated)
|
||||
CDTVisualCErrorParser.name=CDT Visual C Error Parser
|
||||
CDTGNUAssemblerErrorParser.name=GNU Assembler Error Parser
|
||||
CDTWorkingDirLocator.name=pushd/popd CWD Locator
|
||||
CDTGNUMakeErrorParser.name=GNU gmake Error Parser 7.0
|
||||
CDTGNUMakeErrorParser.name.deprecated=GNU gmake Error Parser 6.0 (Deprecated)
|
||||
CDTVisualCErrorParser.name=Microsoft Visual C Error Parser
|
||||
|
||||
PathEntryContainerInitializer=Path Entry Container Initializer
|
||||
|
||||
|
|
2
xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
Normal file → Executable file
2
xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
Normal file → Executable file
|
@ -16,7 +16,7 @@
|
|||
pluginName=xlC Error Parser Test Plugin
|
||||
providerName=Eclipse CDT
|
||||
|
||||
CDTXLCErrorParser.name=CDT xlC Error Parser
|
||||
CDTXLCErrorParser.name=xlC Error Parser
|
||||
|
||||
# Translators: do not translate patterns below. We currently do not support NL versions of the XL C/C++ compilers.
|
||||
# Following are patterns of xlC compiler messages. While translating the patterns should be replaced
|
||||
|
|
Loading…
Add table
Reference in a new issue