手动添加和修改点属性 Point
通过向模板文件的 body 元素中添加 type 属性可以实现这一点。
This is done by adding the type attribute to the body element in the template file.
要实现这一点,我将修改我的用于模板的模板的match条件,以在进一步处理之前检查这个属性,然后将这个标志添加到我所关心的这些模板。
To implement this, I would modify the match condition of my template-for-templates to check this attribute before proceeding, then add this flag to the templates I'm worried about.
首先,添加视图扩展点(or g . eclipse . ui . views)并使用图7所示的属性创建新视图。
First, add the view extension point (org.eclipse.ui.views) and create a new view using the properties shown in Figure 7.
应用推荐