hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
510 stars 138 forks source link

Class import solved #26 / Forms exported only on actual change #5 #27

Open gkuenzli opened 7 years ago

gkuenzli commented 7 years ago

Issue #26 is only about configuring git and changing the default import behavior to include classes.

Issue #5 : the proposed solution is described here https://github.com/gkuenzli/vbaDeveloper/issues/2. There are trade-offs but it does the job of no longer triggering a new git version at every export if nothing was actually changed in a form, either in code or in design.

I am using this approach successfully in my development workflow.

Sorry if the issue, commit and pull request process is not as expected. It's my first experience @ github. Still discovering.