The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
I need to make a plugin called from Plugins menu entry and also open certain file extensions. Is there a way to make one class which will be of both cbToolPlugin and cbMimePlugin types simultaneously?
class MyPlugin : public cbToolPlugin, public cbMimePlugin{};