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
Currently there is a very basic API implemented using WM_COPYDATA. Extend this to support registering plugins and bidirectional data.
Tasks
Add support for installing plugins.
Plugins will be installed in the plugins subdirectory.
The plugin package will either include an .ini file with details about the API window, or we will assume it's the same as the .exe filename.
Either allow the plugin to subscribe to messages using the .ini, or send all messages to each plugin. Currently I'm leaning towards sending all messages.
Introduction
Currently there is a very basic API implemented using WM_COPYDATA. Extend this to support registering plugins and bidirectional data.
Tasks
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: