beremiz

Parents 1377d67e6374
Children 80663b26ddce
IDE: ensure that available targets are-recomputed when creating a new project.
--- a/ProjectController.py Thu Jun 26 11:24:54 2025 +0200
+++ b/ProjectController.py Thu Jun 26 11:26:46 2025 +0200
@@ -232,11 +232,12 @@
# For root object, available Children Types are modules of the confnode
# packages.
CTNChildrenTypes = ExtractChildrenTypesFromCatalog(features.catalog)
- XSD = GetProjectControllerXSD()
EditorType = ProjectNodeEditor
iec2c_cfg = None
def __init__(self, frame, logger):
+ self.XSD = GetProjectControllerXSD()
+
PLCControler.__init__(self)
ConfigTreeNode.__init__(self)