Max Dörner

Results 62 comments of Max Dörner

Probably, the following event handler is to blame. https://github.com/glowingrunes/Rubberduck/blob/302122d512cbfd7e1f4491f77ddda1cba9f3f038/Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml.cs#L15 It was introduces to avoid that the event reaches the scroll viewer. However, that seems to also have swallowed the focus...

As stated before, I am not a fan of the pessimistic approach, but if everybody else is OK with always applying brackets in the type hierarchy pass. Just one question,...

Hm, I wonder why I have not implemented it that way in the first place. It should be easy to allow specifying regexes and matching on them at the one...

Just to check, is the status sown in the command bar in the top-left either _Pending_, _Ready_ or one containing _Error_. Otherwise, Rubberduck might still be working, which can take...

Now, that this topic has come up again, I realized that I never posted my observations with the memory profiler here. (Apparently, I only posted them in chat.) I have...

Do you have any other VBE addins installed? This issue looks similar to old issues caused by other addins that load a custom version of the VBA interop library that...

the incompatibility with the non-standard interop library might be solvable with a future version of .Net. The only other practical option to achieve compatibility is probably to use a COM-shim,...

The marker `@` does not work because it is used as marker for the Rubberduck annotations. Accordingly, the word starting with it is not considered part of a comment. If...

True, the rule for an annotation is to start with an `@` right at the start of a comment.