コード例 #1
0
ファイル: editcontrol.py プロジェクト: Tidosho/zoundryraven
 def _prepareResult(self, spellcheckResult): #@UnusedVariable
     # override to turn on highlighting on the current word.
     self.highlightWord(True)
     ZBaseSpellCheckContext._prepareResult(self, spellcheckResult)
コード例 #2
0
 def _prepareResult(self, spellcheckResult):  #@UnusedVariable
     # override to turn on highlighting on the current word.
     self.highlightWord(True)
     ZBaseSpellCheckContext._prepareResult(self, spellcheckResult)
コード例 #3
0
ファイル: editcontrol.py プロジェクト: Tidosho/zoundryraven
 def _cleanup(self):
     # override to turn off any highlighting.
     self.highlightWord(False)
     ZBaseSpellCheckContext._cleanup(self)
コード例 #4
0
 def _cleanup(self):
     # override to turn off any highlighting.
     self.highlightWord(False)
     ZBaseSpellCheckContext._cleanup(self)