Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Questions about the RDT project which don't support remoter build photran programs.


Since as far as I know, Photran just uses the CDT build system for building Photran projects, it should be relatively easy to use the existing remote builders for Photran. Really all that would be required is a Remote Fortran Project wizard that set everything up right.

Yes, currently, Photran reuses the New Project Wizard and the C nature from CDT (there is not a separate Fortran nature). The FortranProjectWizard (sub)class is only 10 lines of code. :-)

So if you want to add remote build and launch support for Photran, it shouldn't be hard, and we would be thrilled to have you do it!


If you want in the future to support parsing/indexing based features for remote Fortran projects, then you would need to add code to the server,

We should talk first if you want to do remote parsing/indexing. Photran's indexer will be changing, probably as soon as this summer, and the API needs to settle before we commit to remote support. Everything should be fine for remote projects/build/launch, though.

Jeff


Back to the top