New features in this version:
-----------------------
* Support for a configuration dialog in the "Options->Plugins" window. See the
notes below, the documentation CHM and the Go-Y# plugin source for more details.
* Two more API functions: launchyShow(), launchyHide()
* A new function in LaunchyPaths: getConfigPath(). You can use this function
for saving plugin-specific settings.... read more
This version contains an addition to the ICatItemFactory interface, as a response to the following forum thread: https://sourceforge.net/forum/message.php?msg_id=6534778
About Launchy# 1.0.0
-----------------------
Launchy# is an extension to Launchy's plugin system, that allows a user to
develop Launchy plugins in .NET languages (C#, VB.NET, etc.).
Requirements:
-----------------------
* Launchy# requires .NET framework 2.0 and above.
Features:
-----------------------
Launchy# contains two main parts:
* A .NET assembly that provides the plugin API and contains all relevant
interfaces.
* A Launchy plugin that acts as a proxy plugin, loads the .NET plugins and
forwards calls from Launchy to them. ... read more