2013年3月1日 8:26 pm #11491
Keymaster
Masato 様
いつも EmEditor Professional をお使いいただき、誠にありがとうございます。
そのような機能は検討させていただきます。
もしよろしければ、以下のマクロは、カーソル位置で折り返すようになります。お使いいただければ幸いです。
cfg = document.Config;
cfg.General.WrapMode = eeWrapByChar;
x = document.selection.GetActivePointX(eePosView);
cfg.General.MarginNormal = x;
cfg.General.MarginQuote = x;
cfg.Save();
どうぞよろしくお願い申し上げます。