QScintilla/SpellChecker.py

branch
5_2_x
changeset 2204
71aa8b87104f
parent 2202
fe0711184396
child 2205
2df710446e51
equal deleted inserted replaced
2203:e12807485d16 2204:71aa8b87104f
97 return os.path.join(Utilities.getConfigDir(), "spelling", "pel.dic") 97 return os.path.join(Utilities.getConfigDir(), "spelling", "pel.dic")
98 else: 98 else:
99 return os.path.join(Utilities.getConfigDir(), "spelling", "pwl.dic") 99 return os.path.join(Utilities.getConfigDir(), "spelling", "pwl.dic")
100 100
101 @classmethod 101 @classmethod
102 def getUserDictionaryPath(cls, isException): 102 def getUserDictionaryPath(cls, isException=False):
103 """ 103 """
104 Class method to get the path name of a user dictionary file. 104 Class method to get the path name of a user dictionary file.
105 105
106 @param isException flag indicating to return the name of the user 106 @param isException flag indicating to return the name of the user
107 exception dictionary (boolean) 107 exception dictionary (boolean)

eric ide

mercurial