]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
findadv: using \w instead of [[:word:]] makes test-case std::regex compatible; also...
[lyx.git] / src / lyxfind.h
index 781411ce966dccd03b44fc719b5fd1b0ab3e37b7..727b17f466a74051979e5311869b71c4380ecda4 100644 (file)
@@ -102,7 +102,8 @@ public:
                SearchRestriction restr = R_EVERYTHING
        );
        FindAndReplaceOptions() : casesensitive(false), matchword(false), forward(false),
-                                 expandmacros(false), ignoreformat(false) {}
+                                 expandmacros(false), ignoreformat(false),
+                                                         keep_case(false), scope(S_BUFFER), restr(R_EVERYTHING) {}
        docstring find_buf_name;
        bool casesensitive;
        bool matchword;