Menu

#1152 find.close.on.find=0 does not work properly

Bug
closed-fixed
SciTE (658)
4
2017-08-16
2011-05-21
Andrew Lee
No

find.close.on.find=0 does not work properly, the find dialog will close when the target string is found even find.close.on.find is set to zero. If find.use.strip=1 the question is the same.
SciTE version 2.25 on debian squeeze x86_64

//comment the following two lines will help if find.use.strip=0, and if find.use.strip=1 I have not find a good solution
void SciTEGTK::FRFindCmd() {
FindReplaceGrabFields();
bool isFindDialog = !dlgFindReplace.wComboReplace;
// if (isFindDialog)
// dlgFindReplace.Destroy();
if (findWhat[0]) {
FindNext(isFindDialog && reverseFind);
}
}

Discussion

  • Neil Hodgson

    Neil Hodgson - 2011-05-21

    This property is only implemented on Windows. This is indicated by the blue background of its documentation.

     
  • Neil Hodgson

    Neil Hodgson - 2011-05-21
    • assigned_to: nobody --> nyamatongwe
    • priority: 5 --> 4
    • status: open --> open-accepted
     
  • Neil Hodgson

    Neil Hodgson - 2017-08-16
    • status: open-accepted --> closed-fixed
     
  • Neil Hodgson

    Neil Hodgson - 2017-08-16

    Fixed in 4.0.0.

     

Log in to post a comment.