Commit graph

36 commits

Author SHA1 Message Date
Hongtao Zhang
e5e393f911
Wrap some call with Dispatcher and let shell use Task.Run to show the window and change the query (which is semislow) 2022-12-07 21:13:07 -06:00
Oren Nachman
ffd877290d Addressing initial feedback 2022-08-08 11:27:11 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Jeremy
dba03c9676 formatting 2022-06-22 07:59:39 +10:00
Jeremy
9b894b3b92 update comment regarding usage of Argument vs ArgumentList 2022-06-22 07:55:47 +10:00
Jeremy
d48e841f21 formatting 2022-06-22 06:37:33 +10:00
Hongtao Zhang
b7bebc8a32 use old Arguments instead of ArgumentList to prevent auto escape quote in commands 2022-05-14 21:25:36 -05:00
Hongtao Zhang
3298194a45 stop trigger global hotkey when shell plugin is not enabled 2022-01-03 10:26:18 -06:00
Kevin Zhang
ec96028f55 change query after showing window to make it not selectable 2021-12-05 21:14:01 -06:00
Kevin Zhang
6565b55746 Use API mainwindow show 2021-12-05 21:06:33 -06:00
Jeremy
b826090bca Merge remote-tracking branch 'origin/dev' into GlobalHotkeyRefactor 2021-11-29 20:02:26 +11:00
Jeremy Wu
e7198c6d79
Merge pull request #742 from spedrickson/JsonRPCShellRun
add initial ShellRun support for JsonRPC
2021-11-29 08:43:59 +11:00
Jeremy Wu
52046431ea
Merge pull request #829 from taooceros/ShellNotClose
Refactor Shell Command
2021-11-29 06:39:54 +11:00
Kevin Zhang
d3d1f6faa7 Fix Unexpected Intercept result when multiple plugin register the global hotkey event 2021-11-27 14:26:20 -06:00
Jeremy
091b4afe4e switch to use main window's Show method 2021-11-27 13:51:45 +11:00
Kevin Zhang
16c30e9803 Refactor Shell Command 2021-11-25 15:47:11 -06:00
Jeremy
a6ddaf9ff9 Merge branch 'dev' into JsonRPCShellRun 2021-11-17 21:02:32 +11:00
Jeremy
ae7de8db09 refactor to use ShellCommand 2021-11-17 21:00:36 +11:00
Jeremy Wu
2a68a41ef0
Merge pull request #681 from Flow-Launcher/QueryTermsRefactor
Fixes Typo TermSeparator & remove the actionkeyword in Terms
2021-10-18 08:10:03 +11:00
Michael Mouawad
d3b4c5469b add run as administrator when holding ctrl and shift to Shell plugin 2021-09-11 20:21:52 +03:00
Kevin Zhang
9c13416231 Fixes Typo TermSeparator & remove the actionkeyword in Terms 2021-09-06 12:31:07 -05:00
Zelin Liao
867c2a711b Remove Uncessary Window.Activate() 2021-06-26 20:42:09 +08:00
Zelin Liao
794911aad4 [Plugin.Shell] Fix: The Query Box Is Not Focused When HotKey Invoked 2021-06-26 10:52:44 +08:00
Kevin Zhang
59f0a06cb3 change sequence of loading for shell plugin to avoid null reference 2021-06-03 14:14:27 +08:00
Jeremy Wu
909fe5a75d
Merge branch 'dev' into MigrateDirectPluginJsonStorage 2021-05-17 07:02:49 +10:00
弘韬 张
d421a950f6 Add special ctrl for Pluginsmanager and Shell plugin 2021-05-15 02:17:57 +08:00
张弘韬
d84eff7712 Remove unneccessary api, rename storage api, and update comment 2021-05-13 19:29:21 +08:00
张弘韬
25f6e664f2 add auto save for all setting that has been registered, and remove Separate Save 2021-05-12 00:37:28 +08:00
张弘韬
33accbd5d4 Move most direct call of PluginJsonStorage to API call 2021-05-11 20:24:22 +08:00
Jeremy Wu
f053139454 use most used cmds setting 2021-04-12 20:05:30 +10:00
Jeremy Wu
4abddb2597 rename variable Count to CommandHistory 2021-04-12 17:32:48 +10:00
Jeremy Wu
bd921f8d0c add context menu run as admin icon 2021-03-09 21:04:57 +11:00
Jeremy Wu
22617aef33 add copy cmd to context menu 2021-03-09 21:04:28 +11:00
Jeremy Wu
17a04d65c1 fix private variable naming convention 2021-03-09 20:59:25 +11:00
Jeremy Wu
28d67c8c81 Rename further code and text 2020-04-21 22:54:41 +10:00
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00
Renamed from Plugins/Wox.Plugin.Shell/Main.cs (Browse further)