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