MrDraw/docs/plugins
Gina Häußge 8ff0096eb6 Fix & Docs: Plugins may only have one mixin implementation
Multiple mixins are allowed of course. Allowing multiple implementations lead to too many problems due to plugin names for referring to the APIs of SimpleApiPlugins or the assets of AssetPlugins.

 Hence __plugin_implementations__ has been deprecated in favor of __plugin_implementation__. The plugin subsystem will automatically copy the first implementation from __plugin_implementations__ to __plugin_implementation__ and log a deprecation warning.

 Adjusted documentation accordingly. Also added docs for helpers.
2015-03-30 16:50:06 +02:00
..
concepts.rst Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
distributing.rst Docs: Started on a basic plugin tutorial 2015-01-27 14:21:41 +01:00
gettingstarted.rst Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
hooks.rst [Doc] let's see if moving the figures out of the tables solves the PDF issue 2015-03-26 10:55:51 +01:00
index.rst [Docs] Started documenting plugin hooks and core concepts. 2015-03-25 09:39:25 +01:00
infrastructure.rst Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
mixins.rst Even more documentation of the internal modules 2015-03-06 01:42:49 +01:00
templates.rst Extended documentation to include replace feature for plugin template components 2015-02-24 09:29:02 +01:00
using.rst More work on the documentation 2015-01-16 17:11:31 +01:00