beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for adding default configuration on opened project without any
2012-09-22, Laurent Bessard
25ba9d74afb1
Adding support for adding default configuration on opened project without any
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)