You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on extension, that has a context menu button, which must be only active in header files and if its filename is present in the map.
I tried UIContexts from the video, but it works only once triggered, then it proceeds to be active everywhere else.
Also I tried BeforeQueryStatus, combining with default invisible, but it does not show, even when Command.Visible is set to true. In fact Command.Visible does not work at all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on extension, that has a context menu button, which must be only active in header files and if its filename is present in the map.
I tried UIContexts from the video, but it works only once triggered, then it proceeds to be active everywhere else.
Also I tried BeforeQueryStatus, combining with default invisible, but it does not show, even when Command.Visible is set to true. In fact Command.Visible does not work at all.
How can this be achieved?
Link to repo: https://github.com/Agrael1/IncludeMinimizer
Beta Was this translation helpful? Give feedback.
All reactions