Bug 312167 - Revised File property pages Discovery Options, Includes, Symbols, Language Mapping, Paths and Symbols
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
@ -8,60 +8,57 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>C/C++ File Properties, Discovery Options</h1>
|
||||
<p>You can define the discovery options on the Discovery Options page
|
||||
of a C/C++ project's properties window.<br>
|
||||
<p>Use the <strong>Discovery Options</strong> property panel to define the discovery option properties of a C/C++ file's.<br>
|
||||
</p>
|
||||
|
||||
<p style="margin-left: 40px;"><img img=""
|
||||
src="../images/cdt_file_discovery.png"
|
||||
alt="C/C++ File Properties, Discovery Options"
|
||||
><br>
|
||||
</p>
|
||||
<p"><img src="../images/cdt_file_discovery.png" alt="C/C++ File Properties, Discovery Options"</p>
|
||||
|
||||
<table cellpadding="5" cellspacing="0" border="1" >
|
||||
<br>
|
||||
<caption><strong>Discovery options</strong></caption>
|
||||
<br>
|
||||
<table cellpadding="5" cellspacing="0" border="1" bordercolor="#DDDDDD" width="700" >
|
||||
<caption><strong>Discovery options</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description.</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Configuration</strong></td>
|
||||
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Manage configurations</strong></td>
|
||||
<tr valign="top" >
|
||||
<td><strong>Manage Configurations...</strong></td>
|
||||
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Exclude resource from build</strong></td>
|
||||
<td>Excludes the selected file from the build process.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td>Left pane list (language specific)</td>
|
||||
<td>Shows a list of language specific compilers. Select a language from the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Automate discovery of paths and symbols</strong></td>
|
||||
<td>Scans the build output to populate the path and symbol tables, such as symbol definitions, system include directories, local include directories, macros files, and include files. If this option is not selected, the <strong>Discovery profile options</strong> below do not appear.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Report path detection problems</strong></td>
|
||||
<td>Sets the notification of diagnostic errors for include paths that the Eclipse CDT is unable to resolve as it parses the build output.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Discovery profile options</strong></td>
|
||||
<td>Indicates the discovery profile to use for paths and symbol detection. The type of <strong>Configuration</strong> and <strong>Discovery Profile Scope</strong> you specify determine what which <strong>Discovery Profile</strong> options display on this tab. This set of controls is profile-specific. It may vary from one profile to another.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Enable generate scanner info command</strong></td>
|
||||
<td>Enables the retrieval of information from the scanner. If it is not selected, the includes will be populated with default gcc system includes; Eclipse gathers the compiler settings based on the specified toolchain. This means that the Eclipse CDT can obtain the default gcc system includes to associate with the project.
|
||||
<p>When selected, you can specify any required compiler specific commands in the <strong>Compiler invocation command</strong> field.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Compiler invocation command</strong></td>
|
||||
<td>Indicates the compiler specific command used to invoke the compiler (such as <span class="typewriter">gcc</span>, or more complicated commands used to perform all necessary steps for compiling C/C++ source files into .o files, and linking the object files and libraries into an executable program. For example, the command <strong>gcc -E -P -v hello.c | hello.cpp</strong> reads a compiler's configuration file and prints out information that includes the compiler's internally defined preprocessor symbols and include search paths. The information is complementary to the scanner configuration discovered when the output is parsed (if you've enabled the <strong>Enable build output scanner info discovery</strong> option), and is added to the project's scanner configuration. You can click <strong>Browse</strong> to locate this command, if required.
|
||||
|
||||
|
@ -83,10 +80,14 @@ of a C/C++ project's properties window.<br>
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Browse</strong></td>
|
||||
<td>Click to browse for a file to include in the compiler invocation command. This button is only visible when <strong>Configuration</strong> is set to Release and the <strong>Discovery Profiles Scope</strong> is set to <strong>Configuration-wide</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Compiler invocation arguments </strong></td>
|
||||
<td valign="top">Enter additional argument options to pass on to the compiler. </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
@ -117,6 +118,7 @@ of a C/C++ project's properties window.<br>
|
|||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
</p>
|
||||
<hr />
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -10,35 +10,65 @@
|
|||
<body>
|
||||
|
||||
<h1>C/C++ File Properties, Paths and Symbols, Includes</h1>
|
||||
<p>You can modify the list of included paths and change the order in which they are referenced.</p>
|
||||
<p>Use the <strong>Paths and Symbols</strong> properties panel <strong>Includes</strong> tab to modify the list of included paths and change the order in which they are referenced.</p>
|
||||
<p><img img src="../images/cdt_file_inc.png" alt="C/C++ File Properties, Paths and Symbols, Includes"></p>
|
||||
|
||||
<p><img img src="../images/cdt_file_inc.png"
|
||||
alt="C/C++ File Properties, Paths and Symbols, Includes">
|
||||
</p>
|
||||
<table cellpadding="5" cellspacing="0" border="1" width="700" bordercolor="#DDDDDD" >
|
||||
<caption><strong>Paths and Symbols, Symbols tab</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Languages</strong> (left pane)</td>
|
||||
<td>Displays language related to this file.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Include paths</strong> (right pane)</td>
|
||||
<td>List of include paths related to given language.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Add...</strong></td>
|
||||
<td>Add new include path.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Edit...</strong></td>
|
||||
<td>Modify selected include path.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Delete</strong></td>
|
||||
<td>Remove the selected include path.</td>
|
||||
</tr>
|
||||
<tr valign="Export" >
|
||||
<td><strong>Include</strong></td>
|
||||
<td>Toggle selected path exported or not.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Move Up</strong></td>
|
||||
<td>Move the selected element up in the list.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Move Down</strong></td>
|
||||
<td>Move the selected element down in the list.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Import Settings...</strong></td>
|
||||
<td>Import symbol settings.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Export Settings...</strong></td>
|
||||
<td>Export symbol settings.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<dl>
|
||||
<dt>Languages (left pane)</dt>
|
||||
<dd>Displays language related to this file.
|
||||
</dd>
|
||||
<dt>Include paths (right pane)</dt>
|
||||
<dd>List of include paths related to given language.</dd>
|
||||
<dt>Add</dt>
|
||||
<dd>Add new include path</dd>
|
||||
<dt>Edit</dt>
|
||||
<dd>Modify selected include path</dd>
|
||||
<dt>Delete</dt>
|
||||
<dd>Remove selected include path</dd>
|
||||
<dt>Export / Unexport</dt>
|
||||
<dd>Toggle selected path exported or not</dd>
|
||||
<dt>Move Up</dt>
|
||||
<dd>Move the currently selected element up in the list.</dd>
|
||||
<dt>Move Down</dt>
|
||||
<dd>Move the currently selected element down in the list.</dd>
|
||||
<dt>Show built-in values</dt>
|
||||
<dd>Check to display system (built-in) includes.</dd>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT projects, folders and files</dd>
|
||||
</dl></p>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT projects, folders and files</dd>
|
||||
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
|
||||
|
||||
|
@ -65,7 +95,7 @@ alt="C/C++ File Properties, Paths and Symbols, Includes">
|
|||
</ul>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
||||
|
||||
|
|
|
@ -12,27 +12,29 @@
|
|||
|
||||
<h1>Language Mappings preferences</h1>
|
||||
|
||||
<p>Customize the use of C/C++ language associations for the workspace. </p>
|
||||
<p>Use the <strong>Language Mappings</strong> properties panel to customize the use of C/C++ language associations for the file. </p>
|
||||
<p><img src="../images/fileprop_language_mappings.png" width="790" height="451" alt="Language Mappings preference page"></p>
|
||||
|
||||
<table cellpadding="5" cellspacing="0" border="1" >
|
||||
<caption>
|
||||
<strong>Language Mappings Options</strong>
|
||||
</caption>
|
||||
<table cellpadding="5" cellspacing="0" border="1" width="700" bordercolor="#DDDDDD" >
|
||||
<caption><strong>Language Mappings Options</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td width="171" valign="top"><strong>Content Type </strong></td>
|
||||
<td width="503" valign="top">The content type associated with the language. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr valign="top" >
|
||||
<td valign="top"><strong>Configuration</strong></td>
|
||||
<td valign="top">Shows the list of configurations for the selected content type. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td valign="top"><strong>Language</strong></td>
|
||||
<td valign="top">Shows the list of corresponding languages associated with the configurations in the list for the specific content type. </td>
|
||||
</tr>
|
||||
|
@ -48,7 +50,8 @@
|
|||
</ul>
|
||||
</p>
|
||||
|
||||
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="255" height="14"></p>
|
||||
<hr />
|
||||
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="375" height="12"></p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -8,33 +8,44 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>C/C++ File Properties, Build, Settings, Build Steps tab</h1>
|
||||
Customizes the selected build configuration allowing the specification
|
||||
of user defined build command steps, as well as a descriptive message
|
||||
to be displayed in the
|
||||
build output, immediately prior to and immediately after normal build
|
||||
processing executes.
|
||||
<p><img img="" src="../images/cdt_file_steps.png"
|
||||
alt="C/C++ File Properties, Build, Settings, Build Steps tab"></p>
|
||||
<p></p>
|
||||
<dl>
|
||||
<dt>Custom build step applicability</dt>
|
||||
<dd>Select either 'Apply' or 'Disable' custom build step.
|
||||
In case of apply, custom build step would override standard one</dd>
|
||||
Use the <strong>Build Steps</strong> properties panel to customize the selected build configuration allowing the specification
|
||||
of user defined build command steps, as well as a descriptive message to be displayed in the
|
||||
build output, immediately prior to and immediately after normal build processing executes.
|
||||
<p><img img="" src="../images/cdt_file_steps.png" alt="C/C++ File Properties, Build, Settings, Build Steps tab"></p>
|
||||
|
||||
<dt>Additional input file names</dt>
|
||||
<dd>Define additional file names to be used in custom build step.</dd>
|
||||
<dt>Output file name(s)</dt>
|
||||
<dd>Define name(s) for output files generated by custom build step.</dd>
|
||||
<dt>Command</dt>
|
||||
<dd>Specifies a command, or a list of semicolon separated commands,
|
||||
to be executed during custom build step</dd>
|
||||
<dt>Description</dt>
|
||||
<dd>Specify optional descriptive text that is associated with the
|
||||
post-build step to be displayed in the build output immediately prior
|
||||
to execution of the post-build step command or commands.</dd>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT source files</dd>
|
||||
</dl>
|
||||
<table cellpadding="5" cellspacing="0" border="1" width="700" bordercolor="#DDDDDD" >
|
||||
<caption><strong>Settings, Build Steps tab</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Custom build step applicability</strong></td>
|
||||
<td>Select either 'Apply' or 'Disable' custom build step. In case of apply, custom build step would override standard one.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Additional input file names</strong></td>
|
||||
<td>Define additional file names to be used in custom build step.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Output file name(s)</strong></td>
|
||||
<td>Define name(s) for output files generated by custom build step.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Command</strong></td>
|
||||
<td>Specifies a command, or a list of semicolon separated commands, to be executed during custom build step.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Description</strong></td>
|
||||
<td>Specify optional descriptive text that is associated with the post-build step to be displayed in the build output immediately prior to execution of the post-build step command or commands.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
|
||||
width="143" height="21"><br>
|
||||
|
@ -62,7 +73,7 @@ to execution of the post-build step command or commands.</dd>
|
|||
</ul>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -10,31 +10,60 @@
|
|||
<body>
|
||||
|
||||
<h1>C/C++ File Properties, Paths and Symbols, Symbols</h1>
|
||||
<p>You can modify the list of preprocessor symbols.</p>
|
||||
<p>Use the <strong>Paths and Symbols</strong> properties panel <strong># Symbols</strong> tab to modify the list of preprocessor symbols.</p>
|
||||
<p><img img src="../images/cdt_file_sym.png" alt="C/C++ File Properties, Paths and Symbols, Symbols"></p>
|
||||
|
||||
<p><img img src="../images/cdt_file_sym.png"
|
||||
alt="C/C++ File Properties, Paths and Symbols, Symbols"></p>
|
||||
|
||||
|
||||
<dl>
|
||||
<dt>Languages (left pane)</dt>
|
||||
<dd>Displays language related to this file.
|
||||
</dd>
|
||||
<dt>Symbol / Value</dt>
|
||||
<dd>List of symbols related to given language.</dd>
|
||||
<dt>Add</dt>
|
||||
<dd>Add new symbol</dd>
|
||||
<dt>Edit</dt>
|
||||
<dd>Modify selected symbol value/dd>
|
||||
<dt>Delete</dt>
|
||||
<dd>Remove selected symbol</dd>
|
||||
<dt>Export / Unexport</dt>
|
||||
<dd>Toggle selected symbol exported or not</dd>
|
||||
<dt>Show built-in values</dt>
|
||||
<dd>Check to display system (built-in) includes.</dd>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT projects, folders and files</dd>
|
||||
</dl></p>
|
||||
<table cellpadding="5" cellspacing="0" border="1" width="700" bordercolor="#DDDDDD" >
|
||||
<caption><strong>Paths and Symbols, Symbols tab</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Languages</strong> (left pane)</td>
|
||||
<td>Displays language related to this file.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Symbol / Value</strong></td>
|
||||
<td>List of symbols related to given language.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Add...</strong></td>
|
||||
<td>Add new symbol.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Edit...</strong></td>
|
||||
<td>Modify selected symbol value.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Delete</strong></td>
|
||||
<td>Remove selected symbol.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Export / Unexport</strong></td>
|
||||
<td>Toggle selected symbol exported or not.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Show built-in values</strong></td>
|
||||
<td>Check to display system (built-in) includes.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Import Settings...</strong></td>
|
||||
<td>Import symbol settings.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Export Settings...</strong></td>
|
||||
<td>Export symbol settings.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT projects, folders and files</dd>
|
||||
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
|
||||
|
||||
|
@ -61,7 +90,7 @@ alt="C/C++ File Properties, Paths and Symbols, Symbols"></p>
|
|||
</ul>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -10,27 +10,44 @@
|
|||
<body>
|
||||
|
||||
<h1>C/C++ Properties, Include Paths and Symbols, Data hierarchy tab</h1>
|
||||
<p>Allows user to inspect all data related to Project/Configuration description.</p>
|
||||
<p>Use the <strong>Data Hierarchy</strong> tab in the <strong>Paths and Symbols</strong> properties panel to inspect all data related to Project/Configuration description.</p>
|
||||
<p>This tab is optional, it can be enabled/disabled in Preferences.</p>
|
||||
|
||||
<p><img img src="../images/prop_tree.png"
|
||||
alt="C/C++ Properties, Include Paths and Symbols, Data hierarchy"></p>
|
||||
|
||||
<table cellpadding="5" cellspacing="0" border="1" width="700" bordercolor="#DDDDDD" >
|
||||
<caption><strong>Paths and Symbols, Data hierarchy tab</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Object to view</strong></td>
|
||||
<td>Select either Project description, Configuration description (or Resource description, for Folder or File) to inspect.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Expand all</strong></td>
|
||||
<td>Expands the whole data structure.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Expand level...</strong></td>
|
||||
<td>Expands data structure up to required level. Collapses inner levels.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Collapse all</strong></td>
|
||||
<td>Collapses whole data structure</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<dl>
|
||||
<dt>Object to view</dt>
|
||||
<dd>Select either Project description, Configuration description
|
||||
(or Resource description, for Folder or File)
|
||||
to inspect.</dd>
|
||||
<dt>Expand all</dt>
|
||||
<dd>Expands whole data structure</dd>
|
||||
<dt>Expand level...</dt>
|
||||
<dd>Expands data structure up to required level. Collapses inner levels.</dd>
|
||||
<dt>Collapse all</dt>
|
||||
<dd>Collapses whole data structure</dd>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT projects, folders and files</dd>
|
||||
</dl></p>
|
||||
<dt><br>Available for :</dt>
|
||||
<dd>CDT projects, folders and files</dd>
|
||||
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference"
|
||||
width="143" height="21"><br>
|
||||
|
@ -88,6 +105,7 @@ width="143" height="21"><br>
|
|||
<li><a href="cdt_u_prop_rundebug.htm">C/C++ Project Properties, Run/Debug Settings page</a>
|
||||
</ul>
|
||||
</p>
|
||||
<hr />
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
||||
|
||||
|
|