Hi all,
I have few commands and menus that are added to the main edit menu
(bookmarks and advanced). I'm trying to set context for those commands
and menus in the .ctc file in VISIBILITY_SECTION to UICONTEXT_CodeWindow
hoping that command will only be applicable when user right clicks on
the editor window. That doesn't seem to have any effect and
commands/menus don't show up at all. Any ideas what might be causing it?
For the records, I have few other commands that are added to Tools menu
with UICONTEXT_SolutionExists context and that works fine. I'd
appreciate any help. Thanks in advance.

Signature
Sergey M
http://www.usysware.com/dpack/
Sergey M - 01 Dec 2004 06:19 GMT
I think I may have found the correct visibility context for commands
to only show up while editing a file. The context guid for that is
GUID_TextEditorFactory. Hope this helps someone.

Signature
Sergey Mishkovskiy
http://www.usysware.com/dpack/
> Hi all,
>
[quoted text clipped - 5 lines]
> have any effect and commands/menus don't show up at all. Any ideas
> what might be causing it?