Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Question about Fortran free vs fixed format parsing

Hi Dave,

> What controls whether the source in a Fortran editor is parsed by fixed
> format or free format source file rules? Is it by file extension

Yes, it's by filename extension.  The Source Form project properties
allow you to change what filename extensions are associated with free
vs. fixed form; the defaults are similar to most Fortran compilers.

> Is there a description somewhere

The relevant documentation is here:
<http://wiki.eclipse.org/PTP/photran/documentation/photran7#Configuring_Source_Forms_and_Filename_Extensions>

Jeff


Back to the top