mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
Bug 559674: Declare cmake.is problem marker type
Markers were getting created in the code (with calls to CompileCommandsJsonParser.createMarker) but were not rendered in the UI because there was no declaration. Change-Id: I571b6ad7bb6f2b78a7b920cdf74ff89d6790d717
This commit is contained in:
parent
30845347d0
commit
92dcc3f6ab
1 changed files with 11 additions and 0 deletions
|
@ -10,4 +10,15 @@
|
||||||
id="org.eclipse.cdt.cmake.is.core.detectorConsole">
|
id="org.eclipse.cdt.cmake.is.core.detectorConsole">
|
||||||
</CBuildConsole>
|
</CBuildConsole>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension
|
||||||
|
id="CompileCommandsJsonParserMarker"
|
||||||
|
name="CMake compile_commands.json parser"
|
||||||
|
point="org.eclipse.core.resources.markers">
|
||||||
|
<persistent
|
||||||
|
value="false">
|
||||||
|
</persistent>
|
||||||
|
<super
|
||||||
|
type="org.eclipse.core.resources.problemmarker">
|
||||||
|
</super>
|
||||||
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue