beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
2012-10-18, Laurent Bessard
b30421d07e8c
Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)