TheBestPessimist
48ed1fec15
more todo
2023-03-14 09:21:11 +02:00
TheBestPessimist
569046b45d
Fix private function naming convention
2023-03-14 09:21:03 +02:00
TheBestPessimist
96afa29905
cleanup + warnings
2023-03-08 14:29:46 +02:00
TheBestPessimist
9debba9e4e
centralize the 3 actions: open file, open folder, open file as admin, for simpler logic
2023-03-08 14:29:46 +02:00
TheBestPessimist
2be108d740
formatting
2023-03-08 14:29:46 +02:00
TheBestPessimist
4289d10af6
Remove SortOption.RunCountAsc because it doesn't make sense
2023-03-08 14:29:46 +02:00
TheBestPessimist
fa971c6b81
Ask Everything for RunCount only if sorting by it
2023-03-08 14:29:46 +02:00
TheBestPessimist
a1a4c720c0
More comments
2023-03-08 14:29:46 +02:00
TheBestPessimist
a9192541ab
Make code more readable
2023-03-08 14:29:46 +02:00
TheBestPessimist
436ec7dd39
cleanup
2023-03-08 14:29:46 +02:00
TheBestPessimist
3cecf5b302
Use String Interpolation
2023-03-08 14:29:46 +02:00
TheBestPessimist
9bc6a4e072
Waiting on a semaphore must be outside of try
2023-03-08 14:29:46 +02:00
TheBestPessimist
7d6d0258d0
Add more debugging info to DEBUG profile
2023-03-08 14:29:46 +02:00
TheBestPessimist
05ba89db3d
Result.ToString contains Score as well
2023-03-08 14:29:46 +02:00
TheBestPessimist
84b63e5f54
Use Request Flags when retrieving results from Everything, to be able to retrieve RunCount as well
2023-03-08 14:29:46 +02:00
TheBestPessimist
5ff916a17b
Use the SearchResult.Score instead of 0 when creating the plugin Result
2023-03-08 14:29:46 +02:00
TheBestPessimist
ac3c955539
Async is hard.
...
Not sure exactly why the previous version was not working, but i _assume_ it's because I was in a deadlock on that semaphore.
2023-03-08 14:29:46 +02:00
TheBestPessimist
94b841d341
Should be working
2023-03-08 14:29:46 +02:00
TheBestPessimist
f96bf4c592
cleanup
2023-03-08 14:29:46 +02:00
TheBestPessimist
52729e3431
cleanup
2023-03-08 14:29:46 +02:00
TheBestPessimist
742d80922c
Indentation
2023-03-08 14:29:46 +02:00
TheBestPessimist
86869ff5f4
Extract RunExplorer nested ifs as functions for readability
2023-03-08 14:29:46 +02:00
TheBestPessimist
ad8dffe468
Add direct call to Everything API from ResultManager
...
Obviously this is stupid because we forcefully tied Explorer plugin to Everything. This needs more thinking, but is a good enough for now solution to test what works and doesnt work
2023-03-08 14:29:46 +02:00
DB P
6869aeea83
Merge pull request #1959 from Flow-Launcher/search_source_sort
...
Remove Obsolete Property and use Status Property for Sorting
2023-03-07 00:25:36 +09:00
DB P
6ad86f569e
Merge pull request #1960 from onesounds/ThemeTitleBar
...
Add Theme Section Title
2023-03-06 04:32:27 +09:00
DB p
1b1cb4257b
Add Theme Section Title
2023-03-05 06:47:10 +09:00
DB p
731c76d274
Fix Typo
2023-03-05 06:08:22 +09:00
DB p
02de141135
Fix Typo In Comment
2023-03-05 05:59:49 +09:00
DB p
45ff919f81
- Fix Enabled Label
...
- Fix Error when Click the Icon ColumnHeader
2023-03-05 05:57:31 +09:00
Hongtao
520ef3777f
Remove Obsolete Property and use Status Property for Sorting
2023-03-04 14:17:22 -06:00
Jeremy Wu
ea6622f6d5
Merge pull request #1954 from Flow-Launcher/FixTypoInReadMe
...
Fix Wikipedia typo in readme
2023-03-04 08:22:36 +11:00
DB P
2a64f68121
Fix Wikipedia typo in readme
2023-03-04 06:08:48 +09:00
Jeremy Wu
10b9fbbf80
Merge pull request #1953 from onesounds/FixDarkTextInEverything
...
Fix Dark Text Color in Everything Panel
2023-03-04 06:55:44 +11:00
DB p
1d9fa902bc
Fix Dark Text Color in Everything Panel
2023-03-04 04:24:06 +09:00
Jeremy Wu
720f88a136
Merge pull request #1939 from Flow-Launcher/version_update
...
Release version bumps
2023-03-02 17:17:30 +11:00
Jeremy
5dc55b00ef
update plugin versions
2023-03-02 17:02:35 +11:00
VictoriousRaptor
ead249700c
Merge pull request #1943 from Flow-Launcher/update_translation
...
Update translations from Crowdin
2023-03-02 13:03:45 +08:00
Jeremy
08f250d9c0
update translations from Crowdin
2023-03-02 09:02:40 +11:00
Jeremy Wu
76f12a415c
Merge pull request #1941 from Flow-Launcher/add_sponsor
...
Add sponsor
2023-03-01 09:30:13 +11:00
Jeremy Wu
9429efd1e0
add sponsor
2023-03-01 09:16:25 +11:00
Jeremy Wu
f78ad1cd72
Merge pull request #1932 from VictoriousRaptor/FixPreviewHotkey
...
Fix preview hotkey issue
2023-02-28 09:01:49 +11:00
Jeremy Wu
dbdd756d3d
bump flow version
2023-02-27 08:41:19 +11:00
Jeremy Wu
af2a19499f
update plugin version
2023-02-27 08:41:04 +11:00
Jeremy Wu
0754568439
update comment
2023-02-27 06:59:12 +11:00
Vic
d227a0a158
Fix Key.None logic
2023-02-25 15:18:00 +08:00
Vic
343cdf2ad4
Fix preview hotkey issue
...
Check if preview hotkey is a valid KeyGesture when setting and loading
Ban more printable characters
2023-02-25 15:00:19 +08:00
VictoriousRaptor
b2516ed003
Merge pull request #1895 from onesounds/SingularTextToPlural
...
Adjust sidebar texts in setting window
2023-02-21 17:13:28 +08:00
Jeremy Wu
3b05ee2582
Merge pull request #1899 from Flow-Launcher/everything_full_path_option
...
add option for everything search in full path (default true)
2023-02-21 08:24:05 +11:00
Jeremy Wu
73ba2368a8
update option name
2023-02-21 08:10:03 +11:00
Kevin Zhang
d87b5af5dc
default false
2023-02-20 14:04:50 -06:00