-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Using Ubuntu 23.10, and Qt Creator 11.0.0 from the online installer (not from the distro). Thus, the plugin is version 3.4.0.
I've installed the hunspell-en-us package, but am unable to load the dictionary (en_US.dic) either from /usr/share/hunspell or from my home directory. Selecting the dictionary file from the GUI works fine, but after Apply, Ok and a restart, the path to the dictionary is cleared, and spell checking clearly doesn't work (flags everything as spelled wrong).
The plugin is installed via "Install Plugin", selecting the tar.gz and choosing for a local installation.
When opening and closing Qt Creator, these 5 warnings are always printed:
QVariant::save: unable to save type 'Utils::FilePath' (type id: 65559).
QVariant::save: unable to save type 'Utils::FilePath' (type id: 65559).
QVariant::save: unable to save type 'Utils::FilePath' (type id: 65559).
QVariant::save: unable to save type 'Utils::FilePath' (type id: 65559).
QVariant::save: unable to save type 'Utils::FilePath' (type id: 65559)
Now I'm not sure if these errors are related, but Tools->Debug Qt Creator->Show Logs didn't give me more info.
Happy to provide more details if needed.