py_ext/PythonEditor.py
changeset 743 4645a3a398ad
parent 738 413946c04c87
child 751 a8dace95f965
equal deleted inserted replaced
741:382b2c848dac 743:4645a3a398ad
   228         self.ConfNodeEditor.Bind(wx.EVT_KILL_FOCUS, self.OnKillFocus)
   228         self.ConfNodeEditor.Bind(wx.EVT_KILL_FOCUS, self.OnKillFocus)
   229         self.ConfNodeEditor.Bind(wx.stc.EVT_STC_MODIFIED, self.OnModification, id=ID_PYTHONEDITOR)
   229         self.ConfNodeEditor.Bind(wx.stc.EVT_STC_MODIFIED, self.OnModification, id=ID_PYTHONEDITOR)
   230 
   230 
   231 
   231 
   232     def __init__(self, parent, controler, window):
   232     def __init__(self, parent, controler, window):
   233         ConfTreeNodeEditor.__init__(self, parent, "", controler, window)
   233         ConfTreeNodeEditor.__init__(self, parent, controler, window)
   234         
   234         
   235         self.DisableEvents = False
   235         self.DisableEvents = False
   236         self.CurrentAction = None
   236         self.CurrentAction = None
   237     
   237     
   238     def GetBufferState(self):
   238     def GetBufferState(self):