beremiz
Clone
Summary
Browse
Changes
Graph
Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list
2012-12-11, Laurent Bessard
6b2958f04f30
Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)