Bug 437851 - The quick open dropdown shows files that have been excluded from the project
Summary: The quick open dropdown shows files that have been excluded from the project
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 5.6.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-30 07:59 UTC by Mattia Basaglia
Modified: 2021-06-04 07:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Quick open with unwanted entries (143.85 KB, image/png)
2021-05-30 07:59 UTC, Mattia Basaglia
Details
Filters for that project (95.40 KB, image/png)
2021-05-30 08:00 UTC, Mattia Basaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
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