Joe LaFountain

Results 35 comments of Joe LaFountain

@ebp012 this has been an idea that I've wanted to have baked into Cairo since it's inception. @dremin and I are long over due for a discussion I'll make sure...

Would you be so kind to provide some additional information? **System information:** - Windows version: - Cairo version: - 32-bit or 64-bit: - In Cairo Settings > Advanced, is Cairo...

I will see if I can get some code posted in my fork. I was toying with a provider-based plugin system and a WindowsShell-object-model to apply to Cairo. Let me...

This is now possible in my fork of cairoshell. I have added a plugin system and a simple object model/extension point for the PlacesMenu

Will do, gotta figure out how

This would be best achieved by putting focus on a more robust object model, my next goal! The sample I made could be modified to loop over the screens/menubars and...

I will also build a couple more plugins to demonstrate how plugin dependencies work.

I’ll take a look at this tomorrow.

I am looking into a simpler plugin mechanism. I have been toying with using MEF for plugins and NuGet for distribution/management. This is a cool idea as it provides a...

I have stopped the exceptions with unmanaged dlls. I can keep the current plugin implementation and use an assembly naming pattern “CairoDesktop.Plugins.*” or I can replace it using MEF. This...