Skip to content

Commit

Permalink
Additional keywords to search for SpotBugs preference page (#210)
Browse files Browse the repository at this point in the history
This adds the keywords "bugs" and "findbugs" to "spotbugs" (the
default).
  • Loading branch information
Andreas Sewe authored and iloveeclipse committed Jun 12, 2017
1 parent b0009ad commit d4e7adc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eclipsePlugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,8 +1319,14 @@
class="de.tobject.findbugs.properties.FindbugsPropertyPage"
id="FindBugsPreferencePage"
name="SpotBugs">
<keywordReference id="com.github.spotbugs.plugin.eclipse.keywords"/>
</page>
</extension>
<extension
point="org.eclipse.ui.keywords">
<keyword id="com.github.spotbugs.plugin.eclipse.keywords"
label="bugs findbugs"/>
</extension>

<extension
point="org.eclipse.ui.console.consoleFactories">
Expand Down

0 comments on commit d4e7adc

Please sign in to comment.