|
21 | 21 | group as the part of a menu contained between two lines. The parent of a group |
22 | 22 | must be a menu. --> |
23 | 23 | <Groups> |
24 | | - <!-- Our group of menu items which is displayed on Tools/NodeJS Tools/... --> |
25 | | - <Group guid="guidNodeToolsCmdSet" id="ToolsMenuItemsGroup" priority="0x0500"> |
26 | | - <Parent guid="guidNodeToolsCmdSet" id="ToolsMenu"/> |
27 | | - </Group> |
28 | | - |
29 | 24 | <!-- Group on normal project items --> |
30 | 25 | <Group guid="guidNodeToolsCmdSet" id="CodeFileGroup" priority="0x600"> |
31 | 26 | <Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_PROJECT"/> |
32 | 27 | </Group> |
33 | 28 |
|
34 | | - <!-- Our group of menu items which is displayed on Tools/NodeJS Tools/Remote Debugging Proxy/... --> |
35 | | - <Group guid="guidNodeToolsCmdSet" id="RemoteDebugProxyGroup" priority="0x0500"> |
36 | | - <Parent guid="guidNodeToolsCmdSet" id="RemoteDebugProxyMenu"/> |
37 | | - </Group> |
38 | | - |
39 | | - <Group guid="guidNodeToolsCmdSet" id="NtvsHelpGroup" priority="0x0500"> |
40 | | - <Parent guid="guidNodeToolsCmdSet" id="ToolsMenu"/> |
41 | | - </Group> |
42 | | - |
43 | 29 | <Group guid="guidSHLMainMenu" id="IDG_VS_CTXT_PROJWIN_SCOPE" priority="0x0500"> |
44 | 30 | <Parent guid="guidNodeToolsNpmCmdSet" id="NpmMenu"/> |
45 | 31 | </Group> |
46 | | - |
| 32 | + |
47 | 33 | <Group guid="guidNodeToolsNpmCmdSet" id="NpmGroup" priority="0x0600"> |
48 | 34 | <Parent guid="guidNodeToolsNpmCmdSet" id="NpmMenu"/> |
49 | 35 | </Group> |
50 | | - |
| 36 | + |
51 | 37 | <Group guid="guidNodeToolsNpmCmdSet" id="NpmExploreGroup" priority="0x0700"> |
52 | 38 | <Parent guid="guidNodeToolsNpmCmdSet" id="NpmMenu"/> |
53 | 39 | </Group> |
54 | | - |
| 40 | + |
55 | 41 | <Group guid="guidSHLMainMenu" id="IDG_VS_MNUDES_PROPERTIES" priority="0x0800"> |
56 | 42 | <Parent guid="guidNodeToolsNpmCmdSet" id="NpmMenu"/> |
57 | 43 | </Group> |
|
62 | 48 | </Groups> |
63 | 49 |
|
64 | 50 | <Menus> |
65 | | - <Menu guid="guidNodeToolsCmdSet" id="ToolsMenu" priority="0x8009" type="Menu"> |
66 | | - <Parent guid="guidSHLMainMenu" id="IDG_VS_TOOLS_OTHER2"/> |
67 | | - <Strings> |
68 | | - <ButtonText>Node.&js Tools</ButtonText> |
69 | | - <CommandName>Node.&js Tools</CommandName> |
70 | | - </Strings> |
71 | | - </Menu> |
72 | | - |
73 | | - <Menu guid="guidNodeToolsCmdSet" id="RemoteDebugProxyMenu" priority="0x0500" type="Menu"> |
74 | | - <Parent guid="guidNodeToolsCmdSet" id="ToolsMenuItemsGroup"/> |
75 | | - <Strings> |
76 | | - <ButtonText>&Remote Debugging Proxy</ButtonText> |
77 | | - <CommandName>&Remote Debugging Proxy</CommandName> |
78 | | - </Strings> |
79 | | - </Menu> |
80 | 51 | <Menu guid="guidNodeToolsNpmCmdSet" id="NpmMenu" priority="0x0600" type="Context"> |
81 | 52 | <Strings> |
82 | 53 | <ButtonText>&Npm</ButtonText> |
|
94 | 65 | <CommandFlag>DefaultInvisible</CommandFlag> |
95 | 66 | <CommandFlag>DynamicVisibility</CommandFlag> |
96 | 67 | If you do not want an image next to your command, remove the Icon node or set it to <Icon guid="guidOfficeIcon" id="msotcidNoIcon" /> --> |
97 | | - |
| 68 | + |
98 | 69 | <Button guid="guidNodeToolsCmdSet" id="cmdidAddNewFileCommand" priority="0x0550" type="Button"> |
99 | 70 | <Parent guid="guidNodeToolsCmdSet" id="AddNewFileGroup"/> |
100 | 71 | <CommandFlag>DynamicVisibility</CommandFlag> |
|
103 | 74 | <ButtonText>New File...</ButtonText> |
104 | 75 | </Strings> |
105 | 76 | </Button> |
106 | | - |
| 77 | + |
107 | 78 | <Button guid="guidNodeToolsCmdSet" id="cmdidSetAsNodejsStartupFile" priority="0x0300" type="Button"> |
108 | 79 | <Parent guid="guidNodeToolsCmdSet" id="CodeFileGroup"/> |
109 | 80 | <CommandFlag>DynamicVisibility</CommandFlag> |
|
126 | 97 | </Button> |
127 | 98 |
|
128 | 99 | <Button guid="guidNodeToolsCmdSet" id="cmdidOpenCommandPromptHere" priority="0x0600" type="Button"> |
129 | | - <Icon guid="guidCommandPromptImage" id="1" /> |
130 | 100 | <Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_FOLDER_EXPLORE"/> |
| 101 | + <Icon guid="guidCommandPromptImage" id="1" /> |
131 | 102 | <CommandFlag>DefaultInvisible</CommandFlag> |
132 | 103 | <CommandFlag>DynamicVisibility</CommandFlag> |
133 | 104 | <Strings> |
|
155 | 126 | <ButtonText>Node.js Interactive Window</ButtonText> |
156 | 127 | </Strings> |
157 | 128 | </Button> |
158 | | - |
| 129 | + |
159 | 130 | <Button guid="guidNodeToolsCmdSet" id="cmdidOpenReplWindow" priority="0x0600" type="Button"> |
160 | 131 | <Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_PROJECT_BUILD"/> |
161 | 132 | <Icon guid="guidReplImage" id="1"/> |
|
167 | 138 | </Strings> |
168 | 139 | </Button> |
169 | 140 |
|
170 | | - <Button guid="guidNodeToolsCmdSet" id="cmdidOpenRemoteDebugProxyFolder" priority="0x0500" type="Button"> |
171 | | - <Parent guid="guidNodeToolsCmdSet" id="RemoteDebugProxyGroup"/> |
172 | | - <Strings> |
173 | | - <CommandName>Open Containing Folder</CommandName> |
174 | | - <ButtonText>&Open Containing Folder</ButtonText> |
175 | | - </Strings> |
176 | | - </Button> |
177 | | - |
178 | | - <Button guid="guidNodeToolsCmdSet" id="cmdidOpenRemoteDebugDocumentation" priority="0x0510" type="Button"> |
179 | | - <Parent guid="guidNodeToolsCmdSet" id="RemoteDebugProxyGroup"/> |
180 | | - <Strings> |
181 | | - <CommandName>Open Documentation</CommandName> |
182 | | - <ButtonText>Open &Documentation</ButtonText> |
183 | | - </Strings> |
184 | | - </Button> |
185 | | - |
186 | | - <Button guid="guidNodeToolsCmdSet" id="cmdidDocumentation" priority="0x004" type="Button"> |
187 | | - <Parent guid="guidNodeToolsCmdSet" id="NtvsHelpGroup"/> |
188 | | - <Strings> |
189 | | - <ButtonText>&Documentation...</ButtonText> |
190 | | - <CommandName>Documentation...</CommandName> |
191 | | - </Strings> |
192 | | - </Button> |
193 | | - |
194 | | - <Button guid="guidNodeToolsCmdSet" id="cmdidSendFeedback" priority="0x006" type="Button"> |
195 | | - <Parent guid="guidNodeToolsCmdSet" id="NtvsHelpGroup"/> |
196 | | - <Strings> |
197 | | - <ButtonText>&Report Issue or Send Feedback...</ButtonText> |
198 | | - <CommandName>Report Issue or Send Feedback...</CommandName> |
199 | | - </Strings> |
200 | | - </Button> |
201 | | - |
202 | 141 | <Button guid="guidNodeToolsNpmCmdSet" id="cmdidNpmManageModules" priority="0x8000" type="Button"> |
203 | 142 | <Parent guid="guidNodeToolsNpmCmdSet" id="NpmGroup" /> |
204 | 143 | <CommandFlag>DefaultInvisible</CommandFlag> |
|
259 | 198 | </Strings> |
260 | 199 | </Button> |
261 | 200 |
|
262 | | - <Button guid="guidNodeToolsNpmCmdSet" id="cmdidNpmOpenModuleHomepage" priority="0x8370" type="Button"> |
263 | | - <Parent guid="guidNodeToolsNpmCmdSet" id="NpmExploreGroup" /> |
264 | | - <CommandFlag>DefaultInvisible</CommandFlag> |
265 | | - <CommandFlag>DynamicVisibility</CommandFlag> |
266 | | - <Strings> |
267 | | - <CommandName>cmdidNpmOpenModuleHomepage</CommandName> |
268 | | - <ButtonText>Open &Documentation</ButtonText> |
269 | | - </Strings> |
270 | | - </Button> |
271 | | - |
272 | | - <Button guid="guidNodeToolsCmdSet" id="cmdidImportWizard" priority="0x010" type="Button"> |
273 | | - <Parent guid="guidNodeToolsCmdSet" id="ToolsMenuItemsGroup"/> |
274 | | - <CommandFlag>DefaultInvisible</CommandFlag> |
275 | | - <Strings> |
276 | | - <ButtonText>Import Existing &Project...</ButtonText> |
277 | | - <MenuText>Import Existing &Project...</MenuText> |
278 | | - <ToolTipText>Import Existing Project...</ToolTipText> |
279 | | - <CommandName>Import Existing Project...</CommandName> |
280 | | - </Strings> |
281 | | - </Button> |
282 | | - |
283 | 201 | <Button guid="guidNodeToolsCmdSet" id="cmdidAzureExplorerAttachNodejsDebugger" priority="0x0110" type="Button"> |
284 | 202 | <Parent guid="guidAzureExplorerCmdId" id="groupAzureDiagnostics"/> |
285 | 203 | <CommandFlag>DefaultInvisible</CommandFlag> |
|
325 | 243 | <CommandPlacement guid="guidNodeToolsCmdSet" id="CodeFileGroup" priority="0x600"> |
326 | 244 | <Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_WEBITEMNODE"/> |
327 | 245 | </CommandPlacement> |
328 | | - <CommandPlacement guid="guidNodeToolsCmdSet" id="cmdidReplWindow" priority="0x102"> |
329 | | - <Parent guid="guidNodeToolsCmdSet" id="ToolsMenuItemsGroup"/> |
330 | | - </CommandPlacement> |
331 | 246 | </CommandPlacements> |
332 | 247 |
|
333 | 248 | <KeyBindings> |
|
343 | 258 | <GuidSymbol name="guidNodeToolsCmdSet" value="{695e37e2-c6df-4e0a-8833-f688e4c65f1f}"> |
344 | 259 | <IDSymbol name="cmdidReplWindow" value="0x200" /> |
345 | 260 | <IDSymbol name="cmdidOpenReplWindow" value="0x201" /> |
346 | | - <IDSymbol name="cmdidOpenRemoteDebugProxyFolder" value="0x0202" /> |
347 | 261 | <IDSymbol name="cmdidSetAsNodejsStartupFile" value="0x0203" /> |
348 | 262 | <IDSymbol name="cmdidImportWizard" value ="0x0205" /> |
349 | | - <IDSymbol name="cmdidOpenRemoteDebugDocumentation" value="0x0206" /> |
| 263 | + |
350 | 264 | <IDSymbol name="cmdidAzureExplorerAttachNodejsDebugger" value="0x0207" /> |
351 | 265 | <IDSymbol name="cmdidAddNewFileCommand" value="0x0211" /> |
352 | | - <IDSymbol name="cmdidSendFeedback" value="0x0215" /> |
353 | | - <IDSymbol name="cmdidDocumentation" value="0x0216" /> |
354 | 266 |
|
355 | 267 | <!-- Shared commands, defined in CommonConstants.cs --> |
356 | 268 | <IDSymbol name="cmdidAddExistingFolder" value="0x10001" /> |
357 | 269 | <IDSymbol name="cmdidOpenCommandPromptHere" value="0x10002" /> |
358 | 270 | <IDSymbol name="cmdidCopyFullPath" value="0x10003" /> |
359 | 271 |
|
360 | 272 | <!-- Groups --> |
361 | | - <IDSymbol name="ToolsMenuItemsGroup" value="0x1010" /> |
362 | | - <IDSymbol name="RemoteDebugProxyGroup" value="0x1011" /> |
363 | 273 | <IDSymbol name="CodeFileGroup" value="0x1012" /> |
364 | 274 | <IDSymbol name="AzureExplorerCommandsGroup" value="0x1015" /> |
365 | 275 | <IDSymbol name="AddNewFileGroup" value="0x1016"/> |
366 | | - <IDSymbol name="NtvsHelpGroup" value="0x1017" /> |
367 | | - |
368 | | - <!-- Menus --> |
369 | | - <IDSymbol name="ToolsMenu" value ="0x2001" /> |
370 | | - <IDSymbol name="RemoteDebugProxyMenu" value ="0x2002" /> |
371 | 276 | </GuidSymbol> |
372 | 277 |
|
373 | 278 | <GuidSymbol name="guidNodeToolsNpmCmdSet" value="{9F4B31B4-09AC-4937-A2E7-F4BC02BB7DBA}"> |
|
384 | 289 |
|
385 | 290 | <IDSymbol name="NpmMenu" value="0x3000"/> |
386 | 291 | </GuidSymbol> |
387 | | - |
| 292 | + |
388 | 293 | <GuidSymbol name="guidCommandPromptImage" value="{6CFD0EC5-3818-4439-AC50-71365BD2A756}" /> |
389 | 294 | <GuidSymbol name="guidReplImage" value="{31C0C4BE-487E-4CCB-BEA2-A2EE8D23EDBB}" /> |
390 | 295 |
|
|
0 commit comments