Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran-dev] More questions

> 1. Would you have any problem if I added a new constructor to the FortranProjectWizard:
>        public FortranProjectWizard(String title, String desc)

Sure, no problem.

> 2. Is there any reason you're still using FortranView? CDT uses the Project Explorer rather than the custo

Not particularly.  The Fortran Projects view works, and it's in all
the documentation/screenshots, so it was easier to keep it than to
remove it.  We could switch to the Project Explorer view if there's a
decent reason to do it.

The only thing "special" about the Fortran Projects view is that the
"Convert to Fortran Project" action is specifically associated with
that view (IIRC), but that should be easy to change.

Jeff


Back to the top