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:
Don HO 2021-05-16 01:58:39 +02:00
parent da352ef5ad
commit 0faa139234
1 changed files with 0 additions and 1 deletions

View File

@ -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);