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

Difference between revisions of "PTP/photran/documentation"

< PTP‎ | photran
m
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<big><big><big><big>Photran 5.0 User's Guide</big></big></big></big>
+
You are here: [[PTP]] &gt; [[PTP/photran/|Photran]] &gt; [[PTP/photran/documentation|Documentation]]
<br>
+
<br>
+
'''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!
+
  
=Installing Photran=
+
= Documentation  =
TODO
+
* System requirements
+
* Special instructions for Windows, Mac users
+
  
=Starting a New Project=
+
== Photran 9.1 (Eclipse 4.5 Mars/CDT 8.7)  ==
TODO
+
  
==Managed Make==
+
{|
TODO
+
|-
 +
| [[PTP/photran/documentation/photran9installation|Photran 9.1 Installation Guide]]
 +
| Installation instructions
 +
|-
 +
| [http://help.eclipse.org/mars/topic/org.eclipse.photran.doc.user/html/toc.html Photran 9.1 Online Documentation]
 +
| Online documentation at help.eclipse.org
 +
|}
  
==Standard Make==
+
== Older Versions  ==
TODO
+
  
=Writing Code=
+
{|
TODO
+
|-
* The Fortran Perspective
+
| ''Photran 8.2''
* The Fortran Projects View
+
| (Eclipse 4.4 Luna/CDT 8.4)
* Using the Fortran editor and Fortran perspective
+
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran8installation|Photran 8.2 Installation Guide]]
** Selecting free vs. fixed form; watermark indicating content type mismatch
+
| &nbsp;&nbsp;&nbsp;&nbsp;[http://help.eclipse.org/kepler/topic/org.eclipse.photran.doc.user/html/toc.html Photran 8.2 Online Documentation]
** Outline view - note Source Form marker in top, skull & crossbones
+
|-
** Overview of the Fortran editors (incl. rulers, folding, smart highlighting)
+
| ''Photran 7.0''
** Comment/uncomment
+
| (Eclipse 3.7 Indigo/CDT 8.0)  
** Setting bookmarks
+
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran7|User's Guide]]
** Go to line (Ctrl+L)
+
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran7advanced|Advanced Features]]
** Configuring the editor
+
| &nbsp;&nbsp;&nbsp;&nbsp;[http://www.eclipse.org/downloads/download.php?file=/tools/ptp/docs/Photran7UserManual.pdf PDF]
*** Selecting horizontal ruler vs. folding
+
|-
*** Setting colors for syntax highlighting
+
| ''Photran 6.0''
*** Showing print margin
+
| (Eclipse 3.6 Helios/CDT 7.0)  
*** Spaces instead of tabs
+
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran6|User's Guide]]
*** Show whitespace
+
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran6advanced|Advanced Features]]
*** Set font
+
| &nbsp;&nbsp;&nbsp;&nbsp;
*** Show line numbers
+
|-
 +
| ''Photran 5.0''
 +
| (Eclipse 3.5 Galileo/CDT 6.0)
 +
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran5|User's Guide]]
 +
| &nbsp;&nbsp;&nbsp;&nbsp;[[PTP/photran/documentation/photran5advanced|Advanced Features]]
 +
| &nbsp;&nbsp;&nbsp;&nbsp;
 +
|}
  
=Compiling Fortran Programs=
+
[[Category:Photran]]
TODO
+
* refer to CDT
+
* Setting make targets - refer to CDT
+
* Error parsers
+
* Binary parsers - need to change if no "Run as Local Fortran App" menu item
+
 
+
=Running and Debugging Fortran Programs=
+
TODO
+
* refer to CDT
+
* Setting breakpoints
+
* Note compiler-specific problems
+
 
+
=Advanced Features=
+
TODO
+
 
+
==Introduction==
+
TODO
+
* Enabling
+
** Checkboxes in project properties
+
** Include paths
+
** Module paths
+
* Fortran Analysis/Refactoring Problems view
+
 
+
==Advanced Editing Features==
+
TODO
+
* Fortran Declaration view
+
* Content assist
+
 
+
==Search and Navigation==
+
TODO
+
* Open declaration
+
* Find references
+
* Fortran search dialog
+
 
+
==Refactoring==
+
TODO
+
** Introduction - 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)
+
** Instructions for individual refactorings
+
 
+
===Rename===
+
TODO
+
 
+
===Introduce Implicit None===
+
TODO
+
 
+
===Move Saved Variables to Common Block===
+
TODO
+
 
+
===Replace Obsolete Operators===
+
TODO
+
 
+
===Extract Procedure===
+
TODO
+
 
+
=Troubleshooting=
+
TODO
+
* FAQ
+
* Mailing list
+
 
+
==Beyond Photran==
+
TODO
+
* Using Photran with other Eclipse plug-ins
+
** Subversion support
+
** PTP/RDT
+
** RSE
+

Latest revision as of 20:06, 23 June 2015

You are here: PTP > Photran > Documentation

Documentation

Photran 9.1 (Eclipse 4.5 Mars/CDT 8.7)

Photran 9.1 Installation Guide Installation instructions
Photran 9.1 Online Documentation Online documentation at help.eclipse.org

Older Versions

Photran 8.2 (Eclipse 4.4 Luna/CDT 8.4)     Photran 8.2 Installation Guide     Photran 8.2 Online Documentation
Photran 7.0 (Eclipse 3.7 Indigo/CDT 8.0)     User's Guide     Advanced Features     PDF
Photran 6.0 (Eclipse 3.6 Helios/CDT 7.0)     User's Guide     Advanced Features     
Photran 5.0 (Eclipse 3.5 Galileo/CDT 6.0)     User's Guide     Advanced Features     

Back to the top