gpt4 book ai didi

netbeans - custom.json 配置文件的格式是什么?

转载 作者:行者123 更新时间:2023-12-01 05:12:55 25 4
gpt4 key购买 nike

对于使用自定义 HTML 标签作为框架模板部分的 PHP 项目,我想定义 Netbeans custom.json 文件,该文件可以包含这些新标签。 nbproject 目录中名为 custom.json 的空文件如下所示。有没有关于我可以在这个文件中定义什么以及如何定义的描述? (例如,定义某些标签只能在另一个标签内......像 TR 必须在 TABLE 标签内......但对于我的自定义标签......)

customs.json 
{
"attributes": {},
"elements": {}
}

最佳答案

您可以检查 Netbeans 源以查找 JSON 关键字:

//json file keys
public static final String DESCRIPTION = "description";
public static final String CONTEXT = "context";
public static final String DOC = "doc";
public static final String DOC_URL = "doc_url";
public static final String REQUIRED = "required";
public static final String ELEMENTS = "elements";
public static final String ATTRIBUTES = "attributes";
public static final String TYPE = "type";

http://hg.netbeans.org/main/file/tip/html.custom/src/org/netbeans/modules/html/custom/conf/Configuration.java

关于netbeans - custom.json 配置文件的格式是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23239035/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com