Feature #2353 2006-07-03 09:11

jpaterso

Project-Specific default code

I would like to suggest that the default code could be made project specific. There should be the possibility for one to make default code for everything, that could be overriden once a project is opened. Eg. Default code for non-project header file:

#ifndef _MY_HEADER_H #define _MY_HEADER_H

#endif

and for his project, he could have:

#ifndef _MY_HEADER_H #define _MY_HEADER_H

namespace MyProject {

} // end namespace MyProject

#endif

Category
Editing
Status
Open
Close date
 
Assigned to