core/com.nokia.carbide.cpp.doc.user/html/reference/pref_carb_sdk_preference.html
author fturovic <frank.turovich@nokia.com>
Fri, 06 Aug 2010 14:28:38 -0500
changeset 1791 727385d8e2b3
parent 1786 3b1331ffa1fe
permissions -rw-r--r--
added new customize carbide section and some relinking done for deleted duplicate page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1767
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
"http://www.w3.org/TR/html4/loose.dtd">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<html><head>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
<title>SDK Preferences</title>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     6
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     7
<style type="text/css">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     8
<!--
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
.style2 {
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
	color: #FF0000;
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    11
	font-weight: bold;
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
}
1786
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1767
diff changeset
    13
.style3 {color: #EE0000}
1767
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
-->
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    15
</style>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    16
</head>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    17
   <body>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    18
   <div class="Head1">
1786
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1767
diff changeset
    19
<h2>SDK Preferences (<span class="style3">deprecated</span>)</h2>
1767
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    20
</div>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    21
Use the <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=com.nokia.carbide.cpp.sdk.ui.preferences.SDKPreferencePage)")'>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    22
SDK Preferences</a> page in the <b>Preferences</b> window to control which installed SDKs are available to projects during an import.  To
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    23
	 access SDK preferences preference panel, select <b>Window &gt; Preferences &gt; Carbide.c++ &gt; SDK Preferences</b>. 
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    24
	 <p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project.  If the SDK you have installed is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list. See <a href="../tasks/start/carbide_requirements.htm">Carbide.c++ Requirements</a> for a list of supported SDKs. </p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    25
   <p class="note"><b>NOTE</b> This panel serves as a <span class="code">devices.xml</span> file editor. The <span class="code">devices.xml</span> file stores information about the installed SDKs used for Symbian OS development.</p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    26
   <div class="Figure">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    27
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    28
	  <p align="center" class="Image"><img src="../images/SDKPreferences.png" width="696" height="583" alt="SDK preferences panel" /></p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    29
     <p align="center" class="figure">Figure 1. SDK Preferences preference panel </p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    30
   </div>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    31
   <table cellpadding="2" cellspacing="0"
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    32
border="0">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    33
	 <tr valign="top"><th width="221" class="Cell">Name</th><th width="584" class="Cell">Function</th></tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    34
         <tr valign="top">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    35
           <td class="Cell"><b>Available Symbian OS SDK's</b></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    36
           <td class="Cell"><p>Lists all the installed and recognized SDKs supported by the IDE. Only SDKs supported by the IDE are included in the list. </p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    37
             <p>Checked SDKs indicate build configurations available for creating projects. Unchecked SDKs are not displayed when creating new projects. </p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    38
             <p>SDKs shown in <span class="style2">red</span>  indicate  a problem, usually no <span class="code">EPOCROOT</span> or missing build configurations. </p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    39
           <p>Click on a SDK name to see its EPOCROOT location and build configuration status in the SDK Information area. </p></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    40
        </tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    41
         <tr valign="top">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    42
           <td class="Cell"><b>Remove SDK </b></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    43
           <td class="Cell">Click to remove the selected SDK from the Available Symbian OS SDK's list. </td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    44
         </tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    45
         <tr valign="top">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    46
           <td class="Cell"><b>Add New SDK </b></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    47
           <td class="Cell"><p>Click to <a href="../tasks/sdks/sdk_add.htm">add</a> an SDK to the <b>Available Symbian OS SDKs</b> list.</p>           </td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    48
     </tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    49
         <tr valign="top">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    50
           <td class="Cell"><b>SDK Properties</b></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    51
           <td class="Cell"><p>Click to view and edit the <a href="../tasks/sdks/sdk_view_properties.htm">properties</a> of the currently selected SDK in the <b>Available Symbian OS SDKs</b> list.</p>           </td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    52
     </tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    53
         <tr valign="top">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    54
           <td class="Cell"><b>Listen for devices.xml changes outside of Carbide </b></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    55
           <td class="Cell">Enable of have  Carbide  issue an alert prompting you to rescan your SDKs when changes to the <span class="code">devices.xml</span> file are made outside of  Carbide. When disabled the <span class="code">devices.xml</span> file is not scanned for changes. </td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    56
         </tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    57
         <tr valign="top">
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    58
           <td class="Cell"><p><b>Rescan All SDKs</b></p>           </td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    59
           <td class="Cell"><p>Click to <a href="../tasks/sdks/sdk_search.htm">rescan</a>  the drive  for newly installed SDKs. The devices.xml file is scanned for SDKs and the list of available SDKs is updated if the devices.xml file has changed.</p>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    60
             <p class="note"><b>NOTE</b> Carbide.c++ scans for available SDKs each time it is started.</p></td>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    61
        </tr>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    62
   </table>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    63
   <h5>Related tasks</h5>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    64
	 <ul>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    65
       
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    66
       <li><a href="../tasks/WorkingwithSDKs.html">Working with SDKs</a></li>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1786
diff changeset
    67
       <li><a href="../tasks/sdks/sdk_add.htm">Adding an SDK</a></li>
1767
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    68
       <li><a href="../tasks/RmvngandVwngPropsosSDK.html">SDK Properties</a></li>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    69
  </ul>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    70
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    71
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    72
   </body>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    73
   </html>
ba706e5ea5ac began work on symbian sdk pref panel and other minor edits
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    74