Commit graph

63 commits

Author SHA1 Message Date
Hongtao Zhang
000c45bfa8
Refactor Explorer Code to fit the new architecture
1. Rename some method in QueryConstructor.cs by removing prefix and suffix
2. Split the logic of checking '>' to outer SearchManager.cs
3. Use IAsyncEnumerable for potential future improvement.
2022-09-10 10:45:41 -05:00
Hongtao Zhang
a3622d472e
Code Refactor with IAsyncEnumerable instead of Task<IEnumerable> 2022-08-16 18:45:36 -04:00
Hongtao Zhang
d36d15c887
Further Refactor UI Code and Implement Engine Selection and Everything Setting UI 2022-07-03 19:50:19 -05:00
Hongtao Zhang
d5e1b7cb22
Rewrite Explorer View Logic based on MVVM Pattern to avoid complicated View Logic 2022-06-30 23:56:15 -05:00
Hongtao Zhang
9b471de3cf
Implement Path Enumeration and ContentSearch 2022-06-25 12:39:02 -05:00
Hongtao Zhang
fa0cd35e18
Support Path Enumeration (Part 1) 2022-06-25 12:39:02 -05:00
Hongtao Zhang
6fdff2971c
Merge Explorer & Everything Plugins (Step 1)
1. Shared Interface for Windows Index and Everything Index
2. Settings Merge (Part 1)
3. Include Everything dll
2022-06-25 12:38:50 -05:00
Jeremy
091b4afe4e switch to use main window's Show method 2021-11-27 13:51:45 +11:00
Jeremy
4941f346a5 fix explorer crash on square brackets 2021-10-01 07:44:59 +10:00
Jeremy
1b69d27ea9 fix Explorer plugin crash on semicolon 2021-09-29 22:18:01 +10:00
Jeremy
8cfd80b962 delay the create query helper call
to catch exception when Windows Search service is not running
2021-07-30 12:30:21 +10:00
Jeremy
bd15aa7ef9 pass query helper object 2021-07-27 18:55:52 +10:00
Jeremy Wu
f588f2a763 fix typo 2021-07-25 20:44:04 +10:00
Jeremy Wu
0f9fd94312 handle future scenario where PluginsManager's action keyword increased 2021-07-25 20:42:26 +10:00
Jeremy Wu
10a30f4abe move exception result into its own method 2021-07-25 20:16:30 +10:00
Jeremy Wu
86fe664404 add option to remove warning msg and install Everything plugin 2021-07-25 19:58:21 +10:00
Jeremy Wu
44d8666e27 add warning for Windows Search service not turned on 2021-07-25 17:48:57 +10:00
Kevin Zhang
f80ae3092e CherryPick Exception Optimize 2021-06-29 19:02:27 +08:00
弘韬 张
1015177b45 Refactor code 2021-04-13 19:40:04 +08:00
Jeremy Wu
9479923531 remove unnecessary catching OperationCanceledException 2021-03-18 06:50:55 +11:00
Jeremy Wu
f4971e2e96 remove async and task run 2021-03-18 06:44:00 +11:00
Jeremy Wu
b138838805 add ConfigureWait and cancellation token 2021-03-17 06:32:53 +11:00
Jeremy Wu
7aa1396821 move index exclude method to IndexSearch class and add async 2021-03-16 21:33:40 +11:00
弘韬 张
c875ad5277 Make most class in Explorer plugin become static class 2021-01-29 18:40:51 +08:00
Jeremy Wu
4944a001d6 Merge remote-tracking branch 'origin/dev' into OrderByOpt 2021-01-24 20:24:49 +11:00
弘韬 张
0fe92d35cb fix testing and a potential error coding 2021-01-23 11:32:41 +08:00
弘韬 张
bc0146e68b Use Window Search Orderby instead of getting the result and order them by filename 2021-01-23 10:53:01 +08:00
Jeremy Wu
2643c7d730 exclude index search on special chars 2021-01-19 07:05:30 +11:00
弘韬 张
d7805d7a8c Make Explorer plugin completely async 2021-01-03 10:33:59 +08:00
Jeremy Wu
2ee24b3f71 Merge branch 'dev' into fix_quickfolderaccess_explorer 2020-09-07 05:45:21 +10:00
Jeremy Wu
6dd7259fcc use StringComparison.OrdinalIgnoreCase when calling String.Replace 2020-09-01 07:52:42 +10:00
Jeremy Wu
b44b67220a encode # symbol part of the path when creating uri 2020-08-31 07:39:05 +10:00
Jeremy Wu
5661b20dfb prevent index search when only '_' in query
otherwise will throw OleDb error.
2020-08-26 08:47:19 +10:00
Jeremy Wu
d64d51cc57 fix localized path when using Explorer plugin 2020-08-24 08:21:16 +10:00
Jeremy Wu
8abd97d523 add file content search to Index Search 2020-07-12 22:43:38 +10:00
Jeremy Wu
3fa3090ee3 Explorer plugin- change DefaultFolderSubtitleString to path 2020-06-30 06:20:22 +10:00
Jeremy Wu
82cfddbdb3 add ordering to file and folder results 2020-06-08 19:21:47 +10:00
Jeremy Wu
a196c4f269 add logging to Index and DirectoryInfo search 2020-06-08 19:01:32 +10:00
Jeremy Wu
5d696bd3ab explorer general touch ups- no logic change 2020-06-08 14:20:22 +10:00
Jeremy Wu
e34bcbd1ba add prompt press ctrl to open folder directly to folder results 2020-06-04 19:06:03 +10:00
Jeremy Wu
758b565f01 change strings to Constants 2020-05-28 21:35:12 +10:00
Jeremy Wu
b5e9ec3a9f Add search hotkeys to Constants 2020-05-28 07:41:14 +10:00
Jeremy Wu
2ea6642248 show if file or folder is indexed in context menu 2020-05-27 19:36:49 +10:00
Jeremy Wu
5b2f06bf10 add logic for index search to search with partial item name 2020-05-26 21:55:07 +10:00
Jeremy Wu
353fa026af rename variables and update comment 2020-05-26 21:49:59 +10:00
Jeremy Wu
b03ee66646 Rename IndexSearcher 2020-05-25 19:06:09 +10:00
Jeremy Wu
b1a0ddfe2f Remove unused context from IndexSearch 2020-05-25 19:01:31 +10:00
Jeremy Wu
f8a4b924c8 IndexSearch use ResultManager 2020-05-25 18:58:28 +10:00
Jeremy Wu
df0871a924 Fix incorrect return state on PathIsIndexed 2020-05-24 19:16:10 +10:00
Jeremy Wu
472f4a5f49 Move ReservedStringPattern to IndexSearcher class 2020-05-24 19:15:13 +10:00