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
DB p
1d9fa902bc
Fix Dark Text Color in Everything Panel
2023-03-04 04:24:06 +09:00
Jeremy Wu
720f88a136
Merge pull request #1939 from Flow-Launcher/version_update
...
Release version bumps
2023-03-02 17:17:30 +11:00
Jeremy
08f250d9c0
update translations from Crowdin
2023-03-02 09:02:40 +11:00
Jeremy Wu
af2a19499f
update plugin version
2023-02-27 08:41:04 +11:00
Jeremy Wu
73ba2368a8
update option name
2023-02-21 08:10:03 +11:00
Kevin Zhang
d87b5af5dc
default false
2023-02-20 14:04:50 -06:00
Hongtao Zhang
083527e603
add option for everything search in full path (default true)
2023-02-11 10:35:26 -06:00
Vic
46c8dd8070
Fix translation
2023-02-09 12:25:59 +08:00
Jeremy
2c124f7768
bump plugin version from .Net upgrade
2023-02-07 08:19:26 +11:00
Hongtao Zhang
704c26ca3d
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into net7.0
2023-02-04 11:52:15 -06:00
VictoriousRaptor
824f61d3aa
Merge pull request #1874 from VictoriousRaptor/bugfix
...
Fix 1861 and 1863
2023-02-03 13:37:50 +08:00
Vic
fbd12eb96b
Add missing translation
2023-02-03 12:21:25 +08:00
dependabot[bot]
892f1b8ed2
Bump System.Data.OleDb from 5.0.0 to 7.0.0 ( #1808 )
2023-01-28 16:08:35 +00: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
Jeremy Wu
d16a249e36
version bump plugins
2023-01-23 08:51:36 +11: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
Kevin Zhang
8d9501b496
Merge branch 'dev' into net7.0
2023-01-07 13:27:31 -06:00
Jeremy Wu
e215c3ffbb
New Crowdin updates ( #1754 )
...
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations Resources.resx (Turkish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2023-01-07 17:44:11 +02:00
Vic
181b020b31
Add glyph for open with editor/shell
2023-01-03 01:37:01 +08:00
Hongtao Zhang
db354a23a5
Update to .Net 7
2022-12-30 19:12:11 -05:00
Vic
44438de7df
Fix typo
2022-12-31 01:49:30 +08:00
Vic
fdc7da2f71
Fix typo in file name
2022-12-31 00:54:56 +08:00
Jeremy Wu
bb41da6fb8
New Crowdin updates ( #1734 )
2022-12-30 22:04:56 +09:00
Jeremy Wu
4849e26aca
New Crowdin updates ( #1733 )
2022-12-30 18:40:06 +09:00
Jeremy Wu
e23ec178fc
Merge pull request #1723 from Flow-Launcher/version_bumps
...
Release 1.11.0 version bumps
2022-12-30 12:31:54 +09:30
VictoriousRaptor
9aab01dd72
Fix typo
2022-12-27 14:53:42 +08:00
Jeremy Wu
78b8e5b3df
update Explorer plugin description
2022-12-27 16:04:55 +09:30
Jeremy Wu
b3702be59b
version bump plugins
2022-12-27 14:15:51 +09:30
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
VictoriousRaptor
552786bff5
Merge branch 'dev' into Fix1705
2022-12-23 15:16:58 +08:00
Vic
ccac84c0f3
Fix hardcoded strings
2022-12-23 15:15:11 +08:00
Vic
599bdc42fa
Remove quotation marks
2022-12-23 13:20:10 +08:00
Vic
f97c9fe249
Update wording for consistency
2022-12-23 13:16:04 +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
Kevin Zhang
e4c9e1c36c
fix a typo
2022-12-21 13:14:17 -06:00
Filip Horvat
277b8e94a6
Adds option to display open with code for Volume results
2022-12-21 18:55:23 +01:00
Filip Horvat
d2970a1f35
Merge branch 'dev' into folder-editor
2022-12-21 09:10:38 -08:00
DB p
b74a8d0362
Adjust Korean
2022-12-21 19:25:03 +09:00
DB p
2dabc38a75
- Change Default Context menu header to translatable
...
- Add Undo Command and icons in context menu items
- Applied Contextmenu to textboxes
2022-12-21 19:06:00 +09:00
Vic
137cda459e
Merge branch 'FixText' of https://github.com/VictoriousRaptor/Flow.Launcher into FixText
2022-12-21 15:52:04 +08:00
Vic
230e4fbcbb
Fix translation of action keywords
2022-12-21 15:51:53 +08:00
DB p
43e3b1f430
Adjust Korean Texts
2022-12-21 16:19:51 +09:00
DB p
ae1ea5950d
Merge branch 'FixText' of https://github.com/VictoriousRaptor/Flow.Launcher into pr/1695
2022-12-21 16:15:32 +09:00
DB p
812a920058
Adjust Little String / Add Korean Translations
2022-12-21 16:15:26 +09:00
Vic
5696caf0e5
update wording
2022-12-21 15:02:10 +08:00
Vic
7c5c1e8740
remove redundant texts
2022-12-21 14:08:32 +08:00
Vic
8fbf3a3f92
make file/folder translatble
2022-12-21 14:01:09 +08:00
Vic
3b6c8b882b
Add translatble text
2022-12-21 13:30:49 +08:00
Vic
8625fb985b
Use case-insensitive path comparison
2022-12-20 20:58:58 +08:00