Commit graph

89 commits

Author SHA1 Message Date
Jeremy Wu
ccfcf5148f
Merge branch 'dev' into explorer_prompt_deletion 2020-07-05 14:31:23 +10:00
Jeremy Wu
4961bf3138 bump version for release
Explorer, Plugin, Flow Launcher
2020-07-04 18:02:39 +10:00
Jeremy Wu
c46bb354a5
Merge branch 'dev' into explorer_prompt_deletion 2020-07-01 22:22:14 +10:00
Jeremy Wu
bd64512643 add open containing folder to file results 2020-06-30 08:15:20 +10:00
Jeremy Wu
90b7559d32 show ToolTip directory path on current folder result 2020-06-30 07:53:46 +10:00
Jeremy Wu
492c02eea4 add custom plugin ToolTip on result hover over 2020-06-30 06:45:04 +10:00
Jeremy Wu
3fa3090ee3 Explorer plugin- change DefaultFolderSubtitleString to path 2020-06-30 06:20:22 +10:00
Jeremy Wu
95a1b9a968 fix typo 2020-06-29 21:53:01 +10:00
Jeremy Wu
5ff278230b fix environment variable search to be case insensitive 2020-06-29 19:56:43 +10:00
Jeremy Wu
eda89046ed Merge branch 'dev' into explorer_prompt_deletion 2020-06-23 21:15:57 +10:00
Jeremy Wu
832e849a3b Prompt deletion of file or folder 2020-06-22 08:43:59 +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
cd27cc1632 fix typo + update readme 2020-06-08 21:36:00 +10:00
Jeremy Wu
d23fe3943a add international language support 2020-06-08 20:31:48 +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
407864beb7 add option to open Indexing Options in context menu and settings page 2020-06-08 18:41:59 +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
e34bcbd1ba add prompt press ctrl to open folder directly to folder results 2020-06-04 19:06:03 +10:00
Jeremy Wu
b90664d760 add exclude index search confirmation and persist settings to storage 2020-06-03 22:00:18 +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
bbca3cf202 context menu- update text display and add check if already exists 2020-06-02 21:08:41 +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
4eb2fe9297 fix typo 2020-06-02 13:26:33 +10:00
Jeremy Wu
dcca88d746 fix CreateOpenCurrentFolderResult's opening path and text display 2020-06-01 21:11:29 +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
Jeremy Wu
758b565f01 change strings to Constants 2020-05-28 21:35:12 +10:00
Jeremy Wu
0c53d76fec fix TopLevelDirectory search activation 2020-05-28 21:33:33 +10:00
Jeremy Wu
ddffa52aca Add method to construct search criteria for DirectoryInfoSeach 2020-05-28 08:57:13 +10:00
Jeremy Wu
03bcef56e2 Change Constants class visibility to internal 2020-05-28 07:41:41 +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
af00ec5879 remove obsolete variable folderSubtitleString in DirectoryInfoSeach 2020-05-27 07:41:08 +10:00
Jeremy Wu
c93f4a09ea DirectoryInfoPath- fix partial item search 2020-05-27 07:30:52 +10:00
Jeremy Wu
e22abba18c DirectoryInfoSearch- remove auto open folder via appending '\' to path 2020-05-27 07:30:27 +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
ea9992475e move method up for readability 2020-05-26 21:51:05 +10:00
Jeremy Wu
353fa026af rename variables and update comment 2020-05-26 21:49:59 +10:00