"GREP Load Find with selected text" is incomplete on macOS
version: any OS: any macOS
Edit menu > Keyboard Shortcuts > Text and Tables > “GREP Load Find with selected text” also “GREP Load Find and Find Next instance”
If the selected text contains meta characters that are escaped with a backslash, such as "End of Paragraph" (\r) or tab characters (\t), they are all captured as ¥r and ¥t.
I’m forced to retype the ¥ into a \ before starting the search.
On Windows, it works without retyping.
“Forced line break" (\n) is not a problem as a function, but the display is corrupted, which makes me uneasy.
It is a pity because it is a very useful function.
〈にほんご〉
正規表現 選択したテキストを検索文字列に読み込み がmacOSで不完全
バージョン:どれでも macOS:どれでも
編集メニュー > キーボードショートカット > テキストと表 > 「正規表現 選択したテキストを検索文字列に読み込み」 および「正規表現 検索文字列に読み込み後次を検索」について
選択テキストに「段落の終わり」(\r)やタブ文字(\t)など、バックスラッシュでエスケープするメタ文字がある場合、すべて¥r, ¥tとして取り込まれる。
検索を開始する前に¥をバックスラッシュ\ に入力し直す必要に駆られている。
Windowsでは再入力を必要とせず動作した。
「強制改行」(\n)は機能としては問題ないが、表示が崩れており不安である。
とても便利な機能なだけに残念でならない。
-
monokano commented
This should be converted to U+005C.
The Windows version correctly converts to U+005C.
The Mac version incorrectly converts to U+00A5.
--
ここはU+005Cに変換されなければなりません。
Widows版は正常にU+005Cに変換されます。
Mac版はU+00A5に間違って変換されてしまいます。