beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.
2013-01-15, Laurent Bessard
ffa8ee5ee2fe
Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)