QScintilla/Editor.py

branch
5_0_x
changeset 508
88a4ce2bcd18
parent 504
da6d0d7037e5
child 516
1a57b04e3bd2
equal deleted inserted replaced
505:2219cb4f46c5 508:88a4ce2bcd18
4736 self.__changeBreakPoints) 4736 self.__changeBreakPoints)
4737 self.disconnect(self.breakpointModel, 4737 self.disconnect(self.breakpointModel,
4738 SIGNAL("rowsInserted(const QModelIndex &, int, int)"), 4738 SIGNAL("rowsInserted(const QModelIndex &, int, int)"),
4739 self.__addBreakPoints) 4739 self.__addBreakPoints)
4740 4740
4741 self.disconnect(self.project, SIGNAL("projectPropertiesChanged"),
4742 self.__projectPropertiesChanged)
4743
4744 if self.spell: 4741 if self.spell:
4745 self.spell.stopIncrementalCheck() 4742 self.spell.stopIncrementalCheck()
4743 self.disconnect(self.project, SIGNAL("projectPropertiesChanged"),
4744 self.__projectPropertiesChanged)
4746 4745
4747 QsciScintillaCompat.close(self) 4746 QsciScintillaCompat.close(self)
4748 4747
4749 def keyPressEvent(self, ev): 4748 def keyPressEvent(self, ev):
4750 """ 4749 """

eric ide

mercurial