QScintilla/SpellChecker.py

changeset 5815
223fa32b3a32
parent 5439
7ae65fa937a3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5814:50b299f6eb98 5815:223fa32b3a32
127 return dicFile 127 return dicFile
128 128
129 @classmethod 129 @classmethod
130 def _getDict(cls, lang, pwl="", pel=""): 130 def _getDict(cls, lang, pwl="", pel=""):
131 """ 131 """
132 Protected classmethod to get a new dictionary. 132 Protected class method to get a new dictionary.
133 133
134 @param lang the language to be used as the default (string). 134 @param lang the language to be used as the default (string).
135 The string should be in language locale format (e.g. en_US, de). 135 The string should be in language locale format (e.g. en_US, de).
136 @keyparam pwl name of the personal/project word list (string) 136 @keyparam pwl name of the personal/project word list (string)
137 @keyparam pel name of the personal/project exclude list (string) 137 @keyparam pel name of the personal/project exclude list (string)

eric ide

mercurial