From fc3986fd3f4299aadd50a15a2b05c09ebdb3b3d8 Mon Sep 17 00:00:00 2001 From: zinface Date: Wed, 10 Apr 2024 01:57:56 +0800 Subject: [PATCH] =?UTF-8?q?plugin:=20=E8=AE=B0=E5=BD=95=20template-plugins?= =?UTF-8?q?=20=E5=BC=83=E7=94=A8=E4=B8=8E=E5=85=A8=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=BC=95=E7=94=A8=E6=9E=84=E5=BB=BA=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin/template-plugins/plugin.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/plugin/template-plugins/plugin.cpp b/src/plugin/template-plugins/plugin.cpp index 8e9fc1d..f223aad 100644 --- a/src/plugin/template-plugins/plugin.cpp +++ b/src/plugin/template-plugins/plugin.cpp @@ -185,4 +185,14 @@ NOTEPAD_PLUGIN_METADATA_IMPLEMENT(NddPluginImplement, true); #define NOTEPAD_PLUGIN_METADATA_IMPLEMENT_V1(NddPluginImplement, true) -/*********************** 在未来补充 ***********************/ \ No newline at end of file +/*********************** 在未来补充 ***********************/ + + + +/** 现在,已经是未来,由 IPluginFramework 制定全新的插件开发模式 +1. template-plugins 不再使用,或将考虑转化为生成器示例的一种新形式 +2. 引用方式构建,本地引用,或远程引用,也可共享资源提供给其它插件使用 +3. 使用生成器创建插件基础,是一种插件的诞生方式,也是一种引用构建形式 + + * 2024/04/10 +**********************************************************/