rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.92k stars 302 forks source link

Rubberduck>Settings>Unit Test Settings>Binding Mode #2967

Open IvenBach opened 7 years ago

IvenBach commented 7 years ago

When changing Binding Mode from Early to Late is it possible to remove the reference to the Rubberduck.tlb automatically?

retailcoder commented 7 years ago

Absolutely... except we would first have to be sure no early-bound references to the RD API exist in the user's code.

IvenBach commented 7 years ago

That would require adding code that checks in the parser before doing so? If there's any bugs just have @Hosch250 fix them?

retailcoder commented 7 years ago

We'll review the PR, no worries :-)