Skip to content

Commit

Permalink
Added search top menu and an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Sep 1, 2015
1 parent 7d7ed69 commit 8a892b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions plugins/net.bioclipse.ui.search/plugin.xml
Expand Up @@ -8,9 +8,20 @@
id="net.bioclipse.search.BioclipseSearch"
name="Search"
category="net.bioclipse.ui.category"
icon=""
icon="icons/search-icon.png"
allowMultiple="false"
restorable="true">
</view>
</extension>
</plugin>

<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu">
<menu
id="net.bioclipse.ui.menu.search"
label="Search">
</menu>
</menuContribution>
</extension>
</plugin>

0 comments on commit 8a892b1

Please sign in to comment.