https://bugs.kde.org/show_bug.cgi?id=372040
--- Comment #4 from Lukas Jirkovsky <l.jirkov...@gmail.com> --- There must be something different in how the reparse (if it's the reparse) is invoked. I just did few more experiments: Test #1 1. rename a variable 2. move to a previous use of the variable using arrow keys 3. in the meantime, the project is reparsed and all previous uses are now marked "Use of undeclared identifier" The whole time KDevelop is responsive. Another test 1. rename a variable 2. quickly click on a use before it gets marked as a problem KDevelop stays responsive Test #2 1. rename a variable 2. wait for the reparse to finish 3. click on a use that is now underlined The whole KDevelop UI (I didn't realize it wasn't just the editor before) freezes for about 5 seconds. In fact, any click on the problem freezes the UI. Maybe I should have emphasized that the UI freezes every time I click on a problem, even when the project is fully parsed, so the parser may not be the problem after all. -- You are receiving this mail because: You are watching all bug changes.