Skip to content

Commit 057f064

Browse files
committed
Remove experimental use of clangd LS extensions
1 parent 8885756 commit 057f064

File tree

5 files changed

+1
-355
lines changed

5 files changed

+1
-355
lines changed

bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Require-Bundle: org.eclipse.cdt.lsp;bundle-version="0.0.0",
3030
org.eclipse.ui.ide;bundle-version="0.0.0",
3131
org.eclipse.ui.workbench;bundle-version="0.0.0",
3232
org.eclipse.ui.workbench.texteditor;bundle-version="0.0.0",
33-
org.eclipse.core.variables;bundle-version="0.0.0",
34-
org.eclipse.lsp4j.jsonrpc;bundle-version="0.21.1"
33+
org.eclipse.core.variables;bundle-version="0.0.0"
3534
Service-Component: OSGI-INF/org.eclipse.cdt.lsp.clangd.BuiltinClangdOptionsDefaults.xml,
3635
OSGI-INF/org.eclipse.cdt.lsp.clangd.ClangdConfigurationFileManager.xml,
3736
OSGI-INF/org.eclipse.cdt.lsp.internal.clangd.ClangdConfigurationAccess.xml,

bundles/org.eclipse.cdt.lsp.clangd/plugin.xml

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@
7171
id="org.eclipse.cdt.lsp.clangd.editor.commands.command.switchSourceHeader"
7272
name="%Commands.ToggleSourceAndHeader.name">
7373
</command>
74-
<command
75-
id="org.eclipse.cdt.lsp.clangd.editor.commands.command.getAst"
76-
name="Receive Abstract Syntax Tree">
77-
</command>
78-
<command
79-
id="org.eclipse.cdt.lsp.clangd.editor.commands.command.getSymbolInfo"
80-
name="Receive Symbol Info">
81-
</command>
82-
<command
83-
id="org.eclipse.cdt.lsp.clangd.editor.commands.command.getSignatureHelp"
84-
name="Receive Signature Help">
85-
</command>
8674
</extension>
8775
<extension
8876
point="org.eclipse.ui.bindings">
@@ -106,41 +94,6 @@
10694
</with>
10795
</activeWhen>
10896
</handler>
109-
<handler
110-
class="org.eclipse.cdt.lsp.internal.clangd.editor.handlers.ReceiveAstCommandHandler"
111-
commandId="org.eclipse.cdt.lsp.clangd.editor.commands.command.getAst">
112-
<activeWhen>
113-
<with variable="activeEditor">
114-
<test
115-
property="org.eclipse.cdt.lsp.editor.active">
116-
</test>
117-
</with>
118-
</activeWhen>
119-
</handler>
120-
<handler
121-
class="org.eclipse.cdt.lsp.internal.clangd.editor.handlers.ReceiveSymbolInfoCommandHandler"
122-
commandId="org.eclipse.cdt.lsp.clangd.editor.commands.command.getSymbolInfo">
123-
<activeWhen>
124-
<with
125-
variable="activeEditor">
126-
<test
127-
property="org.eclipse.cdt.lsp.editor.active">
128-
</test>
129-
</with>
130-
</activeWhen>
131-
</handler>
132-
<handler
133-
class="org.eclipse.cdt.lsp.internal.clangd.editor.handlers.ReceiveSignatureHelpCommandHandler"
134-
commandId="org.eclipse.cdt.lsp.clangd.editor.commands.command.getSignatureHelp">
135-
<activeWhen>
136-
<with
137-
variable="activeEditor">
138-
<test
139-
property="org.eclipse.cdt.lsp.editor.active">
140-
</test>
141-
</with>
142-
</activeWhen>
143-
</handler>
14497
</extension>
14598
<extension
14699
point="org.eclipse.ui.menus">
@@ -155,30 +108,6 @@
155108
checkEnabled="true">
156109
</visibleWhen>
157110
</command>
158-
<command
159-
commandId="org.eclipse.cdt.lsp.clangd.editor.commands.command.getAst"
160-
label="Receive AST"
161-
style="push">
162-
<visibleWhen
163-
checkEnabled="true">
164-
</visibleWhen>
165-
</command>
166-
<command
167-
commandId="org.eclipse.cdt.lsp.clangd.editor.commands.command.getSymbolInfo"
168-
label="Receive Symbol Info"
169-
style="push">
170-
<visibleWhen
171-
checkEnabled="true">
172-
</visibleWhen>
173-
</command>
174-
<command
175-
commandId="org.eclipse.cdt.lsp.clangd.editor.commands.command.getSignatureHelp"
176-
label="Receive Signature Help"
177-
style="push">
178-
<visibleWhen
179-
checkEnabled="true">
180-
</visibleWhen>
181-
</command>
182111
</menuContribution>
183112
</extension>
184113

bundles/org.eclipse.cdt.lsp.clangd/src/org/eclipse/cdt/lsp/internal/clangd/editor/handlers/ReceiveAstCommandHandler.java

Lines changed: 0 additions & 92 deletions
This file was deleted.

bundles/org.eclipse.cdt.lsp.clangd/src/org/eclipse/cdt/lsp/internal/clangd/editor/handlers/ReceiveSignatureHelpCommandHandler.java

Lines changed: 0 additions & 93 deletions
This file was deleted.

bundles/org.eclipse.cdt.lsp.clangd/src/org/eclipse/cdt/lsp/internal/clangd/editor/handlers/ReceiveSymbolInfoCommandHandler.java

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)