-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load dictionaries from anywhere #153
Comments
I can verify this issue with QtCreator v12.0.1 under Ubuntu 22.04. The plugin version installed is 3.5.0 and I also have These are the messages I get when starting QtCreator from the command line :
I tried copying the dictionary files to a local directory which would be writable and that did not help. Happy to help with debugging if needed. |
Thanks for reporting |
Any movement on this ? Can I assist in some way ? |
@tdyjv Sorry I never responded on this. I did install Ubuntu (not sure what version) in a VM and could not reproduce. |
Ubuntu's version can be queried using What version of Qt Creator + plugin did you test with? |
Yesterday I was able to get it working. Tried a few things not sure which really helped. I will do more testing today and report back. |
Ok here we go : The Laptop dictionary selection works out of the box without any failures. The Desktop behaves as follows : If I select a new dictionary location, either local to my home directory or If I select a new dictionary location, either local to my home directory or I hope this helps - At least it's a work around |
Qt Creator Version
@tdyjv Thank you very much for the investigation. I have a Laptop and tested in a Virtual Box with the above ubuntu. I will look a bit at the code, especially now with Qt Creator 13 coming to see if there is not something that can be done from the source side that might help. I have a suspicion what could cause something like this. |
Just to follow up. This seems to work correctly in QtCreator V13 |
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:
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.
The text was updated successfully, but these errors were encountered: