Menu

BUG: function "Replace in all open documents"

Mr_DI
2008-09-08
2012-11-13
  • Mr_DI

    Mr_DI - 2008-09-08

    Guys,
    function "Replace in all open documents" doesn't work.
    Please fix.

     
    • Mr_DI

      Mr_DI - 2008-09-11

      Ok, Don,

      Steps to reproduce defect:
      1. create 3 files in one directory with such content
      111111111111
      222222222222
      333333333333
      444444444444
      555555555555
      2. open that 3 files in Notepad++
      3. press CTRL + F
      4. open the tab "Replace"
      5. enter values replace what - "333333" to "zzzzz"
      6. press button "replace in all active documents"

      Expected:
      in 3 files content
      111111111111
      222222222222
      zzzzzzzzzz33
      444444444444
      555555555555

      Actual:
      zzzzz111111111111
      222222222222
      zzzzzzzzzz33
      444444444444
      555555555555
      (see all open files, first incorrect row)

      den

       
      • Cyril

        Cyril - 2008-09-24

        I've experienced the same bug, but I get slightly different results to Den's (I'm using v5.0.3).

        The file in the first tab contains this text after the "replace all in all active documents" action:
        111111111111
        222222222222
        zzzzzzzzzz
        444444444444
        555555555555

        while the remaining tabs contain this:
        zzzzz111111111111
        222222222222
        zzzzz
        444444444444
        555555555555

        This result partly described in bug ID 2062135.

        Cyril

         
    • Don HO

      Don HO - 2008-09-08

      Take your time to describe how to reproduce this bug.
      It's the least thing you can do if you want to get the bug fixed.

      Don