Skip to content
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

Provide alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ and IDM_VS_CTXT_XPROJ_MULTIFOLDER #6

Open
xEsteem opened this issue Oct 30, 2021 · 2 comments
Assignees

Comments

@xEsteem
Copy link

xEsteem commented Oct 30, 2021

I'm using 16.0.29.6 and i can't seem to find an alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ which is the id for the context menu that appears when you have multiple projects selected and IDM_VS_CTXT_XPROJ_MULTIFOLDER which is the id for the context menu that appears when you have multiple solution folders selected

@xEsteem xEsteem changed the title Provide alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ Provide alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ and IDM_VS_CTXT_XPROJ_MULTIFOLDER Oct 30, 2021
@ArcanoxDragon
Copy link

It doesn't look like any of the context menus are exposed. The image preview on CodeWindow in the VSMainMenu GUID seems to suggest it should be the parent menu for groups in the Code Window context menu, but it has an ID of 0x0499 in VSGlobals.vsct whereas IDM_VS_CTXT_CODEWIN is defined as 0x040D in vsshlids.h. There's no alias for 0x040D in VSGlobals.vsct.

@CZEMacLeod
Copy link
Collaborator

You might get more traction raising this issue either in the main toolkit repository, or in the VsctIntellisense extension repo (which is where all the tooltip images are stored).
Whilst this repo contains the VSGlobals.vsct file itself, I can only really help with issues surrounding the MSBuild and integration with the VSSDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants