Commit graph

28 commits

Author SHA1 Message Date
Jack Ye
5b6ea73513
Code cleanup & Use Flow.Launcher.Localization to improve code quality (#4009)
* Use Flow.Launcher.Localization to improve code quality

* Code cleanup

* Improve code quality

* Improve code quality

* Use internal static Context & Improve code quality

* Use Flow.Launcher.Localization to improve code quality

* Code cleanup

* Use Flow.Launcher.Localization to improve code quality

* Improve code quality

* Improve code quality

* Use Flow.Launcher.Localization to improve code quality

* Fix logic issue

* Fix the variable name typo

* Fix redundant boolean cast and ensure consistent default value handling

* Use Flow.Launcher.Localization to improve code quality

* Revert namespace styles

* Fix indent format

* Revert namespace style

* Fix indent format

* Fix namespace style

* Fix indent format

* Fix indent format
2025-09-27 19:18:33 +03:00
Jack251970
0cbd7ba1e2 Improve option logic 2025-04-15 23:42:08 +08:00
Jack251970
814afc75dd Add option to let process killer show window title 2025-04-15 21:21:47 +08:00
Jack251970
874744265f Back to original action for UX 2025-03-26 20:23:18 +08:00
Jack251970
3f0641a583 Add settings control 2025-03-26 15:33:49 +08:00
Jack251970
f25c5b9b05 Improve code quality & Use progress name and id as title tooltip 2025-03-14 16:12:15 +08:00
Jack251970
8ee2d4852e Use score bump & Search window title 2025-03-14 11:39:16 +08:00
Jack251970
d12cde7c44 Do not close window when killed processes 2025-03-13 14:16:38 +08:00
Jack251970
fa465130c6 Use PInvoke to replace DllImport 2025-03-13 14:01:02 +08:00
pp.stabrawa
b2532fc88e Order search result by window title 2024-12-27 12:43:43 +01:00
Ioannis G
6bdf6ac1ce
fix kill command to honor "Last Query Style" 2023-06-04 06:20:50 +03:00
Vic
3ae656f456 Requery after killing a process 2023-04-24 15:46:26 +08:00
Ioannis G
5941049a11
use AutoCompleteText in PluginIndicator, ProcessKiller plugins
makes hitting Tab from the results of those plugins less weird
2022-01-13 04:52:13 +02:00
Kevin Zhang
812703766a Mark previous api as obsolete to preserve backward compatibility. 2021-09-07 17:07:21 -05:00
Kevin Zhang
9c13416231 Fixes Typo TermSeparator & remove the actionkeyword in Terms 2021-09-06 12:31:07 -05:00
Ioannis G
b1ca71b3aa
plugin/pkiller: improve kill-all option
- better title, add count of matches in subtitle, use process icon
- hide option when executable path is empty
2020-10-12 00:08:54 +03:00
Ioannis G
01f98b16fa
plugin/pkiller: fix context menu results
do not show the "kill all instances" context menu option when the
context menu itself is triggered from the "kill all X processes" result
2020-10-11 23:40:29 +03:00
Jeremy Wu
2d45a79aed sort ProcessKiller plugin's results ascending 2020-09-24 07:22:55 +10:00
Ioannis G
2c5305827c
ProcessKiller: use process icon in context menu 2020-07-03 17:11:18 +03:00
Ioannis G
e2bef827db
ProcessKiller: split source to multiple files 2020-07-03 17:07:24 +03:00
Ioannis G
12281142c1
ProcessKiller: support spaces in process search 2020-07-03 15:44:13 +03:00
Ioannis G
6e6a74beb9
ProcessKiller: add context menu option
to kill all processes whose file path matches with the selected result.
2020-07-03 02:43:35 +03:00
Ioannis G
10ce003dac
ProcessKiller: change condition for batch kill
To avoid killing processes by mistake, only give the option to kill all
displayed processes when they are all instances of the same executable.
2020-07-03 02:10:41 +03:00
Ioannis G
563bf4d797
ProcessKiller: add i18n support 2020-07-03 01:16:33 +03:00
Ioannis G
a52575cc17
ProcessKiller: do not convert paths to lower-case
for consistency with other plugins
2020-07-03 00:34:10 +03:00
Ioannis G
d0e196cfed
ProcessKiller: highlight result title 2020-07-03 00:18:15 +03:00
Ioannis G
1707ec7222
ProcessKiller: quick refactoring 2020-07-03 00:16:11 +03:00
Ioannis G
852750d1c6
start off the ProcessKiller plugin
This plugin is a direct port of Wox.Plugin.ProcessKiller from
https://github.com/theClueless/Wox.Plugins
2020-07-02 23:44:48 +03:00