Python plugin needs python.dic for spellchecker.
Good day,
After installing the python plugin from the repository, I'm getting those warnings every time I start the IDE:
[1338765] WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'python.dic' with loader 'class com.jetbrains.python.spellchecker.PythonBundledDictionaryProvider'
[1338765] WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'pythonExtras.dic' with loader 'class com.jetbrains.python.spellchecker.PythonBundledDictionaryProvider'
[1338765] WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'django.dic' with loader 'class com.jetbrains.python.spellchecker.PythonBundledDictionaryProvider'
Does anyone know how to resolve them?
Much appreciated
请先登录再写评论。
This warning is harmless, you needn't do anything to resolve it. It'll be fixed in the next update of the plugin.