beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for quickly changing variable and connection type
2012-10-18, Laurent Bessard
9695969796d0
Adding support for quickly changing variable and connection type
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)