mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Here's what I've changed: changes to the doc htm files: - added open definition -> added concepts/cdt_c_open_definitions.htm -> added images/openDefinition.png -> added images/open_definition_error.png -> updated images/openDeclaration.png -> updated images/open_declaration_error.png -> added tasks/cdt_t_open_definitions.htm -> updated links to point to open definition wherever open declaration is linked - information about the code reader buffer and properties in the menu -> added images/cdt_pref_parser.png -> added reference/cdt_o_parser_pref.htm (C/C++ Parser preferences) -> added reference/cdt_u_c_parser_codereader_cache_pref.htm -> added link to cdt_o_parser_pref.htm in reference/cdt_o_ref.htm - removed reference/cdt_u_shared_lib_view_pref.htm since it has no useful information (also removed the corresponding link in contexts_CDT_DEBUGGER.xml) - renamed the link absolute path "file:///E:/CDT/3.1/eclipse/org.eclipse.cdt.doc.user/images/indexer_import_largeproject1.PNG" in tasks/indexer_importing_large_project.html to the relative path "../images/indexer_import_largeproject1.PNG" dead links: removed: concepts/cdt_c_editor.htm -> <br><a href="../reference/cdt_u_editor_key_bind.htm">C/C++ editor key binding actions</a> removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> renamed to references/cdt_u_m_edit.htm: concepts/cdt-c_templates.htm -> <a href="../reference/cdt_u_menu_edit.htm">Edit menu</a> removed: concepts/cdt_o_concepts.htm -> <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br> removed: reference/cdt_u_m_project.htm -> Concepts/cdtconcepts-4.htm removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm removed: reference/cdt_o_ref.htm -> reference/cdt_u_mfile_rbcs.htm removed: reference/cdt_o_ref.htm -> reference/cdt_u_search_pref.htm renamed to cdt_o_mproj_pref.htm: reference/cdt_o_ref.htm -> reference/cdt_o_mproj_pref.htm removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm removed: tasks/cdt_o_tasks.htm -> <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
74 lines
No EOL
2.3 KiB
HTML
74 lines
No EOL
2.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Project Menu actions</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Project Menu actions</h1>
|
|
|
|
<p><img src="../images/cdt_menu_project.png" alt="Selecting Project Menu" ></p>
|
|
|
|
|
|
<p><table border="1" cellspacing="0">
|
|
|
|
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
|
|
<tr>
|
|
<td><b>Open Project</b></td>
|
|
<td>Shows a dialog that can be used to select a closed project and open it.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Close Project</b></td>
|
|
<td>Closes the currently selected projects.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build All</b></td>
|
|
<td>Builds all projects in the workspace. This is a full build; all files are built.</td>
|
|
<td>Ctrl+B</td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Project</b></td>
|
|
<td>Builds the currently selected project. This is a full build; all files in the project are built. </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Clean</b></td>
|
|
<td>Invokes the make clean defined in the makefile</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Automatically</b></td>
|
|
<td>When checked, the CDT will perform a build whenever a file in a project is saved. You should turn this feature off for very large projects.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Create Make Target</b></td>
|
|
<td>Creates a target in the <b>Make Targets</b> view. Standard Make only</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Make Target</b></td>
|
|
<td>Builds a specific make target defined in your makefile such as <b>make clean</b> or <b>make install</b>. Standard Make only.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Properties</b></td>
|
|
<td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>,
|
|
<b>External Tools Builders</b>, <b>C/C++ Build</b> (managed only) <b>File Types</b>, <b>Indexer options</b>,
|
|
<b>C/C++ Make Project</b> (standard only), <b>C/C++ Project Paths</b> (standard only),
|
|
<b>Include Paths and Symbols</b> (standard only), and <b>Project References</b>. </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table></p>
|
|
|
|
<p>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
</p>
|
|
</body>
|
|
</html> |