Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJesse Weinstein2013-02-22 23:52:14 +0000
committerSergey Prigogin2013-02-23 00:02:59 +0000
commitb502c8ab5da4c672cca9bd833b38abc34755b3ce (patch)
treeeab8c0757b762f6363eec28975a39eb1a0588eb4 /doc
parentf0a597bc2bf3d70f51eb6995e6582de099917ea0 (diff)
downloadorg.eclipse.cdt-b502c8ab5da4c672cca9bd833b38abc34755b3ce.tar.gz
org.eclipse.cdt-b502c8ab5da4c672cca9bd833b38abc34755b3ce.tar.xz
org.eclipse.cdt-b502c8ab5da4c672cca9bd833b38abc34755b3ce.zip
Bug 400955: move some styling into css classes
The edit menu docs will be updated in a later patch. Change-Id: I5a8975d1159e39e580e87f502160d3f46d71b3f0 Reviewed-on: https://git.eclipse.org/r/10604 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')
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/help.css3
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm130
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm98
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm24
-rwxr-xr-xdoc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm20
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm62
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm10
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm26
8 files changed, 188 insertions, 185 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/help.css b/doc/org.eclipse.cdt.doc.user/help.css
index 797473964ab..fc9c54455aa 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/help.css
+++ b/doc/org.eclipse.cdt.doc.user/help.css
@@ -42,6 +42,9 @@ th { font-weight: bold }
display: none;
}
+.menu td { vertical-align: top; }
+td.menu_name {font-weight: bold;}
+
/* Mike Behm's addition to the style sheet */
.userinput { font-family: monospace; }
.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel,
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm
index 2ef7d4914e5..e796bb266de 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm
@@ -14,122 +14,122 @@
<p><img src="../images/cdt_menu_file.png" alt="Selecting File Menu" ></p>
<p>
-<table border="1" cellspacing="0" cellpadding="3">
+<table class="menu" border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>New</strong></td>
- <td valign="top" headers="function">Create a new project, folder, or file.</td>
- <td valign="top" headers="keyboard">Alt+Shift+N</td>
+ <tr>
+ <td class="menu_name" headers="name">New</td>
+ <td headers="function">Create a new project, folder, or file.</td>
+ <td headers="keyboard">Alt+Shift+N</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Open File...</strong></td>
- <td valign="top" headers="function">Open existing file.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">Open File...</td>
+ <td headers="function">Open existing file.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Close</strong></td>
- <td valign="top" headers="function">Close the current editor.
+ <td class="menu_name" headers="name">Close</td>
+ <td headers="function">Close the current editor.
If the editor contains unsaved data, a save request dialog is shown.</td>
- <td valign="top" headers="keyboard">Ctrl+F4</td>
+ <td headers="keyboard">Ctrl+F4</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Close All</strong></td>
- <td valign="top" headers="function">Close all editors.
+ <td class="menu_name" headers="name">Close All</td>
+ <td headers="function">Close all editors.
If editors contains unsaved data, a save request dialog will be shown.</td>
- <td valign="top" headers="keyboard">Ctrl+Shift+F4</td>
+ <td headers="keyboard">Ctrl+Shift+F4</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Save</strong></td>
- <td valign="top" headers="function">Save the content of the current editor.
+ <td class="menu_name" headers="name">Save</td>
+ <td headers="function">Save the content of the current editor.
Disabled if the editor does not contain unsaved changes.</td>
- <td valign="top" headers="keyboard">Ctrl+S</td>
+ <td headers="keyboard">Ctrl+S</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Save As</strong></td>
- <td valign="top" headers="function">Save the content of the current editor under a new name.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <td class="menu_name" headers="name">Save As</td>
+ <td headers="function">Save the content of the current editor under a new name.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Save All</strong></td>
- <td valign="top" headers="function">Save the content of the current editor.
+ <td class="menu_name" headers="name">Save All</td>
+ <td headers="function">Save the content of the current editor.
Disabled if no editor contains unsaved changes.</td>
- <td valign="top" headers="keyboard">Ctrl+Shift+S</td>
+ <td headers="keyboard">Ctrl+Shift+S</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Revert</strong></td>
- <td valign="top" headers="function">Revert the content of the current editor back to the content of the saved file.
+ <tr>
+ <td class="menu_name" headers="name">Revert</td>
+ <td headers="function">Revert the content of the current editor back to the content of the saved file.
Disabled if the editor does not contain unsaved changes.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Move</strong></td>
- <td valign="top" headers="function">Move a resource.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">Move</td>
+ <td headers="function">Move a resource.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Rename</strong></td>
- <td valign="top" headers="function">Renames a resource.</td>
- <td valign="top" headers="keyboard">F2</td>
+ <tr>
+ <td class="menu_name" headers="name">Rename</td>
+ <td headers="function">Renames a resource.</td>
+ <td headers="keyboard">F2</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Refresh</strong></td>
- <td valign="top" headers="function">Refreshes the content of the selected element with the local file system.
+ <td class="menu_name" headers="name">Refresh</td>
+ <td headers="function">Refreshes the content of the selected element with the local file system.
When launched from no specific selection, this command refreshes all projects.</td>
- <td valign="top" headers="keyboard">F5</td>
+ <td headers="keyboard">F5</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Convert Line Delimiters to (submenu)</strong></td>
- <td valign="top" headers="function">Changes line delimiters either to Windows, or UNIX, or Mac OS9 format.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">Convert Line Delimiters to (submenu)</td>
+ <td headers="function">Changes line delimiters either to Windows, or UNIX, or Mac OS9 format.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Print</strong></td>
- <td valign="top" headers="function">Prints the content of the current editor. Enabled when an editor has the focus.</td>
- <td valign="top" headers="keyboard">Ctrl+P</td>
+ <td class="menu_name" headers="name">Print</td>
+ <td headers="function">Prints the content of the current editor. Enabled when an editor has the focus.</td>
+ <td headers="keyboard">Ctrl+P</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Switch workspace...</strong></td>
- <td valign="top" headers="function">Relaunches Eclipse with a new workspace.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">Switch workspace...</td>
+ <td headers="function">Relaunches Eclipse with a new workspace.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Import</strong></td>
- <td valign="top" headers="function">Opens the <strong>Import</strong> dialog and shows all import wizards.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <td class="menu_name" headers="name">Import</td>
+ <td headers="function">Opens the <strong>Import</strong> dialog and shows all import wizards.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Export</strong></td>
- <td valign="top" headers="function">Opens the <strong>Export</strong> dialog and shows all export wizards.</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">Export</td>
+ <td headers="function">Opens the <strong>Export</strong> dialog and shows all export wizards.</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Properties</strong></td>
- <td valign="top" headers="function">Opens the property pages of the select elements.</td>
- <td valign="top" headers="keyboard">Alt+Enter</td>
+ <tr>
+ <td class="menu_name" headers="name">Properties</td>
+ <td headers="function">Opens the property pages of the select elements.</td>
+ <td headers="keyboard">Alt+Enter</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Exit</strong></td>
- <td valign="top" headers="function">Exit Eclipse</td>
- <td valign="top" headers="keyboard">&nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">Exit</td>
+ <td headers="function">Exit Eclipse</td>
+ <td headers="keyboard">&nbsp;</td>
</tr>
</tbody></table>
<p></p>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm
index bad8cc190da..040681fcade 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm
@@ -13,21 +13,21 @@
<p><img src="../images/cdt_menu_navigate.png" alt="Selecting Navigate Menu" ></p>
<p>
-<table border="1" cellspacing="0" cellpadding="3">
+<table class="menu" border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
<tr>
-<td valign="top" headers="name"><strong>Go Into</strong></td>
-<td valign="top" headers="function">Sets the view input to the currently selected element.</td>
-<td valign="top" headers="keyboard">&nbsp;</td>
+<td class="menu_name" headers="name">Go Into</td>
+<td headers="function">Sets the view input to the currently selected element.</td>
+<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Go To</strong></td>
-<td valign="top" headers="function"><ul>
+<td class="menu_name" headers="name">Go To</td>
+<td headers="function"><ul>
<li><strong>Back</strong>:&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;
This command is similar to the Back button in an HTML browser.</li>
@@ -38,100 +38,100 @@
<li><strong>Resource</strong>: This command allows you to navigate quickly to a resource. For more information see the links to related tasks below.</li>
</ul>
</td>
-<td valign="top" headers="keyboard">&nbsp;</td>
+<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Open Type Hierarchy</strong></td>
-<td valign="top" headers="function">Opens Type Hierarchy view for selected object</td>
-<td valign="top" headers="keyboard">F4</td>
+<td class="menu_name" headers="name">Open Type Hierarchy</td>
+<td headers="function">Opens Type Hierarchy view for selected object</td>
+<td headers="keyboard">F4</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Open Call Hierarchy</strong></td>
-<td valign="top" headers="function">Opens Call Hierarchy view for selected object</td>
-<td valign="top" headers="keyboard">Ctrl+Alt+H</td>
+<td class="menu_name" headers="name">Open Call Hierarchy</td>
+<td headers="function">Opens Call Hierarchy view for selected object</td>
+<td headers="keyboard">Ctrl+Alt+H</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Open Declaration</strong></td>
-<td valign="top" headers="function">Opens Declaration for selected object (class, variable...)</td>
-<td valign="top" headers="keyboard">F3</td>
+<td class="menu_name" headers="name">Open Declaration</td>
+<td headers="function">Opens Declaration for selected object (class, variable...)</td>
+<td headers="keyboard">F3</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Toggle Source/Header</strong></td>
-<td valign="top" headers="function">Switches between source and corresponding header files.</td>
-<td valign="top" headers="keyboard">&nbsp;</td>
+<td class="menu_name" headers="name">Toggle Source/Header</td>
+<td headers="function">Switches between source and corresponding header files.</td>
+<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Open Element...</strong></td>
-<td valign="top" headers="function">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 valign="top" headers="keyboard">Ctrl+Shift+T</td>
+<td class="menu_name" headers="name">Open Element...</td>
+<td headers="function">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 headers="keyboard">Ctrl+Shift+T</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Open Resource</strong></td>
-<td valign="top" headers="function">This command displays a dialog that lets you select any resource in the workspace to open it in an editor.
+<td class="menu_name" headers="name">Open Resource</td>
+<td headers="function">This command displays a dialog that lets you select any resource in the workspace to open it in an editor.
</td>
-<td valign="top" headers="keyboard">Ctrl+Shift+R</td>
+<td headers="keyboard">Ctrl+Shift+R</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Show In</strong></td>
-<td valign="top" headers="function">This sub-menu is used to find and select the currently selected resource in another view. If an editor is active, these commands are used to select the resource currently being edited in another view.</td>
-<td valign="top" headers="keyboard">Ctrl+Shift+W</td>
+<td class="menu_name" headers="name">Show In</td>
+<td headers="function">This sub-menu is used to find and select the currently selected resource in another view. If an editor is active, these commands are used to select the resource currently being edited in another view.</td>
+<td headers="keyboard">Ctrl+Shift+W</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Quick Outline</strong></td>
-<td valign="top" headers="function">Displays outline view for current source file.</td>
-<td valign="top" headers="keyboard">&nbsp;</td>
+<td class="menu_name" headers="name">Quick Outline</td>
+<td headers="function">Displays outline view for current source file.</td>
+<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Next</strong></td>
-<td valign="top" headers="function">The &quot;next&quot; definition is based on where the focus is. For example, during a search this entry becomes <strong>Next Match</strong>.</td>
-<td valign="top" headers="keyboard">Ctrl+.</td>
+<td class="menu_name" headers="name">Next</td>
+<td headers="function">The &quot;next&quot; definition is based on where the focus is. For example, during a search this entry becomes <strong>Next Match</strong>.</td>
+<td headers="keyboard">Ctrl+.</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Previous</strong></td>
-<td valign="top" headers="function">The &quot;previous&quot; definition is based on
+<td class="menu_name" headers="name">Previous</td>
+<td headers="function">The &quot;previous&quot; definition is based on
where the focus is.
For example, during a search this entry becomes <strong>Previous Match</strong>.</td>
-<td valign="top" headers="keyboard">Ctrl+,</td>
+<td headers="keyboard">Ctrl+,</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Last Edit Location</strong></td>
-<td valign="top" headers="function">Moves the cursor to the line that contains the last edit.
+<td class="menu_name" headers="name">Last Edit Location</td>
+<td headers="function">Moves the cursor to the line that contains the last edit.
Editor only.</td>
-<td valign="top" headers="keyboard">Ctrl+Q</td>
+<td headers="keyboard">Ctrl+Q</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Go to Line</strong></td>
-<td valign="top" headers="function">Open a dialog where you can specify the line number
+<td class="menu_name" headers="name">Go to Line</td>
+<td headers="function">Open a dialog where you can specify the line number
to which to move the cursor.
Editor only.</td>
-<td valign="top" headers="keyboard">Ctrl+L</td>
+<td headers="keyboard">Ctrl+L</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Back</strong></td>
-<td valign="top" headers="function">Moves the focus to the previous file.
+<td class="menu_name" headers="name">Back</td>
+<td headers="function">Moves the focus to the previous file.
Editor only.</td>
-<td valign="top" headers="keyboard">Ctrl+Q</td>
+<td headers="keyboard">Ctrl+Q</td>
</tr>
<tr>
-<td valign="top" headers="name"><strong>Forward</strong></td>
-<td valign="top" headers="function">Returns the focus from the previous file.
+<td class="menu_name" headers="name">Forward</td>
+<td headers="function">Returns the focus from the previous file.
Editor only.</td>
-<td valign="top" headers="keyboard">Ctrl+Q</td>
+<td headers="keyboard">Ctrl+Q</td>
</tr>
</tbody>
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 3ee5ce890cd..143baaaa5ad 100644..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
@@ -14,31 +14,31 @@
<p><img src="../images/cdt_menu_project.png" alt="Selecting Project Menu" ></p>
-<p><table border="1" cellspacing="0">
+<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 headers="name"><strong>Open Project</strong></td>
+ <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 headers="name"><strong>Close Project</strong></td>
+ <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 headers="name"><strong>Build All</strong></td>
+ <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 headers="name"><strong>Build parallel</strong></td>
+ <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 headers="name"><strong>Build Configurations</strong></td>
+ <td class="menu_name" headers="name">Build Configurations</td>
<td headers="function">Submenu which allows to:
<ul>
<li>Delete resource configuration for file/folder
@@ -49,32 +49,32 @@
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Build Project</strong></td>
+ <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 headers="name"><strong>Build Working Set</strong></td>
+ <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 headers="name"><strong>Clean</strong></td>
+ <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 headers="name"><strong>Build Automatically</strong></td>
+ <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 headers="name"><strong>Make Target</strong></td>
+ <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 headers="name"><strong>Properties</strong></td>
+ <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),
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm
index c648d84e533..f0f4f98b40f 100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm
@@ -17,55 +17,55 @@
alt="Selecting Refactor Menu">
</p>
- <table border="1" cellspacing="0">
+ <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 headers="name"><strong>Apply Script...</strong></td>
+ <td class="menu_name" headers="name">Apply Script...</td>
<td headers="function">Applies a previously saved list of refactorings.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Create Script...</strong></td>
+ <td class="menu_name" headers="name">Create Script...</td>
<td headers="function">Exports a list of previously done refactorings for later use.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>History...</strong></td>
+ <td class="menu_name" headers="name">History...</td>
<td headers="function">Displays a history of refactorings.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Rename...</strong></td>
+ <td class="menu_name" headers="name">Rename...</td>
<td headers="function">Renames selected object (variable,
method, etc...) and propagates changes to other files in project.</td>
<td headers="keyboard">Alt+Shift+R</td>
</tr>
<tr>
- <td headers="name"><strong>Extract Local Variable...</strong></td>
+ <td class="menu_name" headers="name">Extract Local Variable...</td>
<td headers="function">Extracts selected subexpression into a new local variable.</td>
<td headers="keyboard">Alt+Shift+L</td>
</tr>
<tr>
- <td headers="name"><strong>Extract Constant...</strong></td>
+ <td class="menu_name" headers="name">Extract Constant...</td>
<td headers="function">Replaces all instances of selected literal with a named constant.</td>
<td headers="keyboard">Alt+C</td>
</tr>
<tr>
- <td headers="name"><strong>Extract Function...</strong></td>
+ <td class="menu_name" headers="name">Extract Function...</td>
<td headers="function">Replaces selected statements with a call to a new function containing them.</td>
<td headers="keyboard">Alt+Shift+M</td>
</tr>
<tr>
- <td headers="name"><strong>Toggle Function Definition</strong></td>
+ <td class="menu_name" headers="name">Toggle Function Definition</td>
<td headers="function">Moves selected function definition from a header file (in- or outside a class definition) to an implementation file, or back.</td>
<td headers="keyboard">Alt+Shift+T</td>
</tr>
<tr>
- <td headers="name"><strong>Hide Method...</strong></td>
+ <td class="menu_name" headers="name">Hide Method...</td>
<td headers="function">Makes selected method private.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm
index 8bb92c2fecb..2a3a5731794 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm
@@ -14,61 +14,61 @@
<p><img src="../images/cdt_menu_run.png" alt="Run Menu" ></p>
-<p><table border="1" cellspacing="0" cellpadding="3">
+<p><table class="menu" border="1" cellspacing="0" cellpadding="3">
<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Run</strong></td>
- <td valign="top" headers="function"> This command allows you to quickly repeat the most recent launch in run mode.</td>
- <td valign="top" headers="keyboard"> Ctrl+F11</td>
+ <tr>
+ <td class="menu_name" headers="name">Run</td>
+ <td headers="function"> This command allows you to quickly repeat the most recent launch in run mode.</td>
+ <td headers="keyboard"> Ctrl+F11</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>Debug</strong></td>
- <td valign="top" headers="function"> This command allows you to quickly repeat the most recent launch in debug mode.</td>
- <td valign="top" headers="keyboard"> F11</td>
+ <tr>
+ <td class="menu_name" headers="name">Debug</td>
+ <td headers="function"> This command allows you to quickly repeat the most recent launch in debug mode.</td>
+ <td headers="keyboard"> F11</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Run History</strong></td>
- <td valign="top" headers="function"> Presents a sub menu of the recent history of launch configurations launched in run mode.</td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <td class="menu_name" headers="name">Run History</td>
+ <td headers="function"> Presents a sub menu of the recent history of launch configurations launched in run mode.</td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Run As</strong></td>
- <td valign="top" headers="function"> Presents a sub menu of registered run launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <td class="menu_name" headers="name">Run As</td>
+ <td headers="function"> Presents a sub menu of registered run launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Open Run Dialog...</strong></td>
- <td valign="top" headers="function"> This command realizes the launch configuration dialog to manage run mode launch configurations. </td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <td class="menu_name" headers="name">Open Run Dialog...</td>
+ <td headers="function"> This command realizes the launch configuration dialog to manage run mode launch configurations. </td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Debug History</strong></td>
- <td valign="top" headers="function"> Presents a sub menu of the recent history of launch configurations launched in debug mode.</td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <td class="menu_name" headers="name">Debug History</td>
+ <td headers="function"> Presents a sub menu of the recent history of launch configurations launched in debug mode.</td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Debug As</strong></td>
- <td valign="top" headers="function"> Presents a sub menu of registered debug launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <td class="menu_name" headers="name">Debug As</td>
+ <td headers="function"> Presents a sub menu of registered debug launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
- <td valign="top" headers="name"><strong>Open Debug Dialog...</strong></td>
- <td valign="top" headers="function"> This command realizes the launch configuration dialog to manage debug mode launch configurations.</td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <td class="menu_name" headers="name">Open Debug Dialog...</td>
+ <td headers="function"> This command realizes the launch configuration dialog to manage debug mode launch configurations.</td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
- <tr valign="top">
- <td valign="top" headers="name"><strong>External Tools</strong></td>
- <td valign="top" headers="function"> Presents a sub menu of links to external run configuration dialogs to manage run mode launch configurations.</td>
- <td valign="top" headers="keyboard"> &nbsp;</td>
+ <tr>
+ <td class="menu_name" headers="name">External Tools</td>
+ <td headers="function"> Presents a sub menu of links to external run configuration dialogs to manage run mode launch configurations.</td>
+ <td headers="keyboard"> &nbsp;</td>
</tr>
</table>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm
index c9fac4ae3ec..bf9efbca87c 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm
@@ -19,29 +19,29 @@
<p><img src="../images/cdt_menu_search.png" alt="Selecting Search Menu" ></p>
- <table border="1" cellspacing="0">
+ <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 headers="name"><strong>C/C++...</strong></td>
+ <td class="menu_name" headers="name">C/C++...</td>
<td headers="function">Opens the search dialog on the C/C++ search page</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Search...</strong></td>
+ <td class="menu_name" headers="name">Search...</td>
<td headers="function">Opens the search dialog for your current editor</td>
<td headers="keyboard">Ctrl + H </td>
</tr>
<tr>
- <td headers="name"><strong>File...</strong></td>
+ <td class="menu_name" headers="name">File...</td>
<td headers="function">Opens the search dialog on the File search page</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Text</strong></td>
+ <td class="menu_name" headers="name">Text</td>
<td headers="function">Opens the submenu for full-text search in given scope (workspace, project, file or working set)</td>
<td headers="keyboard">&nbsp;</td>
</tr>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm
index 00118d4304c..eb02caa34f3 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm
@@ -12,23 +12,23 @@
<p><img src="../images/cdt_menu_window.png" alt="Window Menu" ></p>
<p>
-<table border="1" cellspacing="0" cellpadding="3">
+<table class="menu" border="1" cellspacing="0" cellpadding="3">
<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
<tr>
- <td headers="name"><strong>New Window</strong></td>
+ <td class="menu_name" headers="name">New Window</td>
<td headers="function">Opens new Window </td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>New Editor</strong></td>
+ <td class="menu_name" headers="name">New Editor</td>
<td headers="function">This command opens a new empty editor in this Workbench window. </td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Open Perspective</strong></td>
+ <td class="menu_name" headers="name">Open Perspective</td>
<td headers="function">This command opens a new perspective in this Workbench window.
This preference can be changed in the <strong>Window &gt; Preferences &gt; Workbench &gt; Perspectives</strong> page.
All of the perspectives that are open within the Workbench window are shown on the shortcut bar.
@@ -37,7 +37,7 @@
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Show View</strong></td>
+ <td class="menu_name" headers="name">Show View</td>
<td headers="function">This command displays the selected view in the current perspective.
You can configure how views are opened in the <strong>Window &gt; Preferences &gt; Workbench &gt; Perspectives page</strong>.
Views you are likely to want to open are listed first.This list is dependent on the current perspective.
@@ -47,7 +47,7 @@
</tr>
<tr>
- <td headers="name"><strong>Customize Perspective</strong></td>
+ <td class="menu_name" headers="name">Customize Perspective</td>
<td headers="function">Each perspective includes a predefined set of actions that are accessible from the menu bar and Workbench toolbar.
Related actions are grouped into action sets.
This command allows you to customize the current perspective by showing or hiding various action sets.
@@ -57,32 +57,32 @@
</tr>
<tr>
- <td headers="name"><strong>Save Perspective As</strong></td>
+ <td class="menu_name" headers="name">Save Perspective As</td>
<td headers="function">This command allows you to save the current perspective, creating your own custom perspective.
You can open more perspectives of this type using the <strong>Window &gt; Open Perspective &gt; Other</strong> menu item once you have saved a perspective.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Reset Perspective</strong></td>
+ <td class="menu_name" headers="name">Reset Perspective</td>
<td headers="function">This command changes the layout of the current perspective to its original configuration.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Close Perspective</strong></td>
+ <td class="menu_name" headers="name">Close Perspective</td>
<td headers="function">This command closes the active perspective.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Close All Perspectives</strong></td>
+ <td class="menu_name" headers="name">Close All Perspectives</td>
<td headers="function">This command closes all open perspectives in the Workbench window.</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Navigation</strong></td>
+ <td class="menu_name" headers="name">Navigation</td>
<td headers="function">This submenu contains shortcut keys for navigating between the views, perspectives, and editors in the Workbench window.
<ul>
<li><strong>Show System Menu</strong>: Shows the menu that is used for resizing, closing or pinning the current view or editor.</li>
@@ -100,13 +100,13 @@
</tr>
<tr>
- <td headers="name"><strong>Working sets</strong></td>
+ <td class="menu_name" headers="name">Working sets</td>
<td headers="function">Dialog displayed to edit working sets</td>
<td headers="keyboard">&nbsp;</td>
</tr>
<tr>
- <td headers="name"><strong>Preferences</strong></td>
+ <td class="menu_name" headers="name">Preferences</td>
<td headers="function">This command allows you to indicate your preferences for using the Workbench.
There are a wide variety of preferences for configuring the appearance of the Workbench and its views, and for customizing the behavior of all tools that are installed in the Workbench.
See the <a href="cdt_u_c_pref.htm">C/C++ Page Preference Window</a> section for more details on the CDT preferences.</td>

Back to the top