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.91k stars 300 forks source link

Code Explorer reports 'Parsing' and never indicates completion #674

Closed daFreeMan closed 9 years ago

daFreeMan commented 9 years ago

When I open an Excel project and open the Code Explorer window, I get the following: rd1 It will remain that way for 15 minutes or more. (Note that the last VBAProject listed is my actual code for this project - it's since been properly renamed.) If I close and re-open the Code Explorer window, it appears blank: rd1 5 Opening the Code Inspections window shows a very quick parse, then displays issues. Closing and reopening the Code Explorer then displays the properly parsed project.

This particular Workbook has 13 worksheets with a few, short subs/functions on 2 worksheets, 1500 lines of code in ThisWorkbook and 2 class modules with 173 lines of code in one and 727 lines of code in the other (in case that matters).

I cannot post the workbook as it contains company confidential information.

daFreeMan commented 9 years ago

I have the Smart Indenter v3.5 and MZ-Tools 3.0 add-ins installed.

Disabling them has not improved the situation. Uninstalling them doesn't help either.

retailcoder commented 9 years ago

The bug causing this has been fixed, but if the resolver crashes, the UI will behave the same way. Keeping this issue opened, and tagging with [user-interface].