PT #163527410: Don't load source for Eclipse. Ask JDT LS for locations.
This commit is contained in:
@@ -104,14 +104,6 @@
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.handlers">
|
||||
<handler
|
||||
class="org.springframework.tooling.boot.ls.commands.OpenJavaElementInEditor"
|
||||
commandId="org.springframework.tooling.boot.ls.OpenJavaElement">
|
||||
</handler>
|
||||
<handler
|
||||
class="org.springframework.tooling.boot.ls.commands.OpenResourceInEditor"
|
||||
commandId="org.springframework.tooling.boot.ls.OpenResourceInEditor">
|
||||
</handler>
|
||||
<handler
|
||||
class="org.springframework.tooling.boot.ls.commands.ToggleComment"
|
||||
commandId="org.springframework.tooling.boot.ls.ToggleComment">
|
||||
@@ -133,29 +125,6 @@
|
||||
id="org.springframework.ide.eclipse.commands"
|
||||
name="Spring Generic Text Editor">
|
||||
</category>
|
||||
<command
|
||||
id="org.springframework.tooling.boot.ls.OpenJavaElement"
|
||||
name="Open Java Element in Editor">
|
||||
<commandParameter
|
||||
id="bindingKey"
|
||||
name="bindingKey"
|
||||
optional="false">
|
||||
</commandParameter>
|
||||
<commandParameter
|
||||
id="projectName"
|
||||
name="projectName"
|
||||
optional="false">
|
||||
</commandParameter>
|
||||
</command>
|
||||
<command
|
||||
id="org.springframework.tooling.boot.ls.OpenResourceInEditor"
|
||||
name="Open File in Editor">
|
||||
<commandParameter
|
||||
id="path"
|
||||
name="path"
|
||||
optional="false">
|
||||
</commandParameter>
|
||||
</command>
|
||||
<command
|
||||
id="org.springframework.tooling.boot.ls.ToggleComment"
|
||||
categoryId="org.springframework.ide.eclipse.commands"
|
||||
|
||||
Reference in New Issue
Block a user