mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Removed RegexErrorParser as a separate parser
This commit is contained in:
parent
563cd26795
commit
9993dae7a5
2 changed files with 1 additions and 11 deletions
|
@ -68,11 +68,10 @@ CDTGNULinkerErrorParser.regex.ldWarning=ld(\\.exe)?: [Ww]arning:? (.*)
|
|||
CDTGNULinkerErrorParser.regex.ldError=ld(\\.exe)?: (.*)
|
||||
|
||||
CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser
|
||||
CDTWorkingDirLocator.name=CDT pushd CWD Locator
|
||||
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
|
||||
CDTRegexErrorParser.name=CDT Regular Expression Error Parser
|
||||
|
||||
PathEntryContainerInitializer=Path Entry Container Initializer
|
||||
|
||||
|
|
|
@ -284,15 +284,6 @@
|
|||
class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<extension
|
||||
id="RegexErrorParser"
|
||||
name="%CDTRegexErrorParser.name"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
id="org.eclipse.cdt.core.RegexErrorParser"
|
||||
name="%CDTRegexErrorParser.name">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- CDT customized problem markers: C Problem markers -->
|
||||
<!-- =================================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue