Preferences/ConfigurationPages/EditorSpellCheckingPage.py

changeset 942
1d2a6b8509c6
parent 882
34b86be88bf0
child 945
8cd4d08fa9f6
equal deleted inserted replaced
940:0f5461fe69d4 942:1d2a6b8509c6
101 """ 101 """
102 Private slot to set the colour of the spelling markers. 102 Private slot to set the colour of the spelling markers.
103 """ 103 """
104 self.editorColours["SpellingMarkers"] = \ 104 self.editorColours["SpellingMarkers"] = \
105 self.selectColour(self.spellingMarkerButton, 105 self.selectColour(self.spellingMarkerButton,
106 self.editorColours["SpellingMarkers"]) 106 self.editorColours["SpellingMarkers"], True)
107 107
108 @pyqtSlot() 108 @pyqtSlot()
109 def on_pwlButton_clicked(self): 109 def on_pwlButton_clicked(self):
110 """ 110 """
111 Private method to select the personal word list file. 111 Private method to select the personal word list file.

eric ide

mercurial