mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Fix for [Bug 178341] Missing Errors and Warnings indicators after the failed build
This commit is contained in:
parent
c3c53aa402
commit
9a769f5b47
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,7 @@
|
|||
id="org.eclipse.cdt.build.core.settings.holder.libs"
|
||||
supportsManagedBuild="false"
|
||||
name="holder for library settings"
|
||||
errorParsers="org.eclipse.cdt.core.VCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GCCErrorParser"
|
||||
isSystem="true">
|
||||
<option
|
||||
id="org.eclipse.cdt.build.core.settings.holder.libpaths"
|
||||
|
@ -343,6 +344,7 @@
|
|||
id="org.eclipse.cdt.build.core.settings.holder"
|
||||
supportsManagedBuild="false"
|
||||
name="holder for includes and symbols settings"
|
||||
errorParsers="org.eclipse.cdt.core.VCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GCCErrorParser"
|
||||
isSystem="true">
|
||||
<inputType
|
||||
id="org.eclipse.cdt.build.core.settings.holder.inType">
|
||||
|
|
Loading…
Add table
Reference in a new issue