Commit graph

76 commits

Author SHA1 Message Date
Yusyuriv
08356adb89
Native context menu: remove ItemType property from Result 2024-06-17 14:20:35 +06:00
Yan
53188c31a1
Merge branch 'dev' into explorer-plugin-integrated-context-menu 2024-06-17 05:56:39 +06:00
Yusyuriv
e79f2d7958
Implement additional context menu filters in Explore plugin 2024-06-12 18:36:36 +06:00
Yan
850df7087d
Merge branch 'dev' into explorer-plugin-integrated-context-menu 2024-06-10 19:21:34 +06:00
Yusyuriv
d8a225fcd9
Explorer plugin: open native context menu on Alt+Enter press 2024-06-08 12:06:35 +06:00
Yusyuriv
deb4f20301
Explorer plugin native context menu: item type adjustments 2024-06-08 10:27:56 +06:00
Yusyuriv
0edd9eafab
Explorer plugin native context menu: turn it off by default 2024-06-08 10:16:33 +06:00
DB p
4c813301a7 Add Type and Auto Size for context menu 2024-06-08 04:38:06 +09:00
Yusyuriv
ce5a38bc49
Explorer plugin native context menu: only show it when it's enabled in settings 2024-06-07 14:35:15 +06:00
Yusyuriv
d07cb1c166
Explorer plugin native context menu: implement settings 2024-06-07 14:30:19 +06:00
Yusyuriv
1747a64d6b
Explorer plugin native context menu: move native context menu below all other items 2024-06-07 13:34:48 +06:00
Yusyuriv
0c29948b12
Revert "Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup"
This reverts commit f49e952e9b.
2024-06-07 12:34:07 +06:00
Yusyuriv
f49e952e9b
Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup 2024-06-07 12:32:08 +06:00
Yusyuriv
2c445b3cbb
Explorer plugin native context menu: remove unnecessary string interpolation 2024-06-07 12:30:45 +06:00
DB p
59fb0e5849 - Change Explorer Plugin Icon
- Add Glyph Icons for context menu in explorer plugin
- Adjust WebSearch sub icons
2024-05-31 23:49:13 +09:00
Yusyuriv
a8e2927f2a
Integrate native Windows context menu directly into the Explorer plugin 2024-05-30 18:55:35 +06:00
Florian Grabmeier
e14e7d0959 Update Glyph
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-17 10:56:10 +01:00
Florian Grabmeier
8898a09aac Add Glyph for open with
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 22:59:46 +01:00
Florian Grabmeier
1327250a6f Add "Open With" option to file context menu
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 22:55:25 +01:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
2b862f702a Make CopyToClipboard generic 2023-06-09 19:59:49 +10:00
Jeremy Wu
1ff328be03 update copy calls to use API CopyToClipboard method 2023-06-08 22:46:37 +10:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Vic
46c8dd8070 Fix translation 2023-02-09 12:25:59 +08:00
Vic
181b020b31 Add glyph for open with editor/shell 2023-01-03 01:37:01 +08: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
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
8625fb985b Use case-insensitive path comparison 2022-12-20 20:58:58 +08:00
Vic
3dac240a40 Add open with shell context menu for non-Windows indexed folders 2022-12-20 20:16:17 +08:00
Filip Horvat
56d6433db0 Improve folder editor experience 2022-12-19 21:38:45 +01:00
Vic
14ae012949 Use ArgumentList 2022-12-14 01:21:07 +08:00
Vic
fb77d42395 Make error message translatable 2022-12-13 19:47:05 +08:00
Vic
0227b9591c Fix open with editor for files of which path contains blank 2022-12-13 19:02:27 +08:00
Jeremy Wu
84ca747d07
Merge pull request #1622 from onesounds/ChangeIcons
Icon changed & Fix non-glyph context menus
2022-12-12 19:58:12 +11:00
DB p
4b0781dccb Added Glyph Icons 2022-12-12 13:08:22 +09:00
Jeremy Wu
3b8e7866ac fix duplicate Quick Access results from CreateOpenCurrentFolderResult 2022-12-12 13:14:37 +11:00
Jeremy
797464d356 remove unnecessary show Windows index state in context menu option 2022-12-05 07:06:20 +11:00
Jeremy
e1c4ee0208 fix Windows context menu Segoe Fluent Icon 2022-12-05 06:32:25 +11:00
DB p
90f6176d1a Merge branch 'explorerMerge' of https://github.com/Flow-Launcher/Flow.Launcher into explorerMerge 2022-11-29 19:50:56 +09:00
DB p
c820bc139c Fix Context Menu Image Icon 2022-11-29 19:50:53 +09:00
Vic
ed0b3608ab Hide open windows index context menu when result is not from it 2022-11-29 18:46:37 +08:00
Vic
724160d2f0 Hide openwith editor when editor path is null or empty 2022-11-29 18:29:18 +08: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
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
4b6b10af02
Add Open with Shell for folder result 2022-08-16 20:52:53 -04:00
Hongtao Zhang
6a5509bc80
Add customized editor path 2022-08-16 18:51:03 -04: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
Kevin Zhang
8f2163c0c0 migrate explorer open containing folder to new api 2021-11-06 21:04:14 -05:00