Skip to content

Commit

Permalink
Remove no longer functional "implementations" command
Browse files Browse the repository at this point in the history
It was RLS speciric and has been non functional since move to
rust-analyzer which has built-in open definition/open implementation
  • Loading branch information
akurtakov committed Sep 11, 2024
1 parent bad0c91 commit d52d087
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 310 deletions.
41 changes: 1 addition & 40 deletions org.eclipse.corrosion/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
class="org.eclipse.corrosion.edit.RLSStreamConnectionProvider"
id="org.eclipse.corrosion.rls"
label="org.eclipse.corrosion.RLS"
clientImpl="org.eclipse.corrosion.edit.RLSClientImplementation"
serverInterface="org.eclipse.corrosion.edit.RLSServerInterface">
clientImpl="org.eclipse.corrosion.edit.RLSClientImplementation">
</server>
<contentTypeMapping
contentType="org.eclipse.tm4e.language_pack.rust"
Expand Down Expand Up @@ -285,44 +284,6 @@
name="%containerName.absolutePath"/>
</extension>

<!-- INCREMENTAL BUILD PROCESS -->
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="true"
locationURI="popup:#TextEditorContext?after=additions">
<command
commandId="org.eclipse.corrosion.commands.Implementations"
style="push">
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
categoryId="org.eclipse.lsp4e.category"
id="org.eclipse.corrosion.commands.Implementations"
name="%command.name.1">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="org.eclipse.corrosion.extensions.Implementations"
commandId="org.eclipse.corrosion.commands.Implementations">
<enabledWhen>
<and>
<with
variable="selection">
<instanceof
value="org.eclipse.jface.text.ITextSelection">
</instanceof>
</with>
</and>
</enabledWhen>
</handler>
</extension>

<!-- BREAKPOINTS -->
<extension point="org.eclipse.debug.ui.toggleBreakpointsTargetFactories">
<toggleTargetFactory
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d52d087

Please sign in to comment.