mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 329430 - using bug icons for now for codan markers
This commit is contained in:
parent
3bceaf6856
commit
31ec0b89c2
7 changed files with 5 additions and 5 deletions
BIN
codan/org.eclipse.cdt.codan.ui/icons/blue_bug.gif
Normal file
BIN
codan/org.eclipse.cdt.codan.ui/icons/blue_bug.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 B |
BIN
codan/org.eclipse.cdt.codan.ui/icons/quick_fix.gif
Normal file
BIN
codan/org.eclipse.cdt.codan.ui/icons/quick_fix.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 B |
BIN
codan/org.eclipse.cdt.codan.ui/icons/red_bug.gif
Normal file
BIN
codan/org.eclipse.cdt.codan.ui/icons/red_bug.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 B |
BIN
codan/org.eclipse.cdt.codan.ui/icons/red_bug_assist.gif
Normal file
BIN
codan/org.eclipse.cdt.codan.ui/icons/red_bug_assist.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 376 B |
BIN
codan/org.eclipse.cdt.codan.ui/icons/yellow_bug.gif
Normal file
BIN
codan/org.eclipse.cdt.codan.ui/icons/yellow_bug.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 B |
BIN
codan/org.eclipse.cdt.codan.ui/icons/yellow_bug_assist.gif
Normal file
BIN
codan/org.eclipse.cdt.codan.ui/icons/yellow_bug_assist.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 376 B |
|
@ -200,21 +200,21 @@
|
|||
<specification
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.error"
|
||||
label="%marker.editor.error"
|
||||
icon="icons/error.gif"
|
||||
quickFixIcon="icons/quick_fix_error_obj.gif"
|
||||
icon="icons/red_bug.gif"
|
||||
quickFixIcon="icons/red_bug_assist.gif"
|
||||
presentationLayer="6">
|
||||
</specification>
|
||||
<specification
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.warning"
|
||||
label="%marker.editor.warning"
|
||||
icon="icons/warning.gif"
|
||||
quickFixIcon="icons/quick_fix_warning_obj.gif"
|
||||
icon="icons/yellow_bug.gif"
|
||||
quickFixIcon="icons/yellow_bug_assist.gif"
|
||||
presentationLayer="5">
|
||||
</specification>
|
||||
<specification
|
||||
annotationType="org.eclipse.cdt.codan.ui.annotation.info"
|
||||
label="%marker.editor.info"
|
||||
icon="icons/info.gif"
|
||||
icon="icons/blue_bug.gif"
|
||||
presentationLayer="4">
|
||||
</specification>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue