beremiz
Clone
Summary
Browse
Changes
Graph
Added automatic line wrapping to log console
2013-03-27, Laurent Bessard
025ac12cd0d2
Added automatic line wrapping to log console
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)