Skip to content
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

Support Qt Creators's install plugin feature #123

Open
jesperkdab opened this issue Mar 11, 2021 · 2 comments
Open

Support Qt Creators's install plugin feature #123

jesperkdab opened this issue Mar 11, 2021 · 2 comments

Comments

@jesperkdab
Copy link

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.

@CJCombrink
Copy link
Owner

Hi @jesperkdab

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 👎

@jesperkdab
Copy link
Author

Actually I don't know. It only came to my attention after I had recorded the Qt Widgets and More video on your plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants