|
17 | 17 | name="%marker.pmd" |
18 | 18 | point="org.eclipse.core.resources.markers"> |
19 | 19 | <super type="org.eclipse.core.resources.textmarker"></super> |
20 | | - <super type="org.eclipse.core.resources.problemmarker"></super> |
21 | 20 | <persistent value="true"></persistent> |
22 | 21 | <attribute name="rulename"></attribute> |
23 | 22 | </extension> |
|
26 | 25 | id="pmdMarker1" |
27 | 26 | name="%marker.pmd.prio1" |
28 | 27 | point="org.eclipse.core.resources.markers"> |
| 28 | + <super type="org.eclipse.core.resources.problemmarker"></super> |
29 | 29 | <super type="net.sourceforge.pmd.eclipse.plugin.pmdMarker"></super> |
30 | 30 | <persistent value="true"></persistent> |
31 | 31 | </extension> |
|
34 | 34 | id="pmdMarker2" |
35 | 35 | name="%marker.pmd.prio2" |
36 | 36 | point="org.eclipse.core.resources.markers"> |
| 37 | + <super type="org.eclipse.core.resources.problemmarker"></super> |
37 | 38 | <super type="net.sourceforge.pmd.eclipse.plugin.pmdMarker"></super> |
38 | 39 | <persistent value="true"></persistent> |
39 | 40 | </extension> |
|
42 | 43 | id="pmdMarker3" |
43 | 44 | name="%marker.pmd.prio3" |
44 | 45 | point="org.eclipse.core.resources.markers"> |
| 46 | + <super type="org.eclipse.core.resources.problemmarker"></super> |
45 | 47 | <super type="net.sourceforge.pmd.eclipse.plugin.pmdMarker"></super> |
46 | 48 | <persistent value="true"></persistent> |
47 | 49 | </extension> |
|
50 | 52 | id="pmdMarker4" |
51 | 53 | name="%marker.pmd.prio4" |
52 | 54 | point="org.eclipse.core.resources.markers"> |
| 55 | + <super type="org.eclipse.core.resources.problemmarker"></super> |
53 | 56 | <super type="net.sourceforge.pmd.eclipse.plugin.pmdMarker"></super> |
54 | 57 | <persistent value="true"></persistent> |
55 | 58 | </extension> |
|
58 | 61 | id="pmdMarker5" |
59 | 62 | name="%marker.pmd.prio5" |
60 | 63 | point="org.eclipse.core.resources.markers"> |
| 64 | + <super type="org.eclipse.core.resources.problemmarker"></super> |
61 | 65 | <super type="net.sourceforge.pmd.eclipse.plugin.pmdMarker"></super> |
62 | 66 | <persistent value="true"></persistent> |
63 | 67 | </extension> |
|
75 | 79 | </markerTypeCategory> |
76 | 80 | </extension> |
77 | 81 |
|
| 82 | + <extension |
| 83 | + point="org.eclipse.ui.editors.annotationTypes"> |
| 84 | + <type |
| 85 | + name="net.sourceforge.pmd.eclipse.plugin.annotation.prio1" |
| 86 | + markerType="net.sourceforge.pmd.eclipse.plugin.pmdMarker1"/> |
| 87 | + <type |
| 88 | + name="net.sourceforge.pmd.eclipse.plugin.annotation.prio2" |
| 89 | + markerType="net.sourceforge.pmd.eclipse.plugin.pmdMarker2"/> |
| 90 | + <type |
| 91 | + name="net.sourceforge.pmd.eclipse.plugin.annotation.prio3" |
| 92 | + markerType="net.sourceforge.pmd.eclipse.plugin.pmdMarker3"/> |
| 93 | + <type |
| 94 | + name="net.sourceforge.pmd.eclipse.plugin.annotation.prio4" |
| 95 | + markerType="net.sourceforge.pmd.eclipse.plugin.pmdMarker4"/> |
| 96 | + <type |
| 97 | + name="net.sourceforge.pmd.eclipse.plugin.annotation.prio5" |
| 98 | + markerType="net.sourceforge.pmd.eclipse.plugin.pmdMarker5"/> |
| 99 | + </extension> |
| 100 | + |
| 101 | + <extension |
| 102 | + point="org.eclipse.ui.editors.markerAnnotationSpecification"> |
| 103 | + <specification |
| 104 | + annotationType="net.sourceforge.pmd.eclipse.plugin.annotation.prio1" |
| 105 | + colorPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.color" |
| 106 | + overviewRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.overviewruler" |
| 107 | + verticalRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.verticalruler" |
| 108 | + textPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.text" |
| 109 | + label="PMD Violation Prio 1" |
| 110 | + highlightPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.highlight" |
| 111 | + colorPreferenceValue="255,0,0" |
| 112 | + presentationLayer="5" |
| 113 | + overviewRulerPreferenceValue="true" |
| 114 | + verticalRulerPreferenceValue="true" |
| 115 | + textPreferenceValue="false" |
| 116 | + highlightPreferenceValue="true" |
| 117 | + contributesToHeader="true" |
| 118 | + showInNextPrevDropdownToolbarActionKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.dropdown" |
| 119 | + showInNextPrevDropdownToolbarAction="true" |
| 120 | + isGoToNextNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.next" |
| 121 | + isGoToNextNavigationTarget="true" |
| 122 | + isGoToPreviousNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.previous" |
| 123 | + isGoToPreviousNavigationTarget="true" |
| 124 | + icon="icons/markerP1.png" |
| 125 | + annotationImageProvider="net.sourceforge.pmd.eclipse.ui.PMDMarkerImageProvider" |
| 126 | + textStylePreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio1.text.style" |
| 127 | + textStylePreferenceValue="BOX" |
| 128 | + includeOnPreferencePage="true" /> |
| 129 | + <specification |
| 130 | + annotationType="net.sourceforge.pmd.eclipse.plugin.annotation.prio2" |
| 131 | + colorPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.color" |
| 132 | + overviewRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.overviewruler" |
| 133 | + verticalRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.verticalruler" |
| 134 | + textPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.text" |
| 135 | + label="PMD Violation Prio 2" |
| 136 | + highlightPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.highlight" |
| 137 | + colorPreferenceValue="0,255,255" |
| 138 | + presentationLayer="5" |
| 139 | + overviewRulerPreferenceValue="true" |
| 140 | + verticalRulerPreferenceValue="true" |
| 141 | + textPreferenceValue="false" |
| 142 | + highlightPreferenceValue="true" |
| 143 | + contributesToHeader="true" |
| 144 | + showInNextPrevDropdownToolbarActionKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.dropdown" |
| 145 | + showInNextPrevDropdownToolbarAction="true" |
| 146 | + isGoToNextNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.next" |
| 147 | + isGoToNextNavigationTarget="true" |
| 148 | + isGoToPreviousNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.previous" |
| 149 | + isGoToPreviousNavigationTarget="true" |
| 150 | + icon="icons/markerP2.png" |
| 151 | + annotationImageProvider="net.sourceforge.pmd.eclipse.ui.PMDMarkerImageProvider" |
| 152 | + textStylePreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio2.text.style" |
| 153 | + textStylePreferenceValue="BOX" |
| 154 | + includeOnPreferencePage="true" /> |
| 155 | + <specification |
| 156 | + annotationType="net.sourceforge.pmd.eclipse.plugin.annotation.prio3" |
| 157 | + colorPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.color" |
| 158 | + overviewRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.overviewruler" |
| 159 | + verticalRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.verticalruler" |
| 160 | + textPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.text" |
| 161 | + label="PMD Violation Prio 3" |
| 162 | + highlightPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.highlight" |
| 163 | + colorPreferenceValue="0,255,0" |
| 164 | + presentationLayer="4" |
| 165 | + overviewRulerPreferenceValue="true" |
| 166 | + verticalRulerPreferenceValue="true" |
| 167 | + textPreferenceValue="false" |
| 168 | + highlightPreferenceValue="true" |
| 169 | + contributesToHeader="true" |
| 170 | + showInNextPrevDropdownToolbarActionKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.dropdown" |
| 171 | + showInNextPrevDropdownToolbarAction="true" |
| 172 | + isGoToNextNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.next" |
| 173 | + isGoToNextNavigationTarget="true" |
| 174 | + isGoToPreviousNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.previous" |
| 175 | + isGoToPreviousNavigationTarget="true" |
| 176 | + icon="icons/markerP3.png" |
| 177 | + annotationImageProvider="net.sourceforge.pmd.eclipse.ui.PMDMarkerImageProvider" |
| 178 | + textStylePreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio3.text.style" |
| 179 | + textStylePreferenceValue="BOX" |
| 180 | + includeOnPreferencePage="true" /> |
| 181 | + <specification |
| 182 | + annotationType="net.sourceforge.pmd.eclipse.plugin.annotation.prio4" |
| 183 | + colorPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.color" |
| 184 | + overviewRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.overviewruler" |
| 185 | + verticalRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.verticalruler" |
| 186 | + textPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.text" |
| 187 | + label="PMD Violation Prio 4" |
| 188 | + highlightPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.highlight" |
| 189 | + colorPreferenceValue="255,0,255" |
| 190 | + presentationLayer="4" |
| 191 | + overviewRulerPreferenceValue="true" |
| 192 | + verticalRulerPreferenceValue="true" |
| 193 | + textPreferenceValue="false" |
| 194 | + highlightPreferenceValue="true" |
| 195 | + contributesToHeader="true" |
| 196 | + showInNextPrevDropdownToolbarActionKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.dropdown" |
| 197 | + showInNextPrevDropdownToolbarAction="true" |
| 198 | + isGoToNextNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.next" |
| 199 | + isGoToNextNavigationTarget="true" |
| 200 | + isGoToPreviousNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.previous" |
| 201 | + isGoToPreviousNavigationTarget="true" |
| 202 | + icon="icons/markerP4.png" |
| 203 | + annotationImageProvider="net.sourceforge.pmd.eclipse.ui.PMDMarkerImageProvider" |
| 204 | + textStylePreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio4.text.style" |
| 205 | + textStylePreferenceValue="BOX" |
| 206 | + includeOnPreferencePage="true" /> |
| 207 | + <specification |
| 208 | + annotationType="net.sourceforge.pmd.eclipse.plugin.annotation.prio5" |
| 209 | + colorPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.color" |
| 210 | + overviewRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.overviewruler" |
| 211 | + verticalRulerPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.verticalruler" |
| 212 | + textPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.text" |
| 213 | + label="PMD Violation Prio 5" |
| 214 | + highlightPreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.highlight" |
| 215 | + colorPreferenceValue="0,0,255" |
| 216 | + presentationLayer="3" |
| 217 | + overviewRulerPreferenceValue="true" |
| 218 | + verticalRulerPreferenceValue="true" |
| 219 | + textPreferenceValue="false" |
| 220 | + highlightPreferenceValue="true" |
| 221 | + contributesToHeader="true" |
| 222 | + showInNextPrevDropdownToolbarActionKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.dropdown" |
| 223 | + showInNextPrevDropdownToolbarAction="true" |
| 224 | + isGoToNextNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.next" |
| 225 | + isGoToNextNavigationTarget="true" |
| 226 | + isGoToPreviousNavigationTargetKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.previous" |
| 227 | + isGoToPreviousNavigationTarget="true" |
| 228 | + icon="icons/markerP5.png" |
| 229 | + annotationImageProvider="net.sourceforge.pmd.eclipse.ui.PMDMarkerImageProvider" |
| 230 | + textStylePreferenceKey="net.sourceforge.pmd.eclipse.plugin.annotation.prio5.text.style" |
| 231 | + textStylePreferenceValue="BOX" |
| 232 | + includeOnPreferencePage="true" /> |
| 233 | + </extension> |
| 234 | + |
78 | 235 | <extension point="org.eclipse.ui.ide.markerImageProviders"> |
79 | 236 | <imageprovider |
80 | 237 | id="PMD.imageProvider1" |
|
0 commit comments