You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a base class for all plugin related classes:
Plugin, Notification and Settings
All plugin classes should inherit from these classes. That way new functionality can be added to the plugin system without breaking old plugins. It would also make it easier for someone new to the plugin system to understand which functions need to be implemented by a plugin.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Jan Werkmann (Bitbucket: PhyNerd, GitHub: PhyNerd).
There should be a base class for all plugin related classes:
Plugin, Notification and Settings
All plugin classes should inherit from these classes. That way new functionality can be added to the plugin system without breaking old plugins. It would also make it easier for someone new to the plugin system to understand which functions need to be implemented by a plugin.
The text was updated successfully, but these errors were encountered: