beremiz
Clone
Summary
Browse
Changes
Graph
Added support for displaying string variables variations in a graph and cursor on graphs
2013-02-05, Laurent Bessard
5f2cc382be8c
Added support for displaying string variables variations in a graph and cursor on graphs
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)