Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Customizing creation of a new file
Customizing creation of a new file [message #211379] Sun, 09 March 2008 01:23 Go to next message
Eclipse UserFriend
Originally posted by: michaldorsett.hotmail.com

When I create a new file using File/New/Source(or Header) File a default
format is created something like this:

#ifndef TEST_H_
#define TEST_H_

#endif /*TEST_H_*/

I'd like to be able to modify this generated code. I seem to remember
there being a feature for handling this in the Java IDE, but I can't seem
to find it in the CDT.

Thanks,

Michal
Re: Customizing creation of a new file [message #211493 is a reply to message #211379] Mon, 10 March 2008 05:16 Go to previous messageGo to next message
Eclipse UserFriend
Michal Dorsett wrote:
> When I create a new file using File/New/Source(or Header) File a default
> format is created something like this:
>
> #ifndef TEST_H_
> #define TEST_H_
>
> #endif /*TEST_H_*/
>
> I'd like to be able to modify this generated code. I seem to remember
> there being a feature for handling this in the Java IDE, but I can't
> seem to find it in the CDT.
>
> Thanks,
>
> Michal
>

This will be available in CDT 5.0 (Eclipse Ganymede). You can give it a
try with milestone M5, e.g. from here:
http://www.eclipse.org/epp/ganymede.php

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: Customizing creation of a new file [message #211639 is a reply to message #211493] Tue, 11 March 2008 02:15 Go to previous message
Eclipse UserFriend
Originally posted by: michaldorsett.hotmail.com

Ah, great, thanks. Looks really nice.

What's the status on this release? What version is it?
Previous Topic:Problems in using DOMAST package to visualise the AST
Next Topic:cdt+uniwin generates 0 bytes output file!
Goto Forum:
  


Current Time: Tue Jul 22 13:11:24 EDT 2025

Powered by FUDForum. Page generated in 0.04126 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top