Bug 437851

Summary: The quick open dropdown shows files that have been excluded from the project
Product: [Applications] kdevelop Reporter: Mattia Basaglia <glax>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.6.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Quick open with unwanted entries
Filters for that project

Description Mattia Basaglia 2021-05-30 07:59:39 UTC
Created attachment 138875 [details]
Quick open with unwanted entries

STEPS TO REPRODUCE
1. Add an "Exclude" filter to the project
2. Type something in "quick open" that is contained in the filtered files

OBSERVED RESULT

Quick open includes files that should be excluded

EXPECTED RESULT

Those files shouldn't be listed


SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-17-generic
OS Type: 64-bit
Graphics Platform: X11
Processors: 8 × AMD FX(tm)-8320 Eight-Core Processor
Memory: 31.4 GiB of RAM
Graphics Processor: AMD Radeon ™ RX 470 Graphics
Comment 1 Mattia Basaglia 2021-05-30 08:00:30 UTC
Created attachment 138876 [details]
Filters for that project
Comment 2 Milian Wolff 2021-06-04 07:20:13 UTC
yes I'm running into that as well - the issue is that we are adding everything, including generated files, to the cmake targets and don't honor the filter there. I'll see how to improve this situation