You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In you documentation you tell us to install by unzipping to the root of Qt Creator. This works fine, and from that dir I get:
./bin/libhunspell.dll
./lib/qtcreator/plugins/SpellChecker4.dll
However, if I do Help -> About Plugins, and choose the button "Install Plugin", then it dump the files in:
./lib/qtcreator/plugins/lib/qtcreator/plugins/SpellChecker4.dll
./lib/qtcreator/plugins/bin/libhunspell.dll
And then the plugin doesn't work (likely because it fails to find libhunspell.dll
Cheers
Jesper.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to my attention.
I was not aware of the following option in Qt Creator
Help -> About Plugins, and choose the button "Install Plugin"
This would surely simplify the process to install and I will make this a priority to see if there is something I can do to support this way of installing the plugin.
Is this relatively new in Qt Creator?
I unfortunately don't use Qt Creator in my da-to-day (since a year ago) and as a result don't keep up with changes in the IDE anymore as much as I used to.
I am forced to use a much lesser IDE 👎
In you documentation you tell us to install by unzipping to the root of Qt Creator. This works fine, and from that dir I get:
./bin/libhunspell.dll
./lib/qtcreator/plugins/SpellChecker4.dll
However, if I do Help -> About Plugins, and choose the button "Install Plugin", then it dump the files in:
./lib/qtcreator/plugins/lib/qtcreator/plugins/SpellChecker4.dll
./lib/qtcreator/plugins/bin/libhunspell.dll
And then the plugin doesn't work (likely because it fails to find libhunspell.dll
Cheers
Jesper.
The text was updated successfully, but these errors were encountered: