Shengkai Lin
c507bb982d
chore(git): remove codemap files from tracking and add to gitignore
...
- Remove 13 codemap.md files from git index (Plugins/Flow.Launcher.Plugin.Explorer)
- Add **/codemap.md pattern to .gitignore
- Add .slim/ to .gitignore
2026-02-01 13:26:50 +08:00
Shengkai Lin
0681332238
fix(explorer): complete Avalonia migration and fix action keyword crashes
...
- Remove WPF views (ActionKeywordSetting, ExplorerSettings, PreviewPanel, QuickAccessLinkSettings)
- Fix NullReferenceException in ActionKeywordModel by initializing settings
- Fix (false,false) crash case in EditActionKeywordAsync
- Add null-safe dialog patterns for owner window
- Move Focus() to OnOpened for reliable control attachment
- Add using for Avalonia PreviewPanel namespace in ResultManager
- Update Main.cs to use AvaloniaControl return type
2026-01-31 23:09:41 +08:00
VictoriousRaptor
30f7ae0d67
Use Localization for Explorer plugin
2025-07-16 21:28:17 +08:00
Jack251970
fd2952b44d
Improve code quality
2025-06-07 13:52:12 +08:00
01Dri
cd62e7b5dc
uP
2025-05-25 16:11:03 -03:00
01Dri
fdeec11896
FixLegacyQuickAccessLinkNames
2025-05-25 14:45:44 -03:00
Jack251970
5df56334ee
Code quality
2025-04-15 13:28:47 +08:00
Jack251970
1e603ea20f
Code quality
2025-04-15 13:21:00 +08:00
Yusyuriv
2e2c1742b0
Native context menu: wait before querying the menu
2024-06-17 05:25:32 +06:00
DB p
58e4285953
Fix the Critical Issue
2024-06-13 11:02:48 +09:00
Yusyuriv
75156959e5
Use the correct enum when getting command string
2024-06-12 17:17:08 +06:00
Yusyuriv
e97964b95c
Get context menu string by id instead of index
2024-06-12 17:15:58 +06:00
Yusyuriv
922cbbe92c
Add GetCommandStringFlags
2024-06-12 17:14:16 +06:00
Yusyuriv
ee64c259fc
Explorer plugin native context menu: free all allocated unmanaged memory
2024-06-07 21:29:04 +06:00
Yusyuriv
adebabd824
Explorer plugin native context menu: hide duplicate functionality in the native context menu
2024-06-07 13:33:06 +06:00
Yusyuriv
d97382f9fb
Explorer plugin native context menu: fix icons being drawn at 32x32
2024-06-07 12:52:24 +06:00
Yusyuriv
3ee870b249
Explorer plugin native context menu: rename the list of ignored commands to better describe it
2024-06-07 12:39:26 +06:00
Yusyuriv
0987922cf8
Explorer plugin native context menu: add CopyAsPath to the list of ignored commands
2024-06-07 12:38:37 +06:00
Yusyuriv
0706c5ec8b
Explorer plugin: ignore native context menu items that don't work
2024-06-07 11:16:30 +06:00
Yusyuriv
0969fc12cb
Fix bitmap creation error in Explorer plugin shell integration
2024-05-30 22:44:52 +06:00
Yusyuriv
a8e2927f2a
Integrate native Windows context menu directly into the Explorer plugin
2024-05-30 18:55:35 +06:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Vic
fdc7da2f71
Fix typo in file name
2022-12-31 00:54:56 +08:00
Hongtao Zhang
d74a635f46
use nint instead of ulong
2022-11-29 08:37:58 -06:00
Hongtao Zhang
b45b5fbcbd
use ulong instead of int to prevent overflow (if possible let's use nint but now we have some issue with it)
2022-11-29 08:26:10 -06: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
d36d15c887
Further Refactor UI Code and Implement Engine Selection and Everything Setting UI
2022-07-03 19:50:19 -05:00