Restore "Find All in Current Document" buttons none shorcut status
In Find dialog, the new shortcut of "Find All in Current Document" buttons (in v7.2.1) has hijacked the one of Replace &All. Here's the fix for this regression.pull/2544/merge
parent
7ee1a5d935
commit
1ce7df0408
|
@ -367,7 +367,7 @@
|
|||
<Item id="1626" name="Extended (\n, \r, \t, \0, \x...)"/>
|
||||
<Item id="1660" name="Replace in Files"/>
|
||||
<Item id="1661" name="Follow current doc."/>
|
||||
<Item id="1641" name="Find &All in Current Document"/>
|
||||
<Item id="1641" name="Find All in Current Document"/>
|
||||
<Item id="1686" name="Transparency"/>
|
||||
<Item id="1703" name="&. matches newline"/>
|
||||
</Find>
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
<Item id="1626" name="Extended (\n, \r, \t, \0, \x...)"/>
|
||||
<Item id="1660" name="Replace in Files"/>
|
||||
<Item id="1661" name="Follow current doc."/>
|
||||
<Item id="1641" name="Find &All in Current Document"/>
|
||||
<Item id="1641" name="Find All in Current Document"/>
|
||||
<Item id="1686" name="Transparency"/>
|
||||
<Item id="1703" name="&. matches newline"/>
|
||||
</Find>
|
||||
|
|
|
@ -72,7 +72,7 @@ BEGIN
|
|||
PUSHBUTTON "Find Next",IDOK,268,20,90,14,WS_GROUP
|
||||
PUSHBUTTON "Coun&t",IDCCOUNTALL,268,38,90,14
|
||||
PUSHBUTTON "Find All in All &Opened Documents",IDC_FINDALL_OPENEDFILES,268,56,90,21,BS_MULTILINE
|
||||
PUSHBUTTON "Find &All in Current Document",IDC_FINDALL_CURRENTFILE,268,80,90,21,BS_MULTILINE
|
||||
PUSHBUTTON "Find All in Current Document",IDC_FINDALL_CURRENTFILE,268,80,90,21,BS_MULTILINE
|
||||
PUSHBUTTON "&Replace",IDREPLACE,268,38,90,14
|
||||
PUSHBUTTON "Replace &All",IDREPLACEALL,268,56,90,14
|
||||
PUSHBUTTON "Replace All in All &Opened Documents",IDC_REPLACE_OPENEDFILES,268,74,90,21,BS_MULTILINE
|
||||
|
|
Loading…
Reference in New Issue