Jack251970
|
76cc22d5af
|
Use TryRemove and discard out var to clean up action keywords
|
2025-10-03 15:21:11 +08:00 |
|
Jack251970
|
2be10eb4ca
|
Add translation for plugin failed to respond & Improve translations for plugin stil initializing
|
2025-10-02 22:26:28 +08:00 |
|
Jack251970
|
297cb5c3ef
|
Return results to tell users that this plugin is still initializing
|
2025-10-02 22:23:07 +08:00 |
|
Jack251970
|
9a20b0e0de
|
Expose initialized plugins via PublicAPI
|
2025-10-02 21:59:05 +08:00 |
|
Jack251970
|
66fb1d7c60
|
Register plugin action keywords when plugins are loaded
|
2025-10-02 21:52:31 +08:00 |
|
Jack251970
|
5ed94c8abc
|
Resolve conflicts
|
2025-10-02 20:25:45 +08:00 |
|
Jack Ye
|
6213193cda
|
Merge branch 'dev' into plugin_initialization
|
2025-10-02 20:22:20 +08:00 |
|
Jack251970
|
0e366a6269
|
Use PublicApi.Instance instead of private one
|
2025-09-23 17:40:54 +08:00 |
|
Jack251970
|
7350c1d4d5
|
Use Flow.Launcher.Localization to improve code quality
|
2025-09-23 17:14:30 +08:00 |
|
Jack251970
|
fb8daa4ed9
|
Potential race condition in action keyword management
|
2025-08-12 18:12:15 +08:00 |
|
Jack Ye
|
04bd9ddc2c
|
Verify File.Delete exception handling
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-08-12 18:09:59 +08:00 |
|
Jack251970
|
9221435bad
|
Remove plugin from _allLoadedPlugins when one plugin is uninstalled
|
2025-08-12 18:07:10 +08:00 |
|
Jack251970
|
31c8e850cd
|
Improve code quality
|
2025-08-12 18:03:23 +08:00 |
|
Jack251970
|
f08466245a
|
Set GetAllInitializedPlugins to private
|
2025-08-12 17:53:53 +08:00 |
|
Jack251970
|
93af079316
|
Improve code quality
|
2025-08-12 17:49:22 +08:00 |
|
Jack251970
|
269d21a4c0
|
Change plugin modified logic
|
2025-07-21 18:11:16 +08:00 |
|
Jack251970
|
f808469285
|
Fix logic & Improve code quality
|
2025-07-21 17:59:28 +08:00 |
|
Jack251970
|
63f86613c3
|
Use internal PluginModified method instead of API.PluginModified
|
2025-07-21 17:55:06 +08:00 |
|
Jack251970
|
59e4fb82b9
|
Fix logic & Add code comments
|
2025-07-21 17:49:24 +08:00 |
|
Jack251970
|
67c940f3a8
|
Do not show setting panel for init failed plugins
|
2025-07-21 17:45:01 +08:00 |
|
Jack251970
|
324b3eb081
|
Do not call interface methods for init failed plugins
|
2025-07-21 17:33:47 +08:00 |
|
Jack251970
|
d4a1953747
|
Add init failed plugins
|
2025-07-21 17:28:20 +08:00 |
|
Jack251970
|
b348debc72
|
Code quality
|
2025-07-21 17:27:37 +08:00 |
|
Jack251970
|
fc01ddbb1c
|
Save init failed plugins
|
2025-07-21 17:27:21 +08:00 |
|
Jack251970
|
7f797b1039
|
Add code comments
|
2025-07-21 17:22:17 +08:00 |
|
Jack251970
|
8d03fcee2e
|
Remove error codes
|
2025-07-21 17:17:11 +08:00 |
|
Jack251970
|
9149e3f201
|
Mark initializing plugins as modified
|
2025-07-21 17:16:36 +08:00 |
|
Jack251970
|
6d99416641
|
Search in loaded plugins
|
2025-07-21 17:14:03 +08:00 |
|
Jack251970
|
11e05f73d9
|
Add all loaded plugins
|
2025-07-21 17:00:19 +08:00 |
|
Jack251970
|
566572b013
|
Use api function & rename function
|
2025-07-21 16:57:35 +08:00 |
|
Jack251970
|
8b60d26f5e
|
Fix build issue
|
2025-07-21 16:56:14 +08:00 |
|
Jack251970
|
50924e4189
|
Improve code quality
|
2025-07-21 16:45:34 +08:00 |
|
Jack251970
|
cc68183940
|
Change variable name
|
2025-07-21 16:30:39 +08:00 |
|
Jack251970
|
55164ef60f
|
Improve code quality
|
2025-07-21 16:29:01 +08:00 |
|
Jack251970
|
de568140d2
|
Improve code quality
|
2025-07-21 16:27:11 +08:00 |
|
Jack251970
|
445a14278b
|
Add code comments
|
2025-07-21 16:25:26 +08:00 |
|
Jack251970
|
1d3ab39dca
|
Use () => instead of delegate
|
2025-07-21 16:24:23 +08:00 |
|
Jack251970
|
35c8e39beb
|
Improve code comments
|
2025-07-21 16:23:40 +08:00 |
|
Jack251970
|
c3a598464f
|
Fix code comments
|
2025-07-21 16:20:09 +08:00 |
|
Jack251970
|
52bb909f0b
|
Add plugin to all plugin list later
|
2025-07-21 16:00:42 +08:00 |
|
Jack251970
|
59a7a2c807
|
Improve code quality
|
2025-07-21 15:59:27 +08:00 |
|
Jack251970
|
6beeecb0f7
|
Use async load & initialization model
|
2025-07-21 14:26:24 +08:00 |
|
Jack Ye
|
545d12c57d
|
Merge branch 'dev' into fast_load_language
|
2025-07-20 19:53:29 +08:00 |
|
Kevin Zhang
|
4f269d3fa9
|
Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018)
|
2025-07-20 21:11:09 +10:00 |
|
Jack251970
|
2ee53dfbf7
|
Initialize language before portable clean up since it needs translations
|
2025-07-20 15:20:18 +08:00 |
|
Jack251970
|
ba0a113cc9
|
Add translations & Use ShowMsgError
|
2025-07-20 12:28:55 +08:00 |
|
Jeremy Wu
|
0f510b153c
|
Merge pull request #3572 from Flow-Launcher/plugin_store_item_vm_null
Fix separation of Plugin Store and Plugins Manager plugin
|
2025-07-07 22:17:02 +10:00 |
|
Jeremy
|
a63c8b036b
|
updates to method summary and correct spell check errors
|
2025-07-07 21:35:12 +10:00 |
|
Jack251970
|
988a3bc09e
|
Do not throw exception & Fix blank lines
|
2025-07-07 14:00:07 +08:00 |
|
Peter de Vroom
|
770eec5296
|
Use System.Version to compare versions
Add error checking
|
2025-07-07 14:07:47 +10:00 |
|