#28511
Yutaka Emura
キーマスター

ent 様

それでは、次のマクロを使ってください。

if( editor.GetProfileInt( eeRegCommon, "", "MultiselKeepSel", 0 ) ) {
	document.selection.StartOfLine(false,eeLineLogical);
	document.selection.StartOfLine(true,eeLineLogical);
	document.selection.EndOfLine(false,eeLineLogical);
	document.selection.EndOfLine(true,eeLineLogical);}
else {
	document.selection.StartOfLine(false,eeLineLogical);
	document.selection.EndOfLine(true,eeLineLogical);
}

よろしくお願い申し上げます。