Chelsea Hughes
Chelsea Hughes
I'll first work on providing hooks so that users can execute batch scripts against their entire VBA project: * A `BeforePublish` hook to run immediately before all code gets published...
@vdubya I am done trying to read the GistThat/vbaGit code. If you still want this integration, I can help you write the parts that modify VBASync files, but will not...
@hectorticoli Sorry for neglecting your message for so long; I've been busy with work. The basic idea behind hooks is to provide a way for users to modify their VBA...
Hm, did you use the second set of binaries I posted in #35? The first set, which would be in your e-mail, doesn't actually have the fix fot this bug.
I'll consider it, but it may take quite a lot of time to get everything up to “library-grade” standards!
Yes, in the larger context the issue is that I didn’t write this to *completely* decompose the FRX data; I only read enough of it to compare two FRX files....
I've thought about this feature before, but from a different angle. [Rubberduck](https://github.com/rubberduck-vba/Rubberduck) supports folders via annotations like `'@Folder Directory.Subdirectory`. If I make VBA Sync respect those annotations, it will allow...
Oh no, I'm not suggesting that you just switch to Rubberduck at all :-1: I'm just proposing an alternate implementation, where you have to use the `'@Folder Directory.Subdirectory` annotation to...
Hm, okay then. I'll start work on doing it the implicit way, but it'll be turned off by default to prevent the problem I discussed earlier. You'll find the new...
Okay, this took a while, but I think I have all scenarios covered. Please give this release candidate a spin… [Portable VBA Sync Tool 2.2.0.zip](https://github.com/chelh/VBASync/files/1150751/Portable.VBA.Sync.Tool.2.2.0.zip) @hectorticoli Could you please translate...