[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [photran-dev] Questions about 7.0
|
On Fri, Jun 10, 2011 at 5:28 PM, Jeffrey Overbey <overbey2@xxxxxxxxxxxx> wrote:
> Hi Greg,
>
>> 1. When I open the properties of a Fortran project, I see the C/C++ Build and General properties along with the Fortran ones. Is this expected?
>
> Yes. Every Fortran project is also a C project, but not every C
> project is a Fortran project.
>
>> 2. When I open a .h file in the project, I see codan errors in the files.
>
> Yes. CDT assumes that .h files are C, not Fortran.
>
> I've seen some projects use .fh or .Inc for Fortran include files, but
> nothing is quite as standardized as in C.
That's something we should talk about. Right now we use cnature to
mean CDT project and to signify that it's a C project. We should
probably separate out those concepts and introduce a new nature for
the C aspects, like interpreting header files in a certain language.
Thoughts?
Doug.