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. |