user.xml 455 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<templateSet group="user">
  <template name="td" value="// todo $author$ $dataTime$" description="todo" toReformat="false" toShortenFQNames="true">
    <variable name="author" expression="user()" defaultValue="duanledexianxianxian" alwaysStopAt="true" />
    <variable name="dataTime" expression="date()+time()" defaultValue="" alwaysStopAt="true" />
    <context>
      <option name="JAVA_CODE" value="true" />
    </context>
  </template>
</templateSet>