https://bugs.kde.org/show_bug.cgi?id=466165
Bug ID: 466165 Summary: Feature request: Regular expression based project filters Classification: Applications Product: kdevelop Version: 5.10.221202 Platform: Neon OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: file tree Assignee: kdevelop-bugs-n...@kde.org Reporter: len...@gmail.com Target Milestone: --- SUMMARY It would be nice to be able to get project filters based on regular expressions in addition to the current wildcard/globs. This would be especially useful in the default filters. STEPS TO REPRODUCE 1. Create a new project. 2. Add a regular expression type filter, such as including files by the regex `\.readthedocs\.y[a]?ml` to match both ".readthedocs.yaml" and ".readthedocs.yml" OBSERVED RESULT The filter includes neither expected file EXPECTED RESULT The filter includes both expected files SOFTWARE/OS VERSIONS N/A ADDITIONAL INFORMATION I'm not show how much of a heavy lift it would be to move this over from QRegExp to QRegularExpression at the same time, but it might be worthwhile to do since QRegExp is deprecated in Qt 6. -- You are receiving this mail because: You are watching all bug changes.