|
71 | 71 | id="org.eclipse.cdt.lsp.clangd.editor.commands.command.switchSourceHeader" |
72 | 72 | name="%Commands.ToggleSourceAndHeader.name"> |
73 | 73 | </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> |
86 | 74 | </extension> |
87 | 75 | <extension |
88 | 76 | point="org.eclipse.ui.bindings"> |
|
106 | 94 | </with> |
107 | 95 | </activeWhen> |
108 | 96 | </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> |
144 | 97 | </extension> |
145 | 98 | <extension |
146 | 99 | point="org.eclipse.ui.menus"> |
|
155 | 108 | checkEnabled="true"> |
156 | 109 | </visibleWhen> |
157 | 110 | </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> |
182 | 111 | </menuContribution> |
183 | 112 | </extension> |
184 | 113 |
|
|
0 commit comments