Remove Find Selected Text command

This commit is contained in:
1024jp 2023-01-03 15:08:38 +09:00
parent 9ad5b32182
commit 3a1cac1c33
12 changed files with 2 additions and 32 deletions

View File

@ -8,6 +8,8 @@ Change Log
### Improvements
- Update C++ syntax style to fix highlighting attributes (thanks to Luke McKenzie!).
- Deprecate the Find Selected Text command.
- [trivial] Reset custom key bindings for find commands were reset.
- [non-AppStore ver.] Update Sparkle from 2.3.0 to 2.3.1.

View File

@ -1016,12 +1016,6 @@ CA
<action selector="findPrevious:" target="Ady-hI-5gd" id="se4-B6-ilt"/>
</connections>
</menuItem>
<menuItem title="Find Selected Text" tag="3" id="l33-Nz-UAw">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="findSelectedText:" target="Ady-hI-5gd" id="EJ6-ZU-h8d"/>
</connections>
</menuItem>
<menuItem title="Find All" tag="4" keyEquivalent="F" id="HgR-ke-6gq">
<connections>
<action selector="findAll:" target="Ady-hI-5gd" id="WzO-gP-yJo"/>

View File

@ -254,14 +254,6 @@ final class TextFinder: NSResponder, NSMenuItemValidation {
}
/// Perform find action with the selected string.
@IBAction func findSelectedText(_ sender: Any?) {
self.useSelectionForFind(sender)
self.findNext(sender)
}
/// Select all matched strings.
@IBAction func selectAllMatches(_ sender: Any?) {

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "Weitersuchen (vorwärts)";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "Weitersuchen (rückwärts)";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "Auswahl suchen";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "Alles suchen";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "Find Next";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "Find Previous";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "Find Selected Text";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "Find All";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "Rechercher le suivant";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "Rechercher le précédent";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "Rechercher la sélection";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "Rechercher tout";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "Cerca successivo";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "Cerca precedente";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "Cerca testo selezionato";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "Cerca tutto";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "次を検索";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "前を検索";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "選択部分を検索";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "すべて検索";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "Buscar Seguinte";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "Buscar Anterior";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "Buscar Texto Selecionado";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "Buscar Tudo";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "Sonrakini Bul";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "Öncekini Bul";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "Seçili Metni Bul";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "Tümünü Bul";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "查找下一个";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "查找上一个";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "在选择文本中查找";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "全部查找";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */

View File

@ -493,8 +493,6 @@
"NwE-Cf-L9F.title" = "檢索下一個";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "wiV-Hh-7xU"; */
"wiV-Hh-7xU.title" = "檢索上一個";
/* Class = "NSMenuItem"; title = "Find Selected Text"; ObjectID = "l33-Nz-UAw"; */
"l33-Nz-UAw.title" = "在選擇文字中檢索";
/* Class = "NSMenuItem"; title = "Find All"; ObjectID = "HgR-ke-6gq"; */
"HgR-ke-6gq.title" = "檢索全部";
/* Class = "NSMenuItem"; title = "Select All Find Matches"; ObjectID = "ULf-cT-Xvb"; */