srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/tasks/view_source.htm
changeset 0 a02c979e8dfd
equal deleted inserted replaced
-1:000000000000 0:a02c979e8dfd
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
       
     5 <title>Viewing source files</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet"></head>
       
     7 <body>
       
     8 
       
     9 <h2>Viewing source files</h2>
       
    10 <p>The <b>Show Source File</b> function can be used for opening a header/source code file to the Carbide.c++ editor area and locating the method name from the source file.</p>
       
    11 <p>Show Source File adds an action to <b>Imported</b> and <b>Exported Functions</b> tabs. The action opens up for viewing the source file that implements the currently selected function.</p><p>To view source files:</p>
       
    12 <ol>
       
    13 <li>Right-click a method in the <b>Imported Functions</b> or <b>Exported Functions</b> tab, and select <b>Show Source File</b>.</li>
       
    14 <li>See the Carbide.c++ editor area for the method names.<p>You can see the related method names in the <b>Outline</b> view.</p></li>
       
    15 <li>By right-clicking a method name in the <b>Outline</b> view, you can:
       
    16 	<ul>
       
    17 		<li>Open Declaration</li>
       
    18 		<li>Open Type Hierarchy</li>
       
    19 		<li>Open Call Hierarchy</li>
       
    20 		<li>Open Include Browser</li>
       
    21 		<li>Refactor
       
    22 			<ul>
       
    23 				<li>Rename...</li>
       
    24 				<li>Hide Method...</li>
       
    25 			</ul>
       
    26 		</li>
       
    27 		<li>Declarations
       
    28 			<ul>
       
    29 				<li>Workspace</li>
       
    30 				<li>Project</li>
       
    31 				<li>Working Set...</li>
       
    32 			</ul>
       
    33 		</li>
       
    34 		<li>References
       
    35 			<ul>
       
    36 				<li>Workspace</li>
       
    37 				<li>Project</li>
       
    38 				<li>Working Set...</li>
       
    39 			</ul>
       
    40 		</li>
       
    41 		<li>Toggle Breakpoint</li>
       
    42 	</ul>
       
    43 </li>
       
    44 </ol>
       
    45 
       
    46 <h5>Related tasks</h5>
       
    47 <ul>
       
    48 	<li><a href="../tasks/view_source_file_in_project.htm">Viewing source file in project</a></li>
       
    49 </ul>
       
    50 
       
    51 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    52 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> 
       
    53 
       
    54 </body>
       
    55 </html>