https://bugs.kde.org/show_bug.cgi?id=305651
Thomas Eschenbacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- Ever confirmed|0 |1 CC| |[email protected] --- Comment #4 from Thomas Eschenbacher <[email protected]> --- No, this does not work at all! Example: I want to find all places where "virtual ... override" are used in C++ header files. Declarations could also be multi line: virtual QStringList *setup(QStringList &previous_params) override; The regular expression which should find this: \bvirtual\b[^;{}]*?\boverride\b -> no results I am using kdevelop Version 6.5.260403 (26.04.3). -- You are receiving this mail because: You are watching all bug changes.
