No announcements
Found 361438 threads
-
0 Votes
How to disable the menu items in the C++ Editor context menu?
The problem here is that the code editor, directly invokes the IOleCommandTarget on the language service.Answered | 2 Replies | 4239 Views | Created by Michael He - Sunday, December 21, 2008 3:07 PM | Last reply by Michael He - Tuesday, December 23, 2008 3:30 AM -
1 Votes
Add Context menu item for Mail Editor in Outlook 2007
How to add context menu buttons for the complete sample code.Answered | 3 Replies | 1217 Views | Created by Jahedur.Rahman - Friday, December 16, 2016 6:06 PM | Last reply by Eugene Astafiev - Saturday, December 17, 2016 1:25 PM -
1 Votes
dynamicly created context menu within an editor
I have found a link for you, this link is mainly talk about how to add menu item dynamically.Answered | 10 Replies | 5162 Views | Created by Frédéric forjan - Wednesday, August 26, 2009 8:16 AM | Last reply by Ed Dore - Saturday, October 3, 2009 12:22 AM -
0 Votes
How do I hide/disable some items in the context menu of my editor?
Hi, I have created an editor and use OpenSpecificEditor to open it with a temporary file and a IVsUIHierarchy based tool window.Answered | 2 Replies | 4335 Views | Created by Priyadarshini Gorur - Friday, July 9, 2010 9:30 AM | Last reply by Priyadarshini Gorur - Monday, July 12, 2010 12:35 PM -
0 Votes
Package - Hiding / Disabling menu depending on context.
This has largely been a success apart from a small detail regarding context menus.Answered | 2 Replies | 3435 Views | Created by f1alan - Tuesday, July 21, 2009 2:25 PM | Last reply by f1alan - Wednesday, July 22, 2009 10:06 AM -
0 Votes
Restricting access to context menu items
hi you can do this without editing in CORE.JS see this with the help of this you can hide Edit Document Menu ctx.isWebEditorPreview = ...Answered | 9 Replies | 5126 Views | Created by Carnet45 - Monday, March 10, 2008 7:44 AM | Last reply by redhatabhi - Friday, May 1, 2009 8:51 AM -
0 Votes
Paste context menu is always disabled
I migrated a 2008 DSL to 2010 and enabled the CopyPaste function on the editor.Answered | 4 Replies | 5653 Views | Created by Simply Ged - Wednesday, May 12, 2010 1:39 PM | Last reply by Jaans - Thursday, May 27, 2010 7:09 AM -
0 Votes
Context Menu For Windows App.
If you want to add menu item to the file right click list, as @Azat Tazaya, there is no API can do it with a windows store app.Answered | 2 Replies | 574 Views | Created by Sanjeev Gaykwad - Thursday, August 4, 2016 11:10 AM | Last reply by Sunteen Wu - Friday, August 12, 2016 10:03 AM -
1 Votes
c# add a Context menue in Outlook 2013
What Ribbon XML markup do you use for context menu?Answered | 5 Replies | 7426 Views | Created by WiglWagl - Tuesday, April 2, 2013 11:07 AM | Last reply by Ken Slovak MVP - Friday, October 10, 2014 2:34 PM -
1 Votes
How do I add a context menu item in the VS2010 Text Editor from a MEF Component ?
How do I get access to the following interfaces ?Answered | 4 Replies | 4722 Views | Created by Edmondo Pentangelo - Wednesday, May 4, 2011 9:09 PM | Last reply by Ryan Molden - Thursday, May 5, 2011 3:00 PM -
0 Votes
Add context menu in Visual Studio
For more information, please refer to: #Adding Menu Items to context menus inside the Visual Studio .NET ...Answered | 1 Replies | 1241 Views | Created by Ravi_P - Tuesday, August 9, 2016 8:56 PM | Last reply by DotNet Wang - Sunday, August 14, 2016 5:52 AM -
1 Votes
Is there a way to insert a new Right click Context menu item to the existing Right Click Context menu for the active window?
That was one reason for asking about the context menu.Answered | 8 Replies | 3510 Views | Created by Curtis UN - Saturday, May 15, 2010 9:48 PM | Last reply by Curtis UN - Sunday, May 16, 2010 12:22 AM -
0 Votes
Trouble with a context menu
I'm a little new to the resource editor.Answered | 2 Replies | 2632 Views | Created by disscombobilated - Friday, October 16, 2009 7:44 AM | Last reply by disscombobilated - Friday, October 16, 2009 3:32 PM -
0 Votes
custom context menu in solution explorer
This collection contains the main menu + all toolbars in the product + all context menus in the product, so there are a lot of them.Answered | 4 Replies | 4399 Views | Created by Rodion Pronin - Thursday, August 25, 2011 5:32 PM | Last reply by Ed Dore - Saturday, August 27, 2011 5:47 AM -
0 Votes
Creating an add-in for Visual Studio 2008, and Solution Context menu item
Hello Steve, That's not exact how-to solution for your question, but I would suggest to have a look at these excellent articles about creating menus and commands.Answered | 3 Replies | 4397 Views | Created by SonicDeathMonkey - Friday, July 4, 2008 8:30 AM | Last reply by Dmitry Pavlov - Sunday, July 6, 2008 12:09 PM -
0 Votes
How to edit list item menu?
Shantanu How I can handle delete option?Answered | 5 Replies | 6053 Views | Created by Avian123 - Monday, April 13, 2009 2:54 AM | Last reply by Ashish Kanoongo - Wednesday, April 15, 2009 5:33 PM -
0 Votes
Context menus across multiple editor (file?)
The basic template you get when you first create a package only adds to one menu - how would I modify the XML markup to place my command under several different ...Answered | 5 Replies | 6083 Views | Created by Steve Hobbs - Wednesday, September 15, 2010 12:47 AM | Last reply by Steve Hobbs - Friday, September 17, 2010 7:28 AM -
0 Votes
My context menu item made by menu command in Visual Studio Package is not shown in cshtml files.
</Symbols> That should place your menu group onto the context menu that's displayed for .cshtml files.Answered | 4 Replies | 1264 Views | Created by MárcioGonzalez - Thursday, August 6, 2015 8:58 PM | Last reply by Ed Dore - Wednesday, August 19, 2015 8:45 PM -
0 Votes
How to determine in which C# class in core text editor user opens context menu.
I need to add an item to the editor context menu if the class in current cursor position is inherited from another class (<b>Document</b> in my ...Answered | 2 Replies | 3174 Views | Created by Tac_Evaworcim - Tuesday, August 12, 2008 2:27 PM | Last reply by Feng Chen - Thursday, August 14, 2008 9:05 AM -
2 Votes
How to create context menu on a text marker in glyph margin
The ShowContextMenu also accepts an IOleCommandTarget which will be called when the user clicks on the items in the context menu so that you can react.Answered | 4 Replies | 6420 Views | Created by Prabodh Mairh - Tuesday, August 10, 2010 5:33 AM | Last reply by Prabodh Mairh - Wednesday, September 15, 2010 5:42 AM - Items 1 to 20 of 361438 Next ›
No announcements