Desktop productivity with "not your average quick launcher" plus Pomodoro Timer! 🍅 by Xeno Innovations, built using Mono.Addins. Coming soon is the sidebar desktop dock similar to RocketDock or ObjectDock
As a developer, I would like to be able to loosely communicate between add-in host and extensions via a Message Sender. This allows us the ability to send a signal out to parts of our code and only listening parties can act upon it if they choose to do so.
For example, we want to refresh the System Tray after editing it. We wouldn't need IoC, just simply send a message to inform SystemTrayManager to refresh its menu cache and display it.
As a developer, I would like to be able to loosely communicate between add-in host and extensions via a Message Sender. This allows us the ability to send a signal out to parts of our code and only listening parties can act upon it if they choose to do so.
For example, we want to refresh the System Tray after editing it. We wouldn't need IoC, just simply send a message to inform
SystemTrayManager
to refresh its menu cache and display it.Acceptance
Out of Scope