-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update progression work to have context menu. #78754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 17 commits
5b13cd7
807e52a
ae70d80
e47fbef
c8a834b
7beee16
97ff155
9fb32ad
af2121c
92b8756
ad7678f
47e9703
3f27218
2ca4e2a
a41e4f2
2122e97
edefec3
3e0d8db
d0dee3b
c68bd41
3e8f832
0798403
c3d83f2
25b0a37
0481cef
1b6c967
1c054b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ | |
<Group guid="guidRoslynGrpId" id="grpAnalyzerFolderContextMenu" priority="0x000"> | ||
<Parent guid="guidRoslynGrpId" id="cmdidAnalyzerFolderContextMenu"/> | ||
</Group> | ||
|
||
<Group guid="guidRoslynGrpId" id="grpSolutionExplorerSymbolItemContextMenu" priority="0x000"> | ||
<Parent guid="guidRoslynGrpId" id="cmdidSolutionExplorerSymbolItemContextMenu"/> | ||
</Group> | ||
|
||
<Group guid="guidRoslynGrpId" id="grpErrorListContextMenu" priority="0x0A01"> | ||
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_ERRORLIST"/> | ||
|
@@ -377,6 +381,33 @@ | |
<LocCanonicalName>ResetVisualBasicInteractiveFromProject</LocCanonicalName> | ||
</Strings> | ||
</Button> | ||
|
||
<!-- Solution Explorer Symbol Item commands --> | ||
|
||
<Button guid="guidRoslynGrpId" id="cmdidSolutionExplorerSymbolItemGoToBase" priority="100" type="Button"> | ||
<Parent guid="guidRoslynGrpId" id="grpSolutionExplorerSymbolItemContextMenu" /> | ||
<Strings> | ||
<ButtonText>Go To Base</ButtonText> | ||
<CanonicalName>GoToBase</CanonicalName> | ||
<LocCanonicalName>GoToBase</LocCanonicalName> | ||
</Strings> | ||
</Button> | ||
<Button guid="guidRoslynGrpId" id="cmdidSolutionExplorerSymbolItemGoToImplementation" priority="200" type="Button"> | ||
<Parent guid="guidRoslynGrpId" id="grpSolutionExplorerSymbolItemContextMenu" /> | ||
<Strings> | ||
<ButtonText>Go To Implementation</ButtonText> | ||
<CanonicalName>GoToImplementation</CanonicalName> | ||
<LocCanonicalName>GoToImplementation</LocCanonicalName> | ||
</Strings> | ||
</Button> | ||
<Button guid="guidRoslynGrpId" id="cmdidSolutionExplorerSymbolItemFindAllReferences" priority="300" type="Button"> | ||
<Parent guid="guidRoslynGrpId" id="grpSolutionExplorerSymbolItemContextMenu" /> | ||
<Strings> | ||
<ButtonText>Find All References</ButtonText> | ||
<CanonicalName>FindAllReferences</CanonicalName> | ||
<LocCanonicalName>FindAllReferences</LocCanonicalName> | ||
</Strings> | ||
</Button> | ||
|
||
<!-- Run code analysis commands --> | ||
|
||
|
@@ -476,7 +507,7 @@ | |
<CommandFlag>IconAndText</CommandFlag> | ||
<Strings> | ||
<ButtonText>Clear</ButtonText> | ||
<CommandName>CleearStackTraceExplorerCommandName</CommandName> | ||
<CommandName>ClearStackTraceExplorerCommandName</CommandName> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume renaming this won't potentially break something else? Are these visible to other components in VS? |
||
<CanonicalName>ClearStackTraceExplorer</CanonicalName> | ||
<LocCanonicalName>ClearStackTraceExplorer</LocCanonicalName> | ||
</Strings> | ||
|
@@ -557,7 +588,7 @@ | |
<LocCanonicalName>Analyzer</LocCanonicalName> | ||
</Strings> | ||
</Menu> | ||
|
||
CyrusNajmabadi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<Menu guid="guidRoslynGrpId" id="cmdidAnalyzerFolderContextMenu" priority="100" type="Context"> | ||
<Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_SOLNEXPL_ALL" /> | ||
<Strings> | ||
|
@@ -622,6 +653,13 @@ | |
</Strings> | ||
</Menu> | ||
|
||
<Menu guid="guidRoslynGrpId" id="cmdidSolutionExplorerSymbolItemContextMenu" type="Context"> | ||
<Strings> | ||
<MenuText>Solution Explorer Symbol Tree</MenuText> | ||
<ButtonText>Solution Explorer Symbol Tree</ButtonText> | ||
</Strings> | ||
</Menu> | ||
|
||
<!-- Document Outline toolbar --> | ||
<Menu guid="guidRoslynGrpId" id="cmdidDocumentOutlineToolbar" type="Toolbar"> | ||
<CommandFlag>NotInTBList</CommandFlag> | ||
|
@@ -774,14 +812,10 @@ | |
<IDSymbol name="grpErrorListDiagnosticSeverityItems" value="0x012a" /> | ||
|
||
<IDSymbol name="cmdidGoToImplementation" value="0x0200" /> | ||
|
||
<IDSymbol name="cmdidRunCodeAnalysisForProject" value="0x0201" /> | ||
|
||
<IDSymbol name="cmdidRemoveUnusedReferences" value="0x202" /> | ||
|
||
<IDSymbol name="cmdidshowValueTracking" value="0x0203" /> | ||
|
||
<IDSymbol name="cmdidSyncNamespaces" value="0x204" /> | ||
<IDSymbol name="cmdidRunCodeAnalysisForProject" value="0x0201" /> | ||
<IDSymbol name="cmdidRemoveUnusedReferences" value="0x0202" /> | ||
<IDSymbol name="cmdidshowValueTracking" value="0x0203" /> | ||
<IDSymbol name="cmdidSyncNamespaces" value="0x0204" /> | ||
|
||
<IDSymbol name="cmdidDocumentOutlineToolbar" value="0x300" /> | ||
<IDSymbol name="cmdidDocumentOutlineExpandAll" value="0x311"/> | ||
|
@@ -790,6 +824,12 @@ | |
<IDSymbol name="cmdidDocumentOutlineSortByOrder" value="0x314"/> | ||
<IDSymbol name="cmdidDocumentOutlineSortByType" value="0x315"/> | ||
<IDSymbol name="cmdidDocumentOutlineToolbarGroup" value="0x350" /> | ||
|
||
<IDSymbol name="grpSolutionExplorerSymbolItemContextMenu" value="0x0400" /> | ||
<IDSymbol name="cmdidSolutionExplorerSymbolItemContextMenu" value="0x0401" /> | ||
<IDSymbol name="cmdidSolutionExplorerSymbolItemGoToBase" value="0x0402" /> | ||
<IDSymbol name="cmdidSolutionExplorerSymbolItemGoToImplementation" value="0x0403" /> | ||
<IDSymbol name="cmdidSolutionExplorerSymbolItemFindAllReferences" value="0x0404" /> | ||
</GuidSymbol> | ||
|
||
<GuidSymbol name="guidCSharpInteractiveCommandSet" value="{1492db0a-85a2-4e43-bf0d-ce55b89a8cc6}"> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea if what is in here is correct - def need someone else to take a look at this (if anyone does)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah. this was done with Jason/Joey yesterday. It's black magic to me as well :)