1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

bug #185048: doc update - Menubar help changed.

This commit is contained in:
Oleg Krasilnikov 2007-05-11 10:36:24 +00:00
parent a253a6510b
commit 0ed18f8829
19 changed files with 209 additions and 57 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -11,13 +11,25 @@
<h1>C/C++ Menubar</h1> <h1>C/C++ Menubar</h1>
<p>This section describes the menubar options available from the C/C++ perspective.</p> <p>This section describes the menubar options available from the C/C++ perspective.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br> <p><img src="../images/cdt_menubar.png"
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br> alt="CDT main menu">
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br> </p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br> <img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br> <img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_refactor.htm">Refactor Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p> </p>
</body> </body>

View file

@ -103,27 +103,39 @@
</tr> </tr>
<tr align="left" valign="top"> <tr align="left" valign="top">
<td><b>Shift Right</b></td> <td><b>Add to working set</b></td>
<td>Shifts text Right. Editor only</td> <td>Add current resource to selected Working Set</td>
<td> Ctrl+I</td> <td> Ctrl+I</td>
</tr> </tr>
<tr> <tr>
<td><b>Shift Left</b></td> <td><b>Remove from working set</b></td>
<td>Shifts text Left. Editor only</td> <td>Remove current resource from Working Set</td>
<td> Ctrl+Shift+I</td> <td> Ctrl+Shift+I</td>
</tr> </tr>
<tr> <tr>
<td><b>Next Problem</b></td> <td><b>Smart Insert Mode</b></td>
<td>Moves to the next problem encountered.</td> <td>Toggles editor's Smart Insert Mode</td>
<td> Ctrl+.</td> <td> Ctrl+Shift+Insert</td>
</tr> </tr>
<tr> <tr>
<td><b>Previous Problem</b></td> <td><b>Show Tooltip Description</b></td>
<td>Navigates to the previous problem encountered.</td> <td>Displays tooltip description, where applicable.</td>
<td> Ctrl+,</td> <td>F2</td>
</tr>
<tr>
<td><b>Word Completion</b></td>
<td>Completes current word in editor.</td>
<td>Alt+/</td>
</tr>
<tr>
<td><b>Quick fix</b></td>
<td>Call quick fix dialog for selected warning/error.</td>
<td> Ctrl+1</td>
</tr> </tr>
<tr> <tr>
@ -135,18 +147,38 @@
</tr> </tr>
<tr> <tr>
<td><b>Convert Line Delimiters to</b></td> <td><b>Parameter Hints</b></td>
<td>Toggles line delimeters to <td>Opens Parameter Hints dialog. Editor only</td>
<ul> <td>Ctrl+Shift+Space</td>
<li>CRLF (Windows) </tr>
<li>LF (UNIX, MacOS X)
<li>CR (Classic MacOS)</li>
</ul></td> <tr align="left" valign="top">
<td> &nbsp;</td> <td><b>Shift Right</b></td>
<td>Shifts text Right. Editor only</td>
<td>&nbsp</td>
</tr> </tr>
<tr> <tr>
<td><b>Encoding </b></td> <td><b>Shift Left</b></td>
<td>Shifts text Right. Editor only</td>
<td>&nbsp</td>
</tr>
<tr>
<td><b>Format</b></td>
<td>Formats text. Editor only</td>
<td>Ctrl+Shift+F</td>
</tr>
<tr>
<td><b>Add Include</b></td>
<td>Add include to current file. Editor only </td>
<td>Ctrl+Shift+N</td>
</tr>
<tr>
<td><b>Set Encoding... </b></td>
<td>Toggles the encoding of the currently shown text content.</td> <td>Toggles the encoding of the currently shown text content.</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>

View file

@ -24,6 +24,12 @@
<td valign="top">Alt+Shift+N</td> <td valign="top">Alt+Shift+N</td>
</tr> </tr>
<tr valign="top">
<td valign="top"><b>Open File...</b></td>
<td valign="top">Open existing file.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr> <tr>
<td valign="top"><b>Close</b></td> <td valign="top"><b>Close</b></td>
<td valign="top">Close the current editor. <td valign="top">Close the current editor.
@ -84,6 +90,12 @@
<td valign="top">F5</td> <td valign="top">F5</td>
</tr> </tr>
<tr valign="top">
<td valign="top"><b>Convert Line Delimiters to (submenu)</b></td>
<td valign="top">Changes line delimiters either to Windows, or UNIX, or Mac OS9 format.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr> <tr>
<td valign="top"><b>Print</b></td> <td valign="top"><b>Print</b></td>
<td valign="top">Prints the content of the current editor. Enabled when an editor has the focus.</td> <td valign="top">Prints the content of the current editor. Enabled when an editor has the focus.</td>
@ -96,12 +108,6 @@
<td valign="top">&nbsp;</td> <td valign="top">&nbsp;</td>
</tr> </tr>
<tr valign="top">
<td valign="top"><b>Open External File...</b></td>
<td valign="top">Opens a file in the editor view.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr> <tr>
<td valign="top"><b>Import</b></td> <td valign="top"><b>Import</b></td>
<td valign="top">Opens the <b>Import</b> dialog and shows all import wizards.</td> <td valign="top">Opens the <b>Import</b> dialog and shows all import wizards.</td>

View file

@ -28,25 +28,58 @@
<tr> <tr>
<td valign="top"><b>Go To</b></td> <td valign="top"><b>Go To</b></td>
<td valign="top"><ul> <td valign="top"><ul>
<li><b>Back</b>:&nbsp; This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp; <li><b>Back</b>:&nbsp; This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp;
For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the Go Into command.&nbsp; For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the Go Into command.&nbsp;
This command is similar to the Back button in an HTML browser.</li> This command is similar to the Back button in an HTML browser.</li>
<li><b>Forward</b>:&nbsp; This command displays the hierarchy that was displayed immediately after the current display.&nbsp; <li><b>Forward</b>:&nbsp; This command displays the hierarchy that was displayed immediately after the current display.&nbsp;
For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the
Back command.&nbsp; This command is similar to the Forward button in an HTML browser.</li> Back command.&nbsp; This command is similar to the Forward button in an HTML browser.</li>
<li><b>Up one level</b>:&nbsp; This command displays the hierarchy of the parent of the current highest-level resource.</li> <li><b>Up one level</b>:&nbsp; This command displays the hierarchy of the parent of the current highest-level resource.</li>
<li><B>Resource</B>: This command allows you to navigate quickly to a resource. For more information see the links to related tasks below.</li> <li><B>Resource</B>: This command allows you to navigate quickly to a resource. For more information see the links to related tasks below.</li>
</ul> </ul>
</td> </td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td valign="top"><b>Open Type Hierarchy</b></td>
<td valign="top">Opens Type Hierarchy view for selected object</td>
<td>F4</td>
</tr>
<tr>
<td valign="top"><b>Open Call Hierarchy</b></td>
<td valign="top">Opens Call Hierarchy view for selected object</td>
<td>Ctrl+Alt+H</td>
</tr>
<tr>
<td valign="top"><b>Open Declaration</b></td>
<td valign="top">Opens Declaration for selected object (class, variable...)</td>
<td>F3</td>
</tr>
<tr>
<td valign="top"><b>Toggle Source/Header</b></td>
<td valign="top">Switches between source and corresponding header files.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td valign="top"><b>Open Element...</b></td>
<td valign="top">Brings up the Open Element selection dialog to open an element in the editor. This dialog shows all types existing in the workspace. </td>
<td>Ctrl+Shift+T</td>
</tr>
<tr> <tr>
<td valign="top"><b>Open Type</b></td> <td valign="top"><b>Open Type</b></td>
<td valign="top">Brings up the Open Type selection dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. </td> <td valign="top">Brings up the Open Type selection dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. </td>
<td>Ctrl+Shift+T</td> <td>Ctrl+Shift+T</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><b>Open Resource</b></td> <td valign="top"><b>Open Resource</b></td>
<td valign="top">This command displays a dialog that lets you select any resource in the workspace to open it in an editor. <td valign="top">This command displays a dialog that lets you select any resource in the workspace to open it in an editor.
@ -60,6 +93,12 @@
<td>Ctrl+Shift+W</td> <td>Ctrl+Shift+W</td>
</tr> </tr>
<tr>
<td valign="top"><b>Quick Outline</b></td>
<td valign="top">Displays outline view for current source file.</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td valign="top"><b>Next</b></td> <td valign="top"><b>Next</b></td>
<td valign="top">The &quot;next&quot; definition is based on where the focus is. For example, during a search this entry becomes <b>Next Match</b>.</td> <td valign="top">The &quot;next&quot; definition is based on where the focus is. For example, during a search this entry becomes <b>Next Match</b>.</td>
@ -75,7 +114,7 @@ For example, during a search this entry becomes <b>Previous Match</b>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><b>Go to Last Edit Location</b></td> <td valign="top"><b>Last Edit Location</b></td>
<td valign="top">Moves the cursor to the line that contains the last edit. <td valign="top">Moves the cursor to the line that contains the last edit.
Editor only.</td> Editor only.</td>
<td valign="top">Ctrl+Q</td> <td valign="top">Ctrl+Q</td>

View file

@ -32,11 +32,32 @@
<td>Builds all projects in the workspace. This is a full build; all files are built.</td> <td>Builds all projects in the workspace. This is a full build; all files are built.</td>
<td>Ctrl+B</td> <td>Ctrl+B</td>
</tr> </tr>
<tr>
<td><b>Build parallel</b></td>
<td>Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b>Build Configurations</b></td>
<td>Submenu which allows to:
<ul>
<li>Delete resource configurastion for file/folder
<li>Set active build configuration
<li>Manage (add, remove, rename) build configurations
</ul>
</td>
<td>&nbsp</td>
</tr>
<tr> <tr>
<td><b>Build Project</b></td> <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>Builds the currently selected project. This is a full build; all files in the project are built. </td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><b>Build Working Set</b></td>
<td>Builds the current working set.</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><b>Clean</b></td> <td><b>Clean</b></td>
<td>Invokes the make clean defined in the makefile</td> <td>Invokes the make clean defined in the makefile</td>
@ -48,13 +69,8 @@
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><b>Create Make Target</b></td> <td><b>Make Target</b></td>
<td>Creates a target in the <b>Make Targets</b> view. Standard Make only</td> <td>Submenu wich allows create or build a target in the <b>Make Targets</b> view.</td>
<td>&nbsp;</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>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr> <tr>

View file

@ -0,0 +1,30 @@
<!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>Refactor 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_refactor.png" alt="Selecting Refactor Menu" ></p>
<p><table border="1" cellspacing="0">
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
<tr>
<td><b>Rename...</b></td>
<td>Renames selected object (variable, method, etc...) and propagates changes to other files in project.</td>
<td>Alt+Shit+R</td>
</table></p>
<p>
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >
</p>
</body>
</html>

View file

@ -18,13 +18,13 @@
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr> <tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
<tr valign="top"> <tr valign="top">
<td valign="top"><b>Run Last Launched</b></td> <td valign="top"><b>Run</b></td>
<td valign="top"> This command allows you to quickly repeat the most recent launch in run mode.</td> <td valign="top"> This command allows you to quickly repeat the most recent launch in run mode.</td>
<td valign="top">Ctrl+F11</td> <td valign="top">Ctrl+F11</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td valign="top"><b>Debug Last Launched</b></td> <td valign="top"><b>Debug</b></td>
<td valign="top"> This command allows you to quickly repeat the most recent launch in debug mode.</td> <td valign="top"> This command allows you to quickly repeat the most recent launch in debug mode.</td>
<td valign="top">F11</td> <td valign="top">F11</td>
</tr> </tr>
@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td valign="top"><b>Run...</b></td> <td valign="top"><b>Open Run Dialog...</b></td>
<td valign="top">This command realizes the launch configuration dialog to manage run mode launch configurations. </td> <td valign="top">This command realizes the launch configuration dialog to manage run mode launch configurations. </td>
<td valign="top">&nbsp;</td> <td valign="top">&nbsp;</td>
</tr> </tr>
@ -60,7 +60,7 @@
</tr> </tr>
<tr> <tr>
<td valign="top"><b>Debug...</b></td> <td valign="top"><b>Open Debug Dialog...</b></td>
<td valign="top">This command realizes the launch configuration dialog to manage debug mode launch configurations.</td> <td valign="top">This command realizes the launch configuration dialog to manage debug mode launch configurations.</td>
<td valign="top">&nbsp;</td> <td valign="top">&nbsp;</td>
</tr> </tr>

View file

@ -40,6 +40,11 @@
<td>Opens the search dialog on the File search page</td> <td>Opens the search dialog on the File search page</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><b>Text</b></td>
<td>Opens the submenu for full-text search in given scope (workspace, project, file or working set)</td>
<td>&nbsp;</td>
</tr>
</table> </table>

View file

@ -17,7 +17,13 @@
<tr> <tr>
<td><b>New Window</b></td> <td><b>New Window</b></td>
<td>Window menu commands: </td> <td>Opens new Window </td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b>New Editor</b></td>
<td>This command opens a new empty editor in this Workbench window. </td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
@ -30,7 +36,6 @@
From the <b>Other...</b> submenu you can open any perspective.</td> From the <b>Other...</b> submenu you can open any perspective.</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><b>Show View</b></td> <td><b>Show View</b></td>
<td>This command displays the selected view in the current perspective. <td>This command displays the selected view in the current perspective.
@ -94,6 +99,12 @@
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><b>Working sets</b></td>
<td>Dialog displayed to edit working sets</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><b>Preferences</b></td> <td><b>Preferences</b></td>
<td>This command allows you to indicate your preferences for using the Workbench. <td>This command allows you to indicate your preferences for using the Workbench.

View file

@ -33,6 +33,7 @@
<topic label="C/C++ Menubar" href="reference/cdt_o_menu.htm"> <topic label="C/C++ Menubar" href="reference/cdt_o_menu.htm">
<topic label="File Menu actions" href="reference/cdt_u_m_file.htm"/> <topic label="File Menu actions" href="reference/cdt_u_m_file.htm"/>
<topic label="Edit Menu actions" href="reference/cdt_u_m_edit.htm"/> <topic label="Edit Menu actions" href="reference/cdt_u_m_edit.htm"/>
<topic label="Refactor Menu actions" href="reference/cdt_u_m_refactor.htm"/>
<topic label="Navigate Menu actions" href="reference/cdt_u_m_navigate.htm"/> <topic label="Navigate Menu actions" href="reference/cdt_u_m_navigate.htm"/>
<topic label="Search Menu actions" href="reference/cdt_u_m_search.htm"/> <topic label="Search Menu actions" href="reference/cdt_u_m_search.htm"/>
<topic label="Project Menu actions" href="reference/cdt_u_m_project.htm"/> <topic label="Project Menu actions" href="reference/cdt_u_m_project.htm"/>