From: <td...@us...> - 2003-09-01 11:27:37
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1:/tmp/cvs-serv26191 Modified Files: FindReplace.cpp Log Message: Fixed replaceall regular expression bug Index: FindReplace.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/FindReplace.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FindReplace.cpp 27 Aug 2003 06:32:42 -0000 1.5 --- FindReplace.cpp 1 Sep 2003 11:27:34 -0000 1.6 *************** *** 156,160 **** if(m_check2.GetCheck()) flags = flags | SCFIND_MATCHCASE; ! if(m_check2.GetCheck()) flags = flags | SCFIND_REGEXP; --- 156,160 ---- if(m_check2.GetCheck()) flags = flags | SCFIND_MATCHCASE; ! if(m_check3.GetCheck()) flags = flags | SCFIND_REGEXP; |