1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Bug 329430: added extension to replace default icons for codan with custom. Now need the actual icons.

This commit is contained in:
Alena Laskavaia 2011-03-18 02:14:26 +00:00
parent b8f814df23
commit 11b9fcea4f
14 changed files with 30 additions and 3 deletions

View file

@ -26,3 +26,7 @@ markerGroupingEntry.category.Unknown = Unknown
markerGroupingEntry.category.ProgrammingProblems = Programming Problems
markerGroupingEntry.category.CompilerErrors = Semantic Errors
markerGroupingEntry.category.CodingStyle = Coding Style
marker.editor.error = Codan Errors
marker.editor.warning = Codan Warnings
marker.editor.info = Codan Info
action.customize = Customize Problem...

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

View file

@ -74,7 +74,7 @@
<view
category="org.eclipse.cdt.ui.views"
class="org.eclipse.cdt.codan.internal.ui.views.ProblemDetails"
icon="icons/problemDetails.gif"
icon="icons/edit_bug.gif"
id="org.eclipse.cdt.codan.internal.ui.views.ProblemDetails"
name="%view.name">
</view>
@ -195,6 +195,29 @@
super="org.eclipse.ui.workbench.texteditor.info">
</type>
</extension>
<extension
point="org.eclipse.ui.editors.markerAnnotationSpecification">
<specification
annotationType="org.eclipse.cdt.codan.ui.annotation.error"
label="%marker.editor.error"
icon="icons/error.gif"
quickFixIcon="icons/quick_fix_error_obj.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"
presentationLayer="5">
</specification>
<specification
annotationType="org.eclipse.cdt.codan.ui.annotation.info"
label="%marker.editor.info"
icon="icons/info.gif"
presentationLayer="4">
</specification>
</extension>
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
@ -204,7 +227,7 @@
<action
class="org.eclipse.cdt.codan.internal.ui.actions.OpenProblemPreferences"
id="org.eclipse.cdt.codan.ui.OpenProblemProperties"
label="Customize Problem..."
label="%action.customize"
menubarPath="additions"/>
<filter name="type"