plugins/c_ext/c_ext.py
changeset 402 984e238e63d0
parent 401 8106a853a7c7
child 418 01f6bfc01251
child 419 1cdae505be9e
equal deleted inserted replaced
401:8106a853a7c7 402:984e238e63d0
   183                          "IEC_type": var.gettype(),
   183                          "IEC_type": var.gettype(),
   184                          "location": var_location,
   184                          "location": var_location,
   185                          "description": "",
   185                          "description": "",
   186                          "children": []})
   186                          "children": []})
   187                 
   187                 
   188         return vars
   188         return  {"name": self.BaseParams.getName(),
       
   189                 "type": LOCATION_PLUGIN,
       
   190                 "location": self.GetFullIEC_Channel(),
       
   191                 "children": vars}
   189 
   192 
   190     def SetPartText(self, name, text):
   193     def SetPartText(self, name, text):
   191         if name == "Includes":
   194         if name == "Includes":
   192             self.CFile.includes.settext(text)
   195             self.CFile.includes.settext(text)
   193         elif name == "Globals":
   196         elif name == "Globals":