beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
2012-11-23, Laurent Bessard
d3c6c4ab8b28
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)