conan-clion-plugin
conan-clion-plugin copied to clipboard
Plugin config is not saved for all projects
Hello, one thing that is really annoying when working with the clion conan plugin is that the following setting:
is not saved across all projects and I have to tick this checkbox for each new project. Why is the setting not saved for all projects? It is not common to change these settings between projects.
I would be happy if this could be fixed / changed
Hi @knimix,
Thanks for reporting, we will consider this for the next for the release.
Oh yes, that would be lovely.
Has anyone started working on this? Mind if I give it a shot?
Has anyone started working on this? Mind if I give it a shot?
Feel free to go ahead :)
Sure @3Nigma!
Feel free to ask any questions should you find any problem :)
Hey guys,
Sorry for taking this long. I have it mostly done. I got stuck with persisting the newly defined ConanSettings
service-component to a $APP_CONFIG$
-based storage path.
I've modeled my approach based on the IdeaVim
plugin implementation, but for some reason, trying to run the plugin yields a IllegalStateException: Cannot resolve $APP_CONFIG$/conan_settings.xml
.
I'm looking into this, but so far, I couldn't find any useful solution to it.
I'll keep you posted