#29232
Yutaka Emura
キーマスター

KawakamiTakahiro 様

いつもお世話になっております。

この程度でしたら、マクロを作成していただくのがいいかと思います。


x1 = document.selection.GetAnchorPointX(eePosLogical);
y1 = document.selection.GetAnchorPointY(eePosLogical);
x2 = document.selection.GetActivePointX(eePosLogical);
y2 = document.selection.GetActivePointY(eePosLogical);
editor.ExecuteCommandByID(4371);
document.selection.SetAnchorPoint( eePosLogical, x1, y1 );
document.selection.SetActivePoint( eePosLogical, x2, y2, true );

お試しいただけると幸いです。
よろしくお願いいたします。