blob: 356bf551f8447d4ad423c00f952bfed89aa5ffa7 [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1"/>
<title>Advanced Editing Features</title>
<link rel="stylesheet" type="text/css" href="../help.css"/>
</head>
<body>
<div><h1>Content Assist
</h1><p>TODO
</p><h1> Fortran Declaration View
</h1><p>The Fortran Declaration view displays the line of code where variables, programs, and subprograms are declared. If you put your cursor within or highlight a variable name or the name of a subroutine in a call statement, the Fortran Declaration view will then display the actual declaration. For variables, the declaration view displays the variable declaration as well as a comment regarding the type of variable and other information, such as dimension information for an array as shown in the example below.
<center>
<img src="../images/Photran-fortran-declaration-view.png" alt="Fortran Declaration View"></img></center>
</p><h1>Hover Tips
</h1><p>TODO
</p></div>
</body>
</html>