I need to open block editor for block by its name, so I execute command in this way:
document.SendStringToExecute("_BEDIT "+blockName+"\n", true, false, false);
After running this line of code "selection of block" dialog appears, but I need the block to be selected automatically. So is there any way to run into block editor state without any dialog? I have not found any method to run block editor without using command line and there is no system variable found to make dialog disappear.