如何在Netbeans中删除自动生成的注释?

时间:2014-07-29 19:58:21

标签: java netbeans

我在netbeans项目中创建了一个jsp文件。 Netbeans会自动添加包含作者,时间和项目名称的注释。我不希望添加此信息。我试图通过Netbeans>删除它工具>模板>网络> JSP>设置>现在打开User.properties文件>取消注释user.poperties中的用户参数并设置user =。这没有用。如何删除自动生成的注释?

<%-- 
    Document   : bbc
    Created on : acb
    Author     : james
--%>

User.properties:

#
# Here, or in other properties files in this directory, you can define
# various properties that you want to make available to the template
# processor while creating various templates.
#

# uncomment the next line and specify your user name to be used in new templates
user = 

我设置user = nothing。如何删除日期和文件名?

1 个答案:

答案 0 :(得分:2)

转到:工具&gt;模板&gt;网络&gt; JSP&gt;在编辑器中打开。不要为此打开设置按钮。

删除:

<%-- 
    Document   : ${abc}
    Created on : ${abc}
    Author     : ${abc}
--%>