PowerToys/Wox
Aaron Campf 0536a2be33 Combined 2 cases
Stupid automatic formatting changed more then I wanted

Here is the change I made if you just want the code
case Key.Tab:
case Key.Enter:
AcceptSelect(resultCtrl.GetActiveResult());
e.Handled = true;
break;
2014-07-23 13:20:24 -07:00
..
Commands #129 exclude system plugins results when searching websearch. 2014-07-21 23:18:39 +08:00
Converters Add browse more plugin and theme link to setting dialog. 2014-07-16 20:17:51 +08:00
Helper Fix potential issues in control panel. 2014-07-19 08:15:51 +08:00
Images Refactoring FolderLink and URL plugin. 2014-07-19 10:12:11 +08:00
JsonRPC Fix python env issues. 2014-07-18 23:12:50 +08:00
PluginLoader Fix python env issues. 2014-07-18 23:12:50 +08:00
Properties Fix line ending [skip ci] 2014-03-18 00:10:02 +08:00
Resources Rename the project. 2014-01-29 18:33:24 +08:00
Themes Fix issue with Layered Window 2014-03-26 19:26:10 +08:00
ActionKeyword.xaml close #21 Allow user to set their custom ActionKeyword 2014-07-04 12:08:37 +08:00
ActionKeyword.xaml.cs close #21 Allow user to set their custom ActionKeyword 2014-07-04 12:08:37 +08:00
App.config Pack python env to zip 2014-07-18 20:00:55 +08:00
app.ico Add web search feature & some UI changes. 2014-01-29 22:44:57 +08:00
app.png Add web search feature & some UI changes. 2014-01-29 22:44:57 +08:00
App.xaml Fixed Image Errors + Handing Bad ShellRun 2014-05-08 15:58:38 -07:00
App.xaml.cs Allow drag drop to install wox plugin. 2014-06-30 22:50:54 +08:00
CustomPluginHotkeySetting.xaml Add custom plugin hotkey feature. 2014-02-22 15:52:20 +08:00
CustomPluginHotkeySetting.xaml.cs Optimize files. 2014-06-30 22:27:56 +08:00
HotkeyControl.xaml Merge branch 'MoreResponsibleUI' 2014-02-22 16:28:23 +08:00
HotkeyControl.xaml.cs gloablHotkey -> GlobalHotkey 2014-03-18 17:26:09 +01:00
MainWindow.xaml Allow drag drop to install wox plugin. 2014-06-30 22:50:54 +08:00
MainWindow.xaml.cs Combined 2 cases 2014-07-23 13:20:24 -07:00
Msg.xaml Rename the project. 2014-01-29 18:33:24 +08:00
Msg.xaml.cs Fixed Image Errors + Handing Bad ShellRun 2014-05-08 15:58:38 -07:00
packages.config Add NHotkey library. 2014-02-20 23:15:03 +08:00
ResultPanel.xaml Async loading item images => huge performance improvements for old machines. 2014-07-16 18:52:00 +08:00
ResultPanel.xaml.cs #129 Make web search suggestion optional and add baidu suggeestion source. 2014-07-21 22:27:57 +08:00
SettingWindow.xaml Pack python env to zip 2014-07-18 20:00:55 +08:00
SettingWindow.xaml.cs Pack python env to zip 2014-07-18 20:00:55 +08:00
Wox.csproj Refactoring FolderLink and URL plugin. 2014-07-19 10:12:11 +08:00