mirror of https://gitee.com/cxasm/notepad--.git
plugin: 记录 template-plugins 弃用与全新的插件引用构建模式
This commit is contained in:
parent
62ae5ab332
commit
fc3986fd3f
|
@ -185,4 +185,14 @@ NOTEPAD_PLUGIN_METADATA_IMPLEMENT(NddPluginImplement, true);
|
|||
#define NOTEPAD_PLUGIN_METADATA_IMPLEMENT_V1(NddPluginImplement, true)
|
||||
|
||||
|
||||
/*********************** 在未来补充 ***********************/
|
||||
/*********************** 在未来补充 ***********************/
|
||||
|
||||
|
||||
|
||||
/** 现在,已经是未来,由 IPluginFramework 制定全新的插件开发模式
|
||||
1. template-plugins 不再使用,或将考虑转化为生成器示例的一种新形式
|
||||
2. 引用方式构建,本地引用,或远程引用,也可共享资源提供给其它插件使用
|
||||
3. 使用生成器创建插件基础,是一种插件的诞生方式,也是一种引用构建形式
|
||||
|
||||
* 2024/04/10
|
||||
**********************************************************/
|
||||
|
|
Loading…
Reference in New Issue