I am looking for a faq or overview of C / C ++ template file variables in Netbeans (7.0). (Not to be confused with the template method). The ones you see under Tools> Templates> C ++ Templates.
eg.
%<%CLASSNAME%>% %<%DEFAULT_HEADER_EXT%>% %<%DATE%>%
which are automatically populated when a new cpp / header file is created from this template file.
The help for Java template templates with Freemarker is very extensive, but I have not found anything for the C ++ equivalent.
When I searched CLASSNAME DEFAULT_HEADER_EXT
, google gave me 5 results ... that didn't help. Therefore, if there is a link or api, it seems to be hidden somewhere ... Even the netbeans website did not have any information about this.
And if there is nothing, maybe someone can at least tell me if there is a way to format the %DATE%
variable (for example, in the Java Freemarker format: ${date?date?string("yyyy")}
).
Still no luck ... I canβt believe that such a function is not documented ... Any help would be appreciated :)
thanks
Kirschi
source share