Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] c/cpp projects and content-types

#1 makes sense to me, especially since many compilers have a "treat all .c
files as C++".

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
             "Schorn, Markus"                                              
             <Markus.Schorn@wi                                             
             ndriver.com>                                               To 
             Sent by:                  "CDT General developers list."      
             cdt-dev-bounces@e         <cdt-dev@xxxxxxxxxxx>               
             clipse.org                                                 cc 
                                                                           
                                                                   Subject 
             11/07/2006 05:56          [cdt-dev] c/cpp projects and        
             AM                        content-types                       
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi,
I am fixing bugs related to the content types. I am confused about the
meaning of c- vs. c++ projects.
Which one is correct?

Interpretation 1:
c-project allows for plain c, only.
c++-project must be used for c++-code or mixed setups.

Interpretation 2:
c++-project allows for c++, only.
c-project must be used for c-code or mixed setups.

Markus.

 From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
 Behalf Of Leherbauer, Anton
 Sent: Dienstag, 11. Juli 2006 09:37
 To: CDT General developers list.
 Subject: RE: [cdt-dev] Please accept my contributions to C/C++ editor

 Sergey,

 thanks for the patches.
 I'll have a look.

 Toni

 From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
 Behalf Of Sergey Prigogin
 Sent: Monday, July 10, 2006 8:39 PM
 To: CDT General developers list.
 Subject: [cdt-dev] Please accept my contributions to C/C++ editor

 Bugzillas 148582 and 140489 contain patches implementing "smart indenting"
 and "smart caret positioning" in C/C++ Editor. Could please somebody take
 a look at these patches and apply them to the HEAD. Thanks a loot.

 -Sergey_______________________________________________
 cdt-dev mailing list
 cdt-dev@xxxxxxxxxxx
 https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top