Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/photran/documentation/photran5advanced

< PTP‎ | photran‎ | documentation
Revision as of 01:50, 9 July 2009 by Overbey2.illinois.edu (Talk | contribs) (New page: <big><big><big><big>Photran 5.0 Advanced Features</big></big></big></big> <br> <br> '''IMPORTANT:''' For the time being, this is just an outline of the documentation we intend to write bef...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Photran 5.0 Advanced Features

IMPORTANT: For the time being, this is just an outline of the documentation we intend to write before the release of Photran 5.0 in September, 2009. It is not useful yet. Of course, you are welcome to fill in any sections you wish... this is a wiki!

Introduction

TODO

  • Indexing
  • Problems view (cf. below)

Enabling Advanced Features

TODO

  • Checkboxes in project properties
  • Include paths
  • Module paths

The Fortran Analysis/Refactoring Problems View=

TODO

Advanced Editing Features

Content Assist

TODO

Fortran Declaration View

TODO

Hover Tips

TODO

Search and Navigation

TODO

Open Declaration

TODO

Fortran Search

TODO

  • Fortran Search dialog
  • Find References

Refactoring

TODO

Introduction

  • What is refactoring
  • Note fixed form not supported
  • How to activate
    • Refactor menu (if in editor)
    • Editor context menu (if in editor)
    • Fortran Projects View context menu (multiple files)

Rename

TODO

Introduce Implicit None

TODO

Move Saved Variables to Common Block

TODO

Replace Obsolete Operators

TODO

Extract Procedure

TODO

Back to the top