Работа плагина основана на обработке события добавления объектов в базу чертежа и завершения команд. Однако, многие команды не создают новых объектов и могут вызывать ошибки в работе плагина, поэтому их обработку следует исключить.
Начиная с версии 1.1.0.0 в плагин добавлена возможность редактировать список команд, которые исключаются из обработки плагином.
Стандартный набор выглядит так
COPY, UNDO, ERASE, LAYOUT, MODEL, PASTECLIP, PASTEBLOCK, CUTCLIP, MPMULTICOPY, MPTXTNUMCOPY, EXPORTLAYOUT, BEDIT, EATTEDIT, MIRROR, ADDSELECTED
В данной теме Вы можете предложить команды, которые стоит исключить из обработки и в последующем обновлении плагина стандартный список будет расширен.
====
The work of the plugin is based on processing the event of adding entities to the drawing base and completing commands. However, many commands do not create new entities and can cause errors in the plugin, so their processing should be excluded.
Starting from version 1.1.0.0, the plugin has added the ability to edit the list of commands that are excluded from processing by the plugin.
The standard set looks like this
COPY, UNDO, ERASE, LAYOUT, MODEL, PASTECLIP, PASTEBLOCK, CUTCLIP, MPMULTICOPY, MPTXTNUMCOPY, EXPORTLAYOUT, BEDIT, EATTEDIT, MIRROR, ADDSELECTED
In this topic, you can suggest commands that should be excluded from processing and in the subsequent update of the plugin, the standard list will be expanded.