#31349
Yutaka Emura
キーマスター

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

さきほど公開した v23.0.901 以上に更新されていることを確認してから、次のマクロを使ってください。


nStatus = editor.QueryStatusByID(4585); // Enable All Markers
if (nStatus & eeStatusEnabled) {
editor.ExecuteCommandByID(4585); // Enable All Markers
}
else {
editor.ExecuteCommandByID(4586); // Disable All Markers
}

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