Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Cerp major release (Version 1.0.0)

Hi,
it'd be great if you can provide your work as part of CDT, please create
a
bugzilla entry, attach a patch with the source-code (using EPL) and I
will
be happy to review what you have done.
Markus. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Guido Zgraggen
> Sent: Dienstag, 13. Dezember 2005 20:01
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Cerp major release (Version 1.0.0)
> 
> Hi,
> 
> Finally we made it :-)
> 
> We have finished the first major release of Cerp.
> Update site: http://www.cavegn.cc/cerp
> 
> 
> Version(1.0.0) includes:
> - HideMethod
> - Separate Class     (If there is more than one class in the 
> same header/implementation file they can be separated)
> - Extract Baseclass  (Like "Extract Interface" in Java)
> - Implement Method   (Move implementation of a method from 
> headerfile to classfile)
> - Declare Method     (Create declaration of a method in the 
> headerfile from the implementation in the classfile)
> - Synchronize Method (Synchronization of methods in the 
> headerfile and the implementation file)
> 
> 
> Known issues:
> - If the File doesn't end with an empty line Cerp doesn't 
> work properly
> - The comments won't be recognized if they are in a class or 
> method declaration
>   like ( class /*comment*/ test{ )
> 
> As we mentioned before the goal of our work is to provide a 
> useful help for the "ordinary" programming work in Eclipse.
> It isn't an all working solution for every C++ speciality but 
> we are sure it will save some stupid typing.
> 
> 
> Requirements:
> - CDT >= 3.0.0
> - Java 1.5
> 
> 
> We are looking forward to receive some feedback...
> 
> 
> Greetings,
> 
> Christian Cavegn
> Guido Zgraggen
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top