#29301
Yutaka Emura
キーマスター

ssskyhigh 様

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

念のため確認ですが、以下のようにしてはいかがでしょうか?


xPos = document.selection.GetActivePointX(eePosView);
yPos = document.selection.GetActivePointY(eePosView);
//bHighlightFind = document.HighlightFind;
document.selection.Find("<[^<]*?>",eeFindReplaceRegExp);
tag = document.selection.text;
document.selection.SetActivePoint(eePosView, xPos, yPos, false);
document.HighlightFind = false;

お試しいただければ幸いです。

よろしくお願いいたします。