Re: Help with kcoreaddons_add_plugin

2024-08-12 Thread christoph
On 2024-08-12 22:32, Tomaz Canabrava wrote: i forgot to say, the sourde for this mess is at invent.kde.org/sdk/codevis [1] on the merge request plugin v2 still in early stages Hi, Kate does kcoreaddons_add_plugin(${name} INSTALL_NAMESPACE "kf6/ktexteditor") with const QList plugins = KPlu

Re: Help with kcoreaddons_add_plugin

2024-08-12 Thread Tomaz Canabrava
i forgot to say, the sourde for this mess is at invent.kde.org/sdk/codevis on the merge request plugin v2 still in early stages On Mon, 12 Aug 2024 at 18:22 Tomaz Canabrava wrote: > Hello All, > > This e-mail is in two pars, a request for help, and a question. > I have a fairly strange issue w

Help with kcoreaddons_add_plugin

2024-08-12 Thread Tomaz Canabrava
Hello All, This e-mail is in two pars, a request for help, and a question. I have a fairly strange issue while coding plugins for codevis. The plugin code is similar to konsole (which I have wrote), and kate (which I have contributed in the past), making me even more ignorant on what's happening.