I am integrating with VS2013 and would like to add to the context menu provided by a standard textbox so that the change is applied to all textbox context menus, for example the changeset comment textbox. For other menus, the vsshlids.h file
defines a number of parent group GUIDs for accomplishing a similiar task. Is it possible to do that with this specific context menu? If so, how? What is the GUID or where can I find it? Seems like this one would do the trick: IDM_VS_CTXT_EDITOR_ALL
but didn't seem to.
↧