Hi,<div>I adapted KDevelop&#39;s dashboard to the new plugin loader and here I come with some thoughts.</div><div><br></div><div>Now it is mostly working, the biggest problem I&#39;m facing is that I need to tell KDevelop&#39;s plugins what project are they targeting (KDevelop may have different dashboards at the same time and the plugins I add need to know about the project).</div>
<div>For the moment I&#39;m implementing it passing the project identifier as the first argument when loading hte plasmoid. That works just fine for my plugins but I can&#39;t filter that to the rest of plugins. It would be better if I could receive ::loadApplet myself and choose to call parent&#39;s if I want to, instead of reimplementing an internal version of the call.</div>
<div><br></div><div>Custom plasmoid storing and restoring is not yet working. Is that normal?</div><div><br></div><div>Thanks,</div><div>Aleix</div>