mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug #368221
Add CODAN markers to Preferences->General->Editors->Text Editors->Annotations Change-Id: I4ba5245306fb70a0f9d38235112b631bda36bb8f Reviewed-on: https://git.eclipse.org/r/12511 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
1bb098436f
commit
fb27a409fa
1 changed files with 24 additions and 6 deletions
|
@ -171,14 +171,12 @@
|
|||
<type
|
||||
markerSeverity="2"
|
||||
markerType="org.eclipse.cdt.codan.core.codanProblem"
|
||||
name="org.eclipse.cdt.codan.ui.annotation.error"
|
||||
super="org.eclipse.ui.workbench.texteditor.error">
|
||||
name="org.eclipse.cdt.codan.ui.annotation.error">
|
||||
</type>
|
||||
<type
|
||||
markerSeverity="1"
|
||||
markerType="org.eclipse.cdt.codan.core.codanProblem"
|
||||
name="org.eclipse.cdt.codan.ui.annotation.warning"
|
||||
super="org.eclipse.ui.workbench.texteditor.warning">
|
||||
name="org.eclipse.cdt.codan.ui.annotation.warning">
|
||||
</type>
|
||||
<type
|
||||
markerSeverity="0"
|
||||
|
@ -190,14 +188,34 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.editors.markerAnnotationSpecification">
|
||||
<specification
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.error"
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.error"
|
||||
colorPreferenceValue="255,0,0"
|
||||
colorPreferenceKey="org.eclipse.cdt.codan.ui.annotation.error.color"
|
||||
overviewRulerPreferenceKey="org.eclipse.cdt.codan.ui.annotation.error.overview"
|
||||
overviewRulerPreferenceValue="true"
|
||||
textPreferenceKey="org.eclipse.cdt.codan.ui.annotation.error.text"
|
||||
textPreferenceValue="true"
|
||||
textStylePreferenceKey="org.eclipse.cdt.codan.ui.annotation.error.textstyle"
|
||||
textStylePreferenceValue="SQUIGGLES"
|
||||
verticalRulerPreferenceKey="org.eclipse.cdt.codan.ui.annotation.error.ruler"
|
||||
verticalRulerPreferenceValue="true"
|
||||
label="%marker.editor.error"
|
||||
icon="icons/red_bug.gif"
|
||||
quickFixIcon="icons/red_bug_assist.gif"
|
||||
presentationLayer="6">
|
||||
</specification>
|
||||
<specification
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.warning"
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.warning"
|
||||
colorPreferenceValue="255,255,0"
|
||||
colorPreferenceKey="org.eclipse.cdt.codan.ui.annotation.warning.color"
|
||||
overviewRulerPreferenceKey="org.eclipse.cdt.codan.ui.annotation.warning.overview"
|
||||
overviewRulerPreferenceValue="true"
|
||||
textPreferenceKey="org.eclipse.cdt.codan.ui.annotation.warning.text"
|
||||
textPreferenceValue="true"
|
||||
textStylePreferenceKey="org.eclipse.cdt.codan.ui.annotation.error.textstyle"
|
||||
textStylePreferenceValue="SQUIGGLES"
|
||||
verticalRulerPreferenceKey="org.eclipse.cdt.codan.ui.annotation.warning.ruler"
|
||||
verticalRulerPreferenceValue="true"
|
||||
label="%marker.editor.warning"
|
||||
icon="icons/yellow_bug.gif"
|
||||
quickFixIcon="icons/yellow_bug_assist.gif"
|
||||
|
|
Loading…
Add table
Reference in a new issue