beremiz
Clone
Summary
Browse
Changes
Graph
Better PLC log message time stamp display. Better console information when connecting.
2013-02-03, Edouard Tisserant
60fafd828a30
Better PLC log message time stamp display. Better console information when connecting.
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)