Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Weinstein2013-04-02 01:24:20 +0000
committerSergey Prigogin2013-04-02 02:10:09 +0000
commit47645df5b3c32ef2ddbf11d56705dd488257cb32 (patch)
treead36d41ba0bc77c6eb28d9e2e12d1c06e0d7ea18 /doc/org.eclipse.cdt.doc.user
parent378965a29035edfb90a1cceff9e17a78e6f420a1 (diff)
downloadorg.eclipse.cdt-47645df5b3c32ef2ddbf11d56705dd488257cb32.tar.gz
org.eclipse.cdt-47645df5b3c32ef2ddbf11d56705dd488257cb32.tar.xz
org.eclipse.cdt-47645df5b3c32ef2ddbf11d56705dd488257cb32.zip
Bug 402071: Update the Project menu
Remove the screenshot, per discussion on the mailing list. Change-Id: Iabb67ed3bc42a6b1b1c858c1571cf44ed42b90d4 Reviewed-on: https://git.eclipse.org/r/11593 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.pngbin35534 -> 0 bytes
-rwxr-xr-xdoc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm213
2 files changed, 131 insertions, 82 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png
deleted file mode 100644
index 4c928861392..00000000000
--- a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png
+++ /dev/null
Binary files differ
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm
index 143baaaa5ad..7435ea94e4e 100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm
@@ -1,90 +1,139 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!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=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Project Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
-
-<div role="main"><h1>Project Menu actions</h1>
-
-<p><img src="../images/cdt_menu_project.png" alt="Selecting Project Menu" ></p>
-
-
-<p><table class="menu" border="1" cellspacing="0">
-
-<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
-<tr>
- <td class="menu_name" headers="name">Open Project</td>
- <td headers="function">Shows a dialog that can be used to select a closed project and open it.</td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
- <tr>
- <td class="menu_name" headers="name">Close Project</td>
- <td headers="function">Closes the currently selected projects.</td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Build All</td>
- <td headers="function">Builds all projects in the workspace. This is a full build; all files are built.</td>
- <td headers="keyboard">Ctrl+B</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Build parallel</td>
- <td headers="function">Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task.</td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Build Configurations</td>
- <td headers="function">Submenu which allows to:
- <ul>
- <li>Delete resource configuration for file/folder
- <li>Set active build configuration
- <li>Manage (add, remove, rename) build configurations
- </ul>
- </td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Build Project</td>
- <td headers="function">Builds the currently selected project. This is a full build; all files in the project are built. </td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Build Working Set</td>
- <td headers="function">Builds the current working set.</td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Clean</td>
- <td headers="function">Invokes the make clean defined in the makefile</td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Build Automatically</td>
- <td headers="function">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 headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Make Target</td>
- <td headers="function">Submenu which allows create or build a target in the <strong>Make Targets</strong> view.</td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-<tr>
- <td class="menu_name" headers="name">Properties</td>
- <td headers="function">Displays the <strong>Properties</strong> dialog. From that dialog you can display the properties of resources in <strong>Info</strong>,
- <strong>External Tools Builders</strong>, <strong>C/C++ Build</strong> (managed only) <strong>File Types</strong>, <strong>Indexer options</strong>,
- <strong>C/C++ Make Project</strong> (standard only), <strong>C/C++ Project Paths</strong> (standard only),
- <strong>Include Paths and Symbols</strong> (standard only), and <strong>Project References</strong>. </td>
- <td headers="keyboard">&nbsp;</td>
-</tr>
-</table><p></p>
-
-<p>
-<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
-</p>
-</div></body>
+ <div role="main">
+ <h1>Project Menu actions</h1>
+ <table class="menu" border="1" cellspacing="0" cellpadding="3">
+ <thead>
+ <tr>
+ <th id="name">Name</th>
+ <th id="function">Function</th>
+ <th id="keyboard">Keyboard Shortcut</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td class="menu_name" headers="name">Open Project</td>
+ <td headers="function">Opens the currently selected closed
+ projects, making their contents available to the workspace</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Close Project</td>
+ <td headers="function">Closes the currently selected projects</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Build All</td>
+ <td headers="function">Builds all the open projects in the
+ workspace</td>
+ <td headers="keyboard">Ctrl + B</td>
+ </tr>
+ <tr>
+ <td rowspan="6" class="menu_name" headers="name">Build
+ Configurations</td>
+ <td headers="function">Configure the build in the following
+ ways:</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td headers="function">
+ <dl>
+ <dt>Set Active (submenu)</dt>
+ <dd></dd>
+ </dl>
+ </td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td headers="function">
+ <dl>
+ <dt>Manage...</dt>
+ <dd></dd>
+ </dl>
+ </td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td headers="function">
+ <dl>
+ <dt>Build by Working Set (submenu)</dt>
+ <dd></dd>
+ </dl>
+ </td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td headers="function">
+ <dl>
+ <dt>Set Active by Working Set (submenu)</dt>
+ <dd></dd>
+ </dl>
+ </td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td headers="function">
+ <dl>
+ <dt>Manage Working Sets...</dt>
+ <dd></dd>
+ </dl>
+ </td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Build Project</td>
+ <td headers="function">Builds the currently selected project</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Build Working Set</td>
+ <td headers="function">Builds the current working set, rather
+ than a whole project</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Clean</td>
+ <td headers="function">Invokes the make clean defined in the
+ makefile</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Build Automatically</td>
+ <td headers="function">Toggles whether projects will be
+ rebuilt on every file save (You should turn this feature off for
+ very large projects.)</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Make Target (submenu)</td>
+ <td headers="function">Creates, edits or runs a Make Target</td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu_name" headers="name">Properties</td>
+ <td headers="function">Displays the <strong>Properties</strong>
+ dialog. From that dialog you can display the properties of
+ resources in <strong>Info</strong>, <strong>External
+ Tools Builders</strong>, <strong>C/C++ Build</strong> (managed only) <strong>File
+ Types</strong>, <strong>Indexer options</strong>, <strong>C/C++
+ Make Project</strong> (standard only), <strong>C/C++ Project
+ Paths</strong> (standard only), <strong>Include Paths and Symbols</strong>
+ (standard only), and <strong>Project References</strong>.
+ </td>
+ <td headers="keyboard">&nbsp;</td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ <img alt="IBM Copyright Statement" src="../images/ng00_04a.gif">
+ </p>
+ </div>
+</body>
</html> \ No newline at end of file

Back to the top