Skip to content

Commit

Permalink
Add an accelerator key in Find dialog
Browse files Browse the repository at this point in the history
Add accelerator key to "Find &All in Current Document" in Find dialog.
Closes notepad-plus-plus#2391
  • Loading branch information
dilijev authored and donho committed Nov 19, 2016
1 parent 642fdb4 commit 4c5a1f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PowerEditor/installer/nativeLang/english.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp;All in Current Document"/>
<Item id="1686" name="Transparency"/>
<Item id="1703" name="&amp;. matches newline"/>
</Find>
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/nativeLang/english_customizable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp;All in Current Document"/>
<Item id="1686" name="Transparency"/>
<Item id="1703" name="&amp;. matches newline"/>
</Find>
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c5a1f9

Please sign in to comment.