Hongtao Zhang
970fcd8f14
Fix testing and remove obsolete method
2022-11-03 23:57:47 -05:00
Hongtao Zhang
2a2514d1a9
Reformat some code
2022-10-10 11:11:48 -05:00
Hongtao Zhang
d3ea580c3e
Fix merge issue
2022-10-10 11:08:49 -05:00
Hongtao Zhang
5ea6c54d38
Merge remote-tracking branch 'origin/dev' into explorerMerge
...
# Conflicts:
# Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
2022-10-10 11:03:19 -05:00
Sparrkle
3e6c869472
Merge branch 'ProgressBarBindingError' of https://github.com/Sparrkle/Flow.Launcher into ProgressBarBindingError
2022-09-30 09:58:38 +09:00
Sparrkle
ab1ddbb6c5
Change ProgressBar Value to Nullable.
2022-09-30 09:58:33 +09:00
Sparrkle
33ada18b66
Merge branch 'dev' into ProgressBarBindingError
2022-09-29 01:36:38 +09:00
Hongtao Zhang
d973826333
Remove extra information in subtitle (discussion #706 )
...
Fix index search keyword not working
2022-09-24 14:31:32 -05:00
Hongtao Zhang
2c3df3f4db
Change signature back to string to accommodate async method.
...
Port open Windows Context Menu feature
2022-09-24 14:23:59 -05:00
Sparrkle
9d294ed71a
Merge Remote pattern
2022-09-21 19:21:28 -05:00
Hongtao Zhang
1622e57e78
Merge remote-tracking branch 'origin/dev' into explorerMerge
2022-09-21 19:19:13 -05:00
Hongtao Zhang
8b1c125bdf
Custom Exception & Some Refactor
...
- Try use ReadOnlySpan<char> instead of String for applicable API
- Use Customized Exception to return error result
2022-09-21 19:18:20 -05:00
Sparrkle
d9d2cfb8a0
Special character error in ole db query ( #1381 )
2022-09-21 16:07:05 -05:00
Sparrkle
314f2d6a90
Fixed Progressbar Binding Error (ProgressBar Value is Not Nullable)
2022-09-15 15:57:05 +09:00
Jeremy
e23eb94caf
allow progress bar customisation via plugin
2022-09-12 08:05:03 +10:00
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
Jeremy Wu
b62ab1d0aa
formatting
2022-09-09 09:08:05 +10:00
DB p
4bc3367e3f
- Add 'Free Space in drive'
...
- when Type "d:\", showing graph with free space.
2022-09-06 23:59:33 +09:00
Hongtao Zhang
193ea552dd
Merge remote-tracking branch 'origin/dev' into explorerMerge
...
# Conflicts:
# Flow.Launcher.Test/Plugins/ExplorerTest.cs
# Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
2022-08-16 21:38:15 -04:00
Hongtao Zhang
6423143c5c
Implement Everything AutoInstall
2022-08-16 21:32:49 -04:00
Hongtao Zhang
a3622d472e
Code Refactor with IAsyncEnumerable instead of Task<IEnumerable>
2022-08-16 18:45:36 -04:00
Oren Nachman
ffd877290d
Addressing initial feedback
2022-08-08 11:27:11 -07:00
Oren Nachman
a3197f8ee1
Fix (some) build warnings
...
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07: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
70e9a0ca84
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into explorerMerge
2022-07-01 00:02:06 -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
b671f562ef
Add missing File
2022-06-25 12:39:01 -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
a276022fbf
fix error logging message
2022-03-13 16:50:41 +11:00
Jeremy
f741420f95
retrieve path with action keywrod
2021-12-08 08:01:16 +11:00
Garulf
b201d789d2
Prepend folder action keyword
2021-12-06 16:57:06 -05:00
Garulf
74f97f1b95
Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
...
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:09:14 -05:00
Garulf
ff867d22a1
Initial commit
...
Fix misaligned suggestion text
2021-12-05 15:07:32 -05:00
Jeremy
091b4afe4e
switch to use main window's Show method
2021-11-27 13:51:45 +11:00
Kevin Zhang
1965ba1a08
Implement the API call to custom explorer via ipublicapi, and migrate the exist call to explorer to the api call.
2021-11-05 19:23:09 -05: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 Wu
1a7c1720d3
Merge pull request #663 from themike10452/dev
...
run as administration when holding ctrl and shift
2021-09-23 12:24:32 +10:00
Jeremy
dd6b8f8c47
Merge remote-tracking branch 'origin/dev' into add_quickaccess_actionkeyword
2021-09-15 21:15:33 +10:00
Jeremy Wu
2641899782
Merge branch 'dev' into dev
2021-09-13 08:12:49 +10:00
Jeremy
b5b21cf43b
rename IndexOnlySearchKeywordEnabled for consistency
2021-09-01 22:05:19 +10:00
Jeremy
267fb6551b
add File Content Search Enabled status property
2021-09-01 21:10:52 +10:00
Michael Mouawad
ffd22d78c2
add run as administration when holding ctrl and shift to Program and Explorer plugins
2021-08-22 13:36:01 +03:00
Jeremy
d536b6fd77
change to path instead of subtitle parameter
2021-08-08 18:47:39 +10:00
pc223
7ada219c0c
Fix tool tip for folder
2021-08-04 22:12:11 +07:00
Jeremy
2a06cb9893
fix file path tool tip as file path instead
2021-08-04 08:01:20 +10:00
Jeremy
ad04c981f1
Merge branch 'dev' into add_quickaccess_actionkeyword
2021-07-30 20:45:54 +10:00
Jeremy
6978b65d8e
add Quick Access action keyword
2021-07-30 20:44:29 +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
0df9f373ce
Rename variables
2021-07-03 12:45:00 +08:00
Kevin Zhang
428efb1cd0
fix unexpected empty string
2021-07-03 12:43:38 +08:00
Kevin Zhang
0c3a37eb70
change logic
2021-07-03 00:23:23 +08:00
Kevin Zhang
192d64bb2a
Use Constant Name
2021-07-03 00:20:33 +08:00
Kevin Zhang
e8a9377ec4
fix up logic
2021-07-02 11:46:10 +08:00
Kevin Zhang
eeb38d84b3
Fix up Actionkeyword for folder result
2021-07-02 11:38:07 +08:00
张弘韬
da6dfcdf6d
CherryPick DirectoryInfoSearch.cs Exception Refactor
2021-06-29 19:04:45 +08:00
Kevin Zhang
f80ae3092e
CherryPick Exception Optimize
2021-06-29 19:02:27 +08:00
Jeremy
ff404c5c5b
update ActionKeywordSetting view logic
2021-06-05 18:44:16 +10:00
Jeremy
f13e24bd07
removed obsolete api object, updated search action keyword naming,
2021-06-05 14:07:13 +10:00
弘韬 张
5966ddc4d9
Refactor Code
...
1. Moving Property match to Settings.cs
2. Use Binding to avoid explicit Function Assign
3. Simplify ActionKeywordMatch
2021-06-01 18:10:24 -07:00
Jeremy
995cf568ff
option to allow action keywords to be disabled
2021-05-30 19:28:18 +10:00
Jeremy
3bf3afc795
update action keyword match logic
2021-05-30 15:11:59 +10:00
Jeremy
7e799b5625
keep search activation, enable and disable path and index search
2021-05-29 20:08:34 +10:00
弘韬 张
acba2dd1a3
Add specific keyword for path explore in explorer plugin
2021-05-22 17:23:25 +08:00
Jeremy Wu
e75ac3288a
update score to variable
2021-04-14 22:15:49 +10:00
Jeremy Wu
aee5f6617e
remove the redundant path in brackets and update Nickname to Name
2021-04-14 22:11:40 +10:00
弘韬 张
1015177b45
Refactor code
2021-04-13 19:40:04 +08:00
弘韬 张
50b5336688
Allow Quick Access Links to be accessed with middle string, and score bump the result
2021-04-13 19:12:24 +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
Jeremy Wu
e73b2a05ce
change to for loop
2021-03-16 07:12:36 +11:00
Jeremy Wu
b2dc2ef71b
do not exclude if in Quick Access list
2021-03-16 07:12:01 +11:00
Jeremy Wu
b642898132
update loop logic
2021-03-15 08:12:03 +11:00
Jeremy Wu
a5e3049adc
fix typo
2021-03-15 07:39:14 +11:00
Jeremy Wu
43f1cae350
fix exclusion of Windows Index file or folder search
2021-03-15 06:01:29 +11:00
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
Jeremy Wu
bcf046f842
fix move method call only restricted to within the same drive
2021-02-03 20:51:19 +11:00
弘韬 张
c875ad5277
Make most class in Explorer plugin become static class
2021-01-29 18:40:51 +08:00
Jeremy Wu
e615ad86d9
add remove from quick access in context menu
2021-01-27 20:55:53 +11:00
弘韬 张
c0f60e25bf
Use type matching to create result
2021-01-27 16:23:59 +08:00
Jeremy Wu
ccc677fd8f
fix per comment
2021-01-27 06:17:24 +11:00
Jeremy Wu
9331c80753
rename folder link to access link
2021-01-26 21:29:56 +11: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
cab7f94c6b
context menu selection for adding to quick access
2021-01-26 20:21:12 +11:00
Jeremy Wu
85dee95fc7
add file and folder type loading
2021-01-26 20:01:12 +11:00
Jeremy Wu
163bfa303b
formatting and naming
2021-01-25 19:18:13 +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
Jeremy Wu
288baa5538
Merge branch 'dev' into ExplorerDirectorySearchWithIndexFix
2021-01-24 20:52:10 +11: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
弘韬 张
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
Jeremy Wu
2643c7d730
exclude index search on special chars
2021-01-19 07:05:30 +11:00
Jeremy Wu
114c12bdaf
formatting and description
2021-01-17 18:47:19 +11:00
弘韬 张
971d374582
Merge Dev
2021-01-07 21:43:32 +08:00
弘韬 张
d7805d7a8c
Make Explorer plugin completely async
2021-01-03 10:33:59 +08:00
弘韬 张
d28b14ff2d
Replace All use of Json.Net with System.Text.Json
2020-12-30 13:40:42 +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
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
0b368c2683
fix file extension search using '*' failing
2020-08-26 14:10:39 +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
df5028ada9
move default content search action keyword string to constants
2020-08-26 08:06:51 +10:00
Jeremy Wu
7d1c97a953
Merge remote-tracking branch 'origin/dev' into fix_quickfolderaccess_explorer
2020-08-25 21:44:24 +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
e38b57d872
separate methods to better reflect responsibility
2020-08-25 21:24:53 +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
17f94a1bd2
add spacing between comment and code for readability
2020-08-25 15:00:17 +10:00
Ioannis G
ac3ef9dbc7
plugin/explorer: ensure env var paths are absolute
2020-08-25 00:20:39 +03:00
Jeremy Wu
d64d51cc57
fix localized path when using Explorer plugin
2020-08-24 08:21:16 +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
ef46225c33
Merge branch 'dev' into add_filecontent_search
2020-07-12 22:50:51 +10:00
Jeremy Wu
8abd97d523
add file content search to Index Search
2020-07-12 22:43:38 +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