PT #155474415: Adjust def links for Eclipse client
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
<extension
|
||||
point="org.eclipse.ui.handlers">
|
||||
<handler
|
||||
class="org.springframework.tooling.boot.ls.commands.OpenFullyQualifiedNameInEditor"
|
||||
commandId="org.springframework.tooling.boot.ls.OpenJavaType">
|
||||
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"
|
||||
@@ -132,11 +132,16 @@
|
||||
name="Spring Generic Text Editor">
|
||||
</category>
|
||||
<command
|
||||
id="org.springframework.tooling.boot.ls.OpenJavaType"
|
||||
name="Open Java Type in Editor">
|
||||
id="org.springframework.tooling.boot.ls.OpenJavaElement"
|
||||
name="Open Java Element in Editor">
|
||||
<commandParameter
|
||||
id="fqName"
|
||||
name="fqName"
|
||||
id="bindingKey"
|
||||
name="bindingKey"
|
||||
optional="false">
|
||||
</commandParameter>
|
||||
<commandParameter
|
||||
id="projectName"
|
||||
name="projectName"
|
||||
optional="false">
|
||||
</commandParameter>
|
||||
</command>
|
||||
|
||||
Reference in New Issue
Block a user