Launchy# does not support plugins in non-standard locations
Develop Launchy plugins in .NET languages
Brought to you by:
kshahar
hi,
I've noticed, that Launchy# doesn't allow the user to place .NET plugins in other than %LAUNCHY_DIR%/plugins folders, even though Launchy itself allows addins to be placed in %APPDATA%/Launchy/plugins (on Windows). It is useful if the user doesn't want or can't copy files into Launchy's installation path.
Solution is to use Launchy's MSG_PATH message which is sent to inform a plugin about it's directory. In order to handle this message, IPlugin interface must be extended.
I've made necessary modifications and attached a patchfile
p.s. I've noticed that "launchysharp_ezlogger_adapter.cpp" is missing in SVN repository
apply to "trunk" directory
Merged the changes and added the missing file