PowerToys/Wox.Core
bao-qian d6f9fddc94 Refactoring CustomizedPluginConfig
1. Reorder the sequence of initialization of UserSettings.
2. Use dictionary for CustomizedPluginConfigs, so code logic like
`.FirstOrDefault(o => o.ID == id);` are removed
3. part of #389
2016-03-25 01:22:31 +00:00
..
Plugin Refactoring CustomizedPluginConfig 2016-03-25 01:22:31 +00:00
Properties Add solution level AssemblyInfo file, and bump version 2015-11-28 10:47:49 +00:00
Resource ResultItem -> Result, part 2 2016-02-21 17:10:23 +00:00
Updater Merge language and theme into resource folder 2016-01-07 20:04:37 +00:00
UserSettings Refactoring CustomizedPluginConfig 2016-03-25 01:22:31 +00:00
APIServer.cs Optimize using directives 2015-10-30 23:23:01 +00:00
packages.config Merge master 2015-12-13 13:32:30 +00:00
README.md some API changes for Query class and renames. 2015-01-26 17:46:55 +08:00
Wox.Core.csproj Merge language and theme into resource folder 2016-01-07 20:04:37 +00:00

What does Wox.Core do?

  • Handle Query
  • Define Wox exceptions
  • Manage Plugins (including system plugin and user plugin)
  • Manage Themes
  • Manage i18n
  • Manage Update and version