Add an accelerator key in Find dialog
Add accelerator key to "Find &All in Current Document" in Find dialog. Closes #2391
This commit is contained in:
parent
642fdb421a
commit
4c5a1f96bf
@ -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
Block a user