1 行のカーソルから左を削除します。
論理行 1 行のカーソル位置から左側を行頭まで削除します。
document.selection.StartOfLine(true,eeLineLogical); document.selection.Delete(1);
document.selection.StartOfLine(true,eeLineLogical);
document.selection.Delete(1);
document.selection.StartOfLine true,eeLineLogical document.selection.Delete 1
document.selection.StartOfLine true,eeLineLogical
document.selection.Delete 1
このページのフィードバックを送信