https://bugs.kde.org/show_bug.cgi?id=398029
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igor...@gmail.com --- Comment #4 from Igor Kushnir <igor...@gmail.com> --- What do you mean by "tries to analyze"? Have you tried moving the directory with non-source files out of the project's directory and comparing the results? KDevelop::LanguageController queries each unsupported file's MIME type, finds the MIME type in a QHash cache and then ignores the file. The LanguageController checks were optimized in https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/151 (KDevelop 5.8.220400). Opening a project used to be slow because of Quick Open plugin's inefficiency. It was optimized in https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/224 (KDevelop 5.7.211200). You could check whether Quick Open slows down opening your project by temporarily disabling this plugin in KDevelop settings => Plugins. -- You are receiving this mail because: You are watching all bug changes.