1 行を切り取ってクリップボードに保存します。
カーソル位置の 1 行 (論理行) を切り取って、その内容をクリップボードに保存します。この操作の後、別の場所にカーソルを移動して [貼り付け] コマンドを実行することにより、切り取った 1 行移動することができます。
document.selection.SelectLine() document.selection.Cut();
document.selection.SelectLine()
document.selection.Cut();
document.selection.SelectLine document.selection.Cut
document.selection.SelectLine
document.selection.Cut
このページのフィードバックを送信