Bug #13186 2008-02-23 12:37

loaden

Default Code can't be first include when new file

version:svn build rev 4893 (2008-02-18 20:06:04) gcc 4.2.1 Windows/unicode

I want make the 'Default Code' include the 'C/C++ header' file, like:

/**

* Copyright (C) *.COM All rights reserved.

*/

#ifndef TESTHEADER_H_INCLUDED

#define TESTHEADER_H_INCLUDED

some code...

#endif // TESTHEADER_H_INCLUDED

but C::B make it's be:

#ifndef TESTHEADER_H_INCLUDED

#define TESTHEADER_H_INCLUDED

/**

* Copyright (C) *.COM All rights reserved.

*/

#endif // TESTHEADER_H_INCLUDED

I hope fix this problem. thanks!

By the way: C::B is a great IDE! thanks!

Category
Application::Editor
Group
 
Status
Closed
Close date
2008-02-23 15:21
Assigned to
 
biplab 2008-02-23 15:21

Please post this as a Feature Request.