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 +**********************************************************/