mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 21:34:58 +02:00
Revert "Fix for 'Match Whole Word' option being enabled in Regular Expression Search"
This reverts commit f249fc5902668396c075aa7b8e8f66cf162abe2c 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…
x
Reference in New Issue
Block a user