Initial implementation 'Goto Symbols' View
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.4"?>
|
||||
<plugin>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.views">
|
||||
<view
|
||||
name="Spring Symbols"
|
||||
icon="$nl$/icons/boot-icon.png"
|
||||
category="org.springframework.ide.eclipse.ui.views"
|
||||
class="org.springframework.tooling.ls.eclipse.gotosymbol.view.SpringSymbolsView"
|
||||
id="org.springframework.ide.eclipse.boot.dash.views.BootDashView">
|
||||
</view>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.commands">
|
||||
<category
|
||||
|
||||
Reference in New Issue
Block a user