srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/tasks/view_source.htm
author noe\swadi
Tue, 23 Feb 2010 10:27:57 +0530
changeset 3 ec51f72aa69a
parent 0 a02c979e8dfd
permissions -rw-r--r--
Licenses updated to EPL.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Viewing source files</title>
<link href="../../book.css" type="text/css" rel="stylesheet"></head>
<body>

<h2>Viewing source files</h2>
<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>
<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>
<ol>
<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>
<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>
<li>By right-clicking a method name in the <b>Outline</b> view, you can:
	<ul>
		<li>Open Declaration</li>
		<li>Open Type Hierarchy</li>
		<li>Open Call Hierarchy</li>
		<li>Open Include Browser</li>
		<li>Refactor
			<ul>
				<li>Rename...</li>
				<li>Hide Method...</li>
			</ul>
		</li>
		<li>Declarations
			<ul>
				<li>Workspace</li>
				<li>Project</li>
				<li>Working Set...</li>
			</ul>
		</li>
		<li>References
			<ul>
				<li>Workspace</li>
				<li>Project</li>
				<li>Working Set...</li>
			</ul>
		</li>
		<li>Toggle Breakpoint</li>
	</ul>
</li>
</ol>

<h5>Related tasks</h5>
<ul>
	<li><a href="../tasks/view_source_file_in_project.htm">Viewing source file in project</a></li>
</ul>

<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> 

</body>
</html>