Jack251970
5b344fb53c
Improve windows index search with special character
2024-12-09 13:23:28 +08:00
Jack251970
57cbe10ef0
Fix parameter bug
2024-12-01 20:13:13 +08:00
Jack251970
534a1117aa
Use public api to call ShowMsgBox functions & remove useless Core project import
2024-11-27 12:21:34 +08:00
Jack251970
897fd7aaba
Replace Flow.Launcher.Core.MessageBoxType & MessageBoxImage with System.Windows.MessageBoxButton & MessageBoxImage
...
Remove useless warning file
2024-11-26 21:31:13 +08:00
Jack251970
b30cc4fc38
Replace System.Windows.MessageBox with MessageBoxEx
2024-11-25 10:38:43 +08:00
Ishmaeel
2e078d7d0e
Pass MaxResult setting to EverythingApi
2024-08-03 17:16:30 +10:00
Lasith Manujitha
0f7bdeec88
Using a case-insensitive comparison
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-17 11:32:09 +05:30
Lasith Manujitha
b690123a19
Results filter implementation
2024-07-17 04:16:01 +05:30
Lasith Manujitha
c79b512191
feat: Everything Run Count option
...
Added an option in Explorer > Everything Settings to enable/disable Run Count for file/folder.
2024-07-15 12:22:12 +05:30
Jeremy Wu
4b78926a77
use actual path variable consistently throughout path search
2024-07-13 22:17:56 +10:00
Jeremy Wu
67ae8e579e
remove duplicate env variable check method
2024-07-13 22:16:45 +10:00
Jeremy Wu
a318bcb80e
fix condition not triggering path search when path is part env variable
2024-07-13 22:15:50 +10:00
Jeremy Wu
0c0806ec08
Merge branch 'dev' into quicklook
2024-06-15 20:04:15 +10:00
Yusyuriv
d8a225fcd9
Explorer plugin: open native context menu on Alt+Enter press
2024-06-08 12:06:35 +06:00
Jeremy
f902eaed0d
Merge remote-tracking branch 'origin/dev' into quicklook
2024-05-29 21:17:09 +10:00
Yusyuriv
5b561f4dce
Add settings for file size and date/time in explorer plugin
2024-05-24 09:51:24 +06:00
Yusyuriv
696ae7e20d
Move the additional explorer plugin functionality into the explorer plugin itself
2024-05-20 23:03:19 +06:00
DB p
588e814e50
- Add style for hiding when non-filesize
...
- Add Strings
2024-04-30 11:10:22 +09:00
DB p
dcf72bca5b
Add FileSize/Created/LastModified Info for Preview
2024-04-30 07:57:39 +09:00
Garulf
ca6a6dca4b
Revert regex to original
...
Windows Index will not show results otherwise.
2024-02-04 20:06:47 -05:00
NoPlagiarism
81bfd75294
[Explorer] Fix ignoring reserved keywords ( #2492 )
2024-01-17 17:59:26 -06:00
VictoriousRaptor
9f39dfceee
Use FuzzySearch to search access links
2023-11-11 01:43:29 +08:00
VictoriousRaptor
29c150397e
Merge branch 'dev' into quicklook
2023-10-15 11:53:45 +08:00
Jeremy
992f6d11dc
add allowEqual parameter name to call to make it clearer
2023-09-11 21:16:01 +10:00
VictoriousRaptor
ec58939e55
Fix exclude path check for index search
2023-09-09 01:49:18 +08:00
VictoriousRaptor
c36cea70de
Merge branch 'dev' into quicklook
2023-08-27 22:53:32 +08:00
Phoenix
ae18d12e42
Additional check for file extension in windows search results
2023-08-07 15:54:30 +03:00
Phoenix
cabe944979
Fix windows search empty paths
2023-08-07 15:42:31 +03:00
VictoriousRaptor
1eae69304f
Merge branch 'dev' into quicklook
2023-07-11 20:16:37 +08:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Vic
1cedb6e619
Add file path in preview
2023-04-21 23:52:00 +08:00
Vic
96f52314ef
Add FilePath for Explorer results preview
2023-04-21 22:16:44 +08:00
TheBestPessimist
1699b17d43
Revert "Better field name"
...
This reverts commit bfdf1dd67c .
2023-04-06 08:48:31 +03:00
TheBestPessimist
8051a03481
Cosmetic
2023-04-03 16:00:26 +03:00
TheBestPessimist
29a9def969
In path search, ignore extra whitespace around the > character
2023-04-03 16:00:08 +03:00
TheBestPessimist
bfdf1dd67c
Better field name
2023-04-03 15:59:17 +03:00
Vic
2a96f1cd48
Rename for clarity
2023-03-29 15:19:55 +08:00
Vic
9db13fdbb6
Fix path search logic
...
open folder in file manager when path search is disabled
2023-03-24 15:45:45 +08:00
Vic
0f5b02fa38
Open file with associated program
...
Prevent opening zip in Explorer
Fix working directory issue
2023-03-24 15:22:55 +08:00
Vic
a22028460d
Add option to open in default file manager
2023-03-24 15:02:11 +08:00
TheBestPessimist
1ed1c99931
Revert "add scoring based on index and small optimization"
...
This reverts commit 02b321c4a3 .
2023-03-15 20:53:14 +02:00
Hongtao
02b321c4a3
add scoring based on index and small optimization
2023-03-14 16:42:09 -05:00
TheBestPessimist
1da8c017f7
use more suggestive name
2023-03-14 10:50:12 +02:00
TheBestPessimist
78cb45ce76
Do not check if file/folder exists
2023-03-14 09:33:36 +02:00
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
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
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
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
Hongtao Zhang
083527e603
add option for everything search in full path (default true)
2023-02-11 10:35:26 -06:00
TheBestPessimist
18d1bb5668
Cleanup unused properties
2023-01-26 09:19:42 +02:00
TheBestPessimist
1b9a879d48
Use EverythingSearchOption flag to set up FullPathSearch instead of hardcoding it
2023-01-26 08:58:41 +02:00
TheBestPessimist
2b6c92c48c
question to the FL developers
2023-01-26 08:50:42 +02:00
TheBestPessimist
1482637cf1
Everything.MatchPath = true
2023-01-26 08:50:42 +02:00
Vic
f5cc792ce9
Return empty when operation canceled
2023-01-21 16:57:41 +08:00
Vic
71a2f996db
Set environment var dict in LoadEnvironmentStringPaths()
2023-01-20 15:27:19 +08:00
Vic
966d3e752e
Fix environment variable expansion logic
2023-01-20 15:22:54 +08:00
Vic
4d267fe71e
Fix incorrect %homepath% parsing
...
Parse environment variables before checking path existence
2023-01-20 14:31:01 +08:00
Vic
504fb4ae05
Display environment vars in upper case
2023-01-20 14:02:04 +08:00
VictoriousRaptor
768ed4f80a
Update wording
...
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-01-20 12:13:02 +08:00
Vic
4bea50d4cf
Add unit test for PathEqualityComparator
2023-01-19 23:17:04 +08:00
Vic
beb144956c
Rename method and add option to allow equality
2023-01-19 21:33:09 +08:00
Vic
ac92b93f66
Move IsSubPathOf to SharedCommands
2023-01-19 20:29:25 +08:00
Vic
32268890b9
Remove TranslateEnvironmentVariablePath
2023-01-19 20:23:33 +08:00
Vic
2c36692052
Use case-insensitve comparator for path
2023-01-19 16:21:24 +08:00
Vic
a6b7c5898b
Fix subpath check
2023-01-19 16:21:24 +08:00
Vic
383298a46b
Fix null subtitle when creating disk result
2023-01-19 16:21:23 +08:00
Vic
51f5d8a410
Add new constructor for EngineNotAvailableException
2023-01-19 16:21:23 +08:00
Vic
52e72992c2
Change context and settings to non static
2023-01-19 16:21:23 +08:00
Vic
009ee3dc5c
Simplify environment variable detection
2023-01-19 16:21:23 +08:00
Vic
983f0aafc4
Use a static dictionary for environment vars
2023-01-19 16:21:23 +08:00
Vic
6efa9d1731
Only expand environment var when path starts with %
2023-01-19 16:21:23 +08:00
Vic
2e4127c63b
Catch specifc exception
2023-01-19 16:21:23 +08:00
Vic
ce8c3f9288
Fix typo
2023-01-13 15:12:45 +08:00
Hongtao Zhang
f07cff7742
fix explorer setting UseLocationAsWorkingDir
2023-01-12 15:29:58 -06:00
Vic
44438de7df
Fix typo
2022-12-31 01:49:30 +08:00
Jeremy Wu
6607acbcce
Merge pull request #1706 from Flow-Launcher/fix_quickaccess_autocomplete
...
Fix quick access path search and autocomplete text
2022-12-25 16:53:12 +11:00
Jeremy
ae8f2d2ee8
fix wrong Everything service warning displayed when not available
2022-12-25 06:01:17 +11:00
Jeremy
9f8b205b35
Merge remote-tracking branch 'origin/dev' into fix_quickaccess_autocomplete
2022-12-25 05:00:15 +11:00
Jeremy
3f2b741dcc
add unit tests for get autocomplete result
2022-12-25 04:58:37 +11:00
Jeremy
f64ebdca95
simplify get path method
2022-12-24 22:51:18 +11:00
Vic
ccac84c0f3
Fix hardcoded strings
2022-12-23 15:15:11 +08:00
Jeremy
2174fc24ce
update directory navigation with same action keyword
2022-12-22 23:20:37 +11:00
Jeremy
fc9805f29e
add GetAutoCompleteText method
2022-12-22 22:57:37 +11:00
Jeremy
5c1cc79751
update GetPathWithActionKeyword
2022-12-22 22:39:24 +11:00
Jeremy
f0b7898f89
fix quick access path search and autocomplete text
2022-12-22 22:04:39 +11:00