I'm looking for a faq or overview on C/C++ template-file variables in Netbeans (7.0). (Not to be confused with the template technique). Those you see under Tools > Templates > C++ templates.

e.g.

%<%CLASSNAME%>%  %<%DEFAULT_HEADER_EXT%>%  %<%DATE%>%

which are automatically filled when you create a new cpp/header file out of that file-template.

The help for the Java template-variables with Freemarker is very extensive, but I found nothing for the C++ equivalent.

When I did a search on CLASSNAME DEFAULT_HEADER_EXT, google gave me 5 results... which were not helpful. So if there is a reference or api, it seems to be hidden somewhere... Not even the netbeans site had any information about that.

And if there is nothing, maybe someone can at least tell me if there is a way to format the %DATE% variable (like this in Java's Freemarker format: ${date?date?string("yyyy")} ).

Still no luck... can't believe that such a feature is not documented... Any help would be appreciated :)

Thanks

link|improve this question
I suspect few if any of the C++ experts here use NetBeans (or Eclipse). OK for Java programming, but for C++? Nah. – nbt May 18 '11 at 19:24
Yea I know it's not "standard", but Visual Studio is just making problems on my system. The C++ support in netbeans is really good (now), except of that template thing. And other editors are not an option for me (personal taste ;-) ). – Kirschi May 18 '11 at 19:31
1  
Docs don't exist yet. An issue has been filed netbeans.org/bugzilla/show_bug.cgi?id=198793 – Jonathan Spooner Oct 24 '11 at 3:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.