Shortcut menu extension for VCS commands #597
josef-poetzl
started this conversation in
Ideas
Replies: 1 comment
-
This is cool! Personally, I think needing to have the addin loaded isn't really a detriment; you need the AddIn for it to work anyway; this could even be fleshed out into an option so it's handed upon the addin loading. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How about offering VCS commands in the context menu?
Examples for NavPane, Project window, Code window:

Note: the icons still need to be improved.
Problem: how to initialize the commandbar customizations?
In my test code, I create these as soon as the clsVersionControl is instantiated for the first time.
What is the best way to start?
Where do I run the code for the commandbar customization?
Test code:
https://github.com/josef-poetzl/msaccess-vcs-addin/tree/dev-shortcut-menu
Beta Was this translation helpful? Give feedback.
All reactions