beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
2013-03-06, Laurent Bessard
dc1318160073
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)