OSDN Git Service

* crystaledit: An unexpected result occurred when replacing text in the case below:
authorsdottaka <sdottaka@sourceforge.net>
Sat, 17 May 2014 13:43:44 +0000 (22:43 +0900)
committersdottaka <sdottaka@sourceforge.net>
Sat, 17 May 2014 13:43:44 +0000 (22:43 +0900)
commit0c7a7443a0d4685e038e525379ab9321d52659b7
treea57eb4c51fc1eb9913e99e9500f3b44580d1da2f
parente4a8fb6dc2f0b4d9ba68a8786388f5f33d8c0a3a
* crystaledit: An unexpected result occurred when replacing text in the case below:
  Find what: (.*)
  Replace with: X\1Z
  Regular expression: checked
  Text:
    1
    2

  Expected result:
    X1Z
    X2Z

  Actual result:
    X1ZXZ
    X2ZXZ

* crystaledit: infinite loop occurred when replacing text in the case below:
  Find what: (.*)
  Replace with: X\1Z\n
  Regular expression: checked
  Text:
    1

    2

--HG--
branch : stable
Externals/crystaledit/editlib/ccrystaleditview.cpp
Externals/crystaledit/editlib/ceditreplacedlg.cpp