2019年7月31日 1:15 am #28511
Keymaster
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);
}
よろしくお願い申し上げます。