Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Add a custom menu to solution explorer context menu

$
0
0

Hello :)

I´m creating a custom addin to solution explorer. I need to display a custom menu item in solution explorer context menu when user click in any folder. This is the only scenario with problem, i create a Group with parent IDM_VS_CTXT_FOLDERNODE and my menu have this group in parent, but dont work. Its possible? The problem is in meny TopLevelMenuSolutionFolder

<Commands package="guidMyVSXCommandsPkg"><Menus><Menu guid="guidMyVSXCommandsCmdSet" id="TopLevelMenu" type="Menu"><Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_PROJECT_ADD"/><Strings><ButtonText>BEF Code Generator</ButtonText><CommandName>BEF Code Generator</CommandName></Strings></Menu><Menu guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionFolder" type="Menu"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionFolderGroup"/><Strings><ButtonText>BEF Code Generator</ButtonText><CommandName>BEF Code Generator</CommandName></Strings></Menu></Menus><Groups><Group guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuGroup"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenu"/></Group><Group guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionItemGroup"><Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_ITEMNODE"/></Group><Group guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionFolderGroup"><Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_FOLDERNODE"/></Group></Groups><Buttons><Button guid="guidMyVSXCommandsCmdSet" id="ComandoGerarAtualizarEntidades" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuGroup" /><Strings><ButtonText>Gerar/Atualizar entidades</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoGerenciarTabelas" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuGroup" /><Strings><ButtonText>Gerenciar tabelas</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoGerenciarTabelasIgnoradas" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuGroup" /><Strings><ButtonText>Gerenciar tabelas ignoradas</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoConfigurar" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuGroup" /><Strings><ButtonText>Configurar</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoAtualizarEntidade" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionItemGroup"/><Strings><ButtonText>Atualizar entidade</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoGerarAtualizarEntidadesPasta" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionFolderGroup" /><Strings><ButtonText>Gerar/Atualizar entidades</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoGerenciarTabelasPasta" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionFolderGroup" /><Strings><ButtonText>Gerenciar tabelas</ButtonText></Strings></Button><Button guid="guidMyVSXCommandsCmdSet" id="ComandoGerenciarTabelasIgnoradasPasta" type="Button"><Parent guid="guidMyVSXCommandsCmdSet" id="TopLevelMenuSolutionFolderGroup" /><Strings><ButtonText>Gerenciar tabelas ignoradas</ButtonText></Strings></Button></Buttons>



Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>