File: cdt_u_pref_wizard_toolchains.htm

package info (click to toggle)
eclipse-cdt 8.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 124,528 kB
  • sloc: java: 1,013,030; xml: 45,808; ansic: 5,171; cpp: 4,533; makefile: 1,323; sh: 99; asm: 42; f90: 22
file content (63 lines) | stat: -rw-r--r-- 2,877 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>New CDT Project Wizard preferences</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
	<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>

<h1 role="main">New CDT Project Wizard preferences</h1>

<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_NewCDTWizard)")'>New CDT Project Wizard</a> to define which toolchains are selected in <strong>New CDT Project Wizard</strong> by default.<p>
<p><img src="../images/cdt_pref-wizard-toolchains.png" alt="CDT Project Wizard Toolchains preferences tab"></p>


<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="DDD" >
	<caption><strong>New CDT Project Wizard Preference Options</strong></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<thead>
		<tr>
			<th id="option"><strong>Option</strong></th>
			<th id="description"><strong>Description</strong></th>
		</tr>
	</thead>
	<tbody>
		<tr valign="top" >
			<td headers="option"><strong>Project types</strong></td>
			<td headers="description">The same project types list as shown in <a href="cdt_u_new_proj_wiz.htm">Project Wizard</a>.</td>
		</tr>
		<tr valign="top" >
			<td headers="option"><strong>Toolchain</strong></td>
			<td headers="description">The same list of toolchains as shown in Project Wizard.</td>
		</tr>
		<tr valign="top" >
			<td headers="option"><strong>Make toolchain(s) preferred</strong></td>
			<td headers="description">Makes the selected toolchain(s) preferred.<br>
			<ul>
		     <li>Preferred toolchains are marked by arrow icon ("&gt;").</li>
		     <li>In the Project Wizard dialog, preferred toolchain is selected by default.</li>
		     <li>If there are more than one toolchain preferred, the first of them is selected.</li>
		     <li>If there are no toolchains preferred, the first in the whole list is selected.</li>
		     </ul></td>
		</tr>
		<tr valign="top" >
			<td headers="option"><strong>Make toolchain(s) not preferred</strong></td>
			<td headers="description">Removes preference mark from selected toolchain(s).</td>
		</tr>
		<tr valign="top" >
			<td headers="option"><strong>Show project types and toolchains only if they are supported on the platform</strong></td>
			<td headers="description">The same control as on Project Wizard page. Defines whether unsupported project types and toolchains are hidden or shown.</td>
		</tr>
	</tbody>
</table>

</body>

</html>