[スレッド全体]

2017/8/27 (日) 00:58:34 ななし  
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
[2414] Re3:「右端で折り返す」のオフ→オン時にテキストカーソル点滅位置が更新されない
time = new Date();
Editor.SetDrawSwitch(0)
for(line = 0; line < 100; line++){
	for(i = 0; i < 1000; i++){
		Editor.InsText("a");
	}
	Editor.InsText("\r\n");
}
Editor.SetDrawSwitch(1);
Editor.Redraw();
last = new Date();
Editor.InsText(last - time);

[▼次のスレッド]
INCM/CMT
Cyclamen v3.81
[ut:0.010][st:0.000]