beremiz
Clone
Summary
Browse
Changes
Graph
Add function block types as data types that are not locatable
2012-11-15, Laurent Bessard
e12228fd8773
Add function block types as data types that are not locatable
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)