Add find file plugin.

This commit is contained in:
qianlifeng
2014-10-22 22:49:34 +08:00
parent 581423a87c
commit 80e38fc430
23 changed files with 478 additions and 203 deletions

View File

@@ -32,7 +32,8 @@ namespace Wox.PluginLoader
}));
}
forker.Join();
//if plugin init do heavy works, join here will block the UI
//forker.Join();
}
public static List<PluginPair> AllPlugins