Commit graph

69 commits

Author SHA1 Message Date
Jeremy Wu
abb11b22fc update 2021-02-19 21:03:23 +11:00
弘韬 张
73ee3437f3 Use UnionWith 2021-02-18 06:41:56 +08:00
弘韬 张
94e45878c5 Merge branch 'fix_duplicate_entry_quickaccess' of github.com:Flow-Launcher/Flow.Launcher into HEAD 2021-02-18 06:41:18 +08:00
弘韬 张
cba47855c7 Use Hashset and customized equality comparator to filter result 2021-02-18 06:38:43 +08:00
Jeremy Wu
8b30d37ff7 update 2021-02-18 08:09:51 +11:00
Jeremy Wu
dfd7148229 remove duplicate entry with quick access results 2021-02-17 08:50:33 +11:00
弘韬 张
c875ad5277 Make most class in Explorer plugin become static class 2021-01-29 18:40:51 +08:00
Jeremy Wu
82d91840c1 rename methods in quick access 2021-01-26 20:53:01 +11:00
Jeremy Wu
44b3f19ac4 fix typo 2021-01-26 20:48:06 +11:00
Jeremy Wu
324ee62c2a rename quick folder access links to quick access links 2021-01-26 20:35:02 +11:00
Jeremy Wu
3a1d40893e rename project items to quick access link naming 2021-01-26 20:31:55 +11:00
Jeremy Wu
e46feb1165 fix formatting 2021-01-25 18:57:58 +11:00
张弘韬
8dc5def2e9 Remove extra whitespace 2021-01-25 11:19:59 +08:00
张弘韬
8a56cc6cd8 Use singleton in QuickFolderAccess.cs 2021-01-25 11:07:14 +08:00
张弘韬
9914124d20 Remove extra checking 2021-01-25 11:00:56 +08:00
Jeremy Wu
ff5e3695e9 add return if no quick access links or query 2021-01-25 13:50:41 +11:00
Jeremy Wu
647156ce6f Merge branch 'dev' into ExplorerPathAsync 2021-01-24 21:27:21 +11:00
Jeremy Wu
bfa1aabe35 add comment explaining why location check is needed 2021-01-24 21:08:48 +11:00
Jeremy Wu
e9462e8994 revert change from check string is path back to check location exists 2021-01-24 21:05:39 +11:00
弘韬 张
3effb401b7 make it become an extension method 2021-01-22 16:23:18 +08:00
弘韬 张
1a758c3919 Use Token.throwifCancellationRequested 2021-01-21 19:39:18 +08:00
弘韬 张
cd92512fe5 Optimize code 2021-01-20 13:47:25 +08:00
张弘韬
d7abae1ab2 Add Cancellation token for file system enumeration 2021-01-19 10:08:37 +08:00
弘韬 张
d7805d7a8c Make Explorer plugin completely async 2021-01-03 10:33:59 +08:00
Jeremy Wu
2abbca17ef move Quick Folder Access list all method up
move above matched Quick Folder Links because it's return type and will not run the remaining code
2020-09-21 20:55:39 +10:00
Jeremy Wu
0b368c2683 fix file extension search using '*' failing 2020-08-26 14:10:39 +10:00
Jeremy Wu
c9c8d0065e make the code more obvious when triggering full quick folder access list 2020-08-25 21:40:17 +10:00
Jeremy Wu
00035f7a52 move contents search up 2020-08-25 21:38:39 +10:00
Jeremy Wu
0a4f7c0c06 change QuickFolderAccess behaviour to continue with index search
Even if QuickAccessFolders results matched still continue to do fIles and folders search before returning the results.

This behaviour caters situation where user has a temp location in quick folder access list but still wants to search for temp folder in other locations
2020-08-25 21:36:26 +10:00
Jeremy Wu
41087d88d4 fix not triggering due to ActionKeyword is string empty when global 2020-08-25 21:23:53 +10:00
Jeremy Wu
7ad0071117 quick folder links triggering when search action keyword is used 2020-07-15 06:14:52 +10:00
Jeremy Wu
ace9dc7f2c update old hotkey trigger to use ActionKeyword 2020-07-15 05:52:01 +10:00
Jeremy Wu
8abd97d523 add file content search to Index Search 2020-07-12 22:43:38 +10:00
Jeremy Wu
d47a1ed5a1 remove unnecessary conditional variable in if- isEnvironmentVariable 2020-06-22 05:02:42 +10:00
Jeremy Wu
617ef3b05d fix environment variable search not showing up in Explorer 2020-06-20 14:26:13 +10:00
Jeremy Wu
e49e0ae2dc output quick folder access list when no query and only hotkey is pressed 2020-06-09 20:12:49 +10:00
Jeremy Wu
6befd6cbb1 small fixes
- ignore upper case when determine index search
- add open with different user image
- add subtitle text for context menu containing folder
2020-06-08 14:47:57 +10:00
Jeremy Wu
5d696bd3ab explorer general touch ups- no logic change 2020-06-08 14:20:22 +10:00
Jeremy Wu
0ee0fb8d2b add Explorer plugin's settings page 2020-06-06 22:13:22 +10:00
Jeremy Wu
06877ca06b change to exclude sub-directories too from index search 2020-06-03 20:15:21 +10:00
Jeremy Wu
2c15f1ce70 rename method for better description 2020-06-02 21:14:03 +10:00
Jeremy Wu
f2fffcb675 rename method for better description 2020-06-02 21:11:16 +10:00
Jeremy Wu
6330a784e8 add context menu to exclude indexed path from using index search 2020-06-02 20:58:22 +10:00
Jeremy Wu
2225cbff92 rename method to reflect behaviour 2020-06-02 20:21:28 +10:00
Jeremy Wu
5c46464a41 add condition for using Windows Index Search 2020-06-02 20:12:14 +10:00
Jeremy Wu
7629778610 rename top level directory search method and tests to reflect intent 2020-06-02 20:04:22 +10:00
Jeremy Wu
cc3d7d7ded fix CreateOpenCurrentFolderResult incorrectly using foldername 2020-06-01 14:11:51 +10:00
Jeremy Wu
f2690ebfe2 fix scenario windows index
still returned indexed subfolder results despite top level is not indexed when searching for top level. eg. searching for c:\
2020-06-01 08:03:04 +10:00
Jeremy Wu
1cea02a300 mini refactor to check current or previous directory once 2020-06-01 07:53:34 +10:00
Jeremy Wu
5f13fd8a80 add index info on Open Current Folder result 2020-06-01 05:52:01 +10:00