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 |
|
Vic
|
3b6c8b882b
|
Add translatble text
|
2022-12-21 13:30:49 +08:00 |
|
Hongtao Zhang
|
42725f289c
|
Make the behavior more like 1.9.5-
|
2022-12-17 10:50:23 -06:00 |
|
Hongtao Zhang
|
9da322f840
|
Handle Search Exception more carefully
|
2022-12-17 10:43:17 -06:00 |
|
Jeremy Wu
|
00c229d82c
|
add exception handling when Windows Search service not available
|
2022-12-15 22:03:54 +11:00 |
|
VictoriousRaptor
|
48629502f7
|
Merge branch 'dev' into fix_dup_results_explorer
|
2022-12-12 14:29:37 +08:00 |
|
Jeremy Wu
|
45a81a90a9
|
fix action keyword missing when traversing paths or using autocomplete
|
2022-12-12 14:07:04 +11:00 |
|
Jeremy Wu
|
3b8e7866ac
|
fix duplicate Quick Access results from CreateOpenCurrentFolderResult
|
2022-12-12 13:14:37 +11:00 |
|
Vic
|
f509f56304
|
Fix file extension case sensitive issue
|
2022-12-07 14:25:16 +08:00 |
|
Vic
|
05dca1aebc
|
Merge branch 'ImagePreview' of https://github.com/onesounds/Flow.Launcher into pr/1360
|
2022-12-07 01:18:57 +08:00 |
|
DB P
|
fa84f4481c
|
Merge branch 'dev' into ImagePreview
|
2022-12-06 06:17:07 +09:00 |
|
Vic
|
6c54ad8589
|
refactor preview info
|
2022-12-05 16:01:20 +08:00 |
|
Vic
|
53b17816c7
|
Renaming method and property
|
2022-12-05 14:07:35 +08:00 |
|
Vic
|
2194e3c5ec
|
Preview image for explorer
|
2022-12-05 13:59:24 +08:00 |
|