mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #169] ER: Support of "Use Selection for Find" #88
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MiczyJack on GitHub (Apr 26, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/169
[要望]テキストを選択してCmd+Eとすると、選択したテキストが検索文字列として取り込まれます。Cmd+Fでその文字列に対してテキスト検索が行われるのですが、この検索文字列も過去の選択文字列の履歴から取り込めると便利だと思いますが如何でしょう。Xcodeでデバッグしている時などこの機能があるととても重宝します。Cmd+Shift+Eでメニューが表示され、選択した項目を検索文字列に設定してくれると嬉しいです。
[現状]Cmd+Eを行う際にCmd+Cも行い履歴に検索文字列として保存し、Cmd+Fで検索テキストボックスを開いたのちCmd+Shift+Vで履歴の文字列を取得してその検索ボックスに入力するという、手間のかかる方法にて対処しています。 #