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
Created attachment 138876 [details] Filters for that project
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