joyfullservice / msaccess-vcs-addin

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
Other
210 stars 41 forks source link

Add ribbon controls #34

Closed A9G-Data-Droid closed 1 year ago

A9G-Data-Droid commented 4 years ago

I would prefer a ribbon control over the current add-in menu.

I have a ribbon branch I am working on. It works when looking at the version control add-in itself, loads automatically. I haven't figured out how to get it to load when you open other projects.

I believe to get this to work we will need to have a proper COM add-in that functions as a wrapper for the accda project. That is the only way I have found to load a ribbon at the application layer.

BRANCH: https://github.com/A9G-Data-Droid/msaccess-vcs-integration/tree/VCSRibbon

EXAMPLE: image

A9G-Data-Droid commented 1 year ago

If it wasn't marked in a previous PR then a new PR can be made that bumps the version string and contains a list of issues closed by that version number. Then issues are clearly tied to versions, which is useful for your release notes.

joyfullservice commented 1 year ago

This has been finished and implemented in version 4. Closing this out as completed. (Yes, automatically closing out issues by merging PR's is technically the proper way to do this, but at this point I am just trying to clean up some old issues that are still hanging out there long after the underlying problem was resolved.)