Revert "Fix for 'Match Whole Word' option being enabled in Regular Expression Search"
This reverts commit f249fc5902
due to a regression.
To reproduce the regression:
1. Ctrl+f and set to "Regular expression" as Search mode.
2. Press Shift+Ctrl+f to bring up "Find in Files".
3. Note that "Match whole word only" checkbox is missing, and cannot be made to appear.
Ref: #9766 & #9792
This commit is contained in:
parent
da352ef5ad
commit
0faa139234
|
@ -2846,7 +2846,6 @@ void FindReplaceDlg::enableFindInFilesControls(bool isEnable, bool projectPanels
|
|||
{
|
||||
// Hide Items
|
||||
showFindDlgItem(IDC_BACKWARDDIRECTION, !isEnable);
|
||||
showFindDlgItem(IDWHOLEWORD, !isEnable);
|
||||
showFindDlgItem(IDWRAP, !isEnable);
|
||||
showFindDlgItem(IDCCOUNTALL, !isEnable);
|
||||
showFindDlgItem(IDC_FINDALL_OPENEDFILES, !isEnable);
|
||||
|
|
Loading…
Reference in New Issue