Max Dörner

Results 41 comments of Max Dörner

We currently have not implemented any functionality to pause Rubberduck. I also do not see this coming up in the near future, to be honest. However, there might be a...

There are multiple reasons why the code explorer does not show locked projects. Currently, the code explorer works exclusively off declarations parsed from the user code. Since there is no...

Thanks for reporting this. The error seems to be connected with our interaction with the VBE, most likely with our toolwindows; they open invisibly at the start of the VBE....

I think what you are experiencing is Rubberduck reparsing and running the inspections after it detects that a new project has been added. (In Excel, all workbooks share the same...

I think `Form3` is there because we generally add a version without the leading underscore. As far as I remember, this is necessary in Excel to get the supertype names...

Thinking again about the original issue this bug is a follow up to, I guess the real problem is that Access forms have rather lax naming restrictions. Is whitespace allowed...

First of all, the unexpected supertype names no longer make the resolver explode. It simply issues a warning and does not add the supertype. Option 2 is out of the...

I would really like to see this feature become a reality. However, the implementation is kind of a headache. First of all, a static analysis will probably not suffice. The...

I would like to add that we actually try to refresh on load of the VBE. However, the VBE's startup order is extremely unreliable. Since we must not query the...

I like this suggestion. I would simply call it `Qualify`. It would also apply to properties and fields on modules. We could also qualify with the project, if the reference...