Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJesse Weinstein2013-04-02 01:31:34 +0000
committerSergey Prigogin2013-04-02 02:10:46 +0000
commit73fb3076a6c9a6f780750cd45a4fa6ca31d538cd (patch)
tree6263f50d2b91c89cdda4653b7d006f445d568f66 /doc
parent47645df5b3c32ef2ddbf11d56705dd488257cb32 (diff)
downloadorg.eclipse.cdt-73fb3076a6c9a6f780750cd45a4fa6ca31d538cd.tar.gz
org.eclipse.cdt-73fb3076a6c9a6f780750cd45a4fa6ca31d538cd.tar.xz
org.eclipse.cdt-73fb3076a6c9a6f780750cd45a4fa6ca31d538cd.zip
Bug 402071: Updating Search menu.
Various small fixes, including indentation, adding spaces between parts of the keyboard shortcuts, and removing the screenshot, per mailing list discussion. Change-Id: I4162de2cb7135323c86227ac24a2a0e44b459db1 Reviewed-on: https://git.eclipse.org/r/11594 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')
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.pngbin21791 -> 0 bytes
-rwxr-xr-xdoc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm132
2 files changed, 73 insertions, 59 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png
deleted file mode 100644
index 0ac24c2ab44..00000000000
--- a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png
+++ /dev/null
Binary files differ
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 bf9efbca87c..a68a3099601 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
@@ -1,6 +1,5 @@
-<!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=utf-8">
@@ -8,61 +7,76 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
- <div role="main"><h1>Search Menu actions</h1>
-<p><strong>Search</strong> menu commands open the search dialog. There are specialized tabs on the general <strong>Search</strong> dialog to help you search for:</p>
-<ul>
-<li>Files, or for text in files</li>
-<li>Elements in C/C++ files</li>
-<li>Text in the online help</li>
-<li>Plug-ins.</li>
-</ul>
-
-<p><img src="../images/cdt_menu_search.png" alt="Selecting Search Menu" ></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">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 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 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 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>
-</table>
-
-
-
-<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
-<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a><br>
-<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
-<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
-<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
-<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
-<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
-<br>
-<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a><br>
-<a href="cdt_u_search.htm">Search dialog</a><br>
-<a href="cdt_u_search_view.htm">Search view</a></p>
-
-<p>
-<IMG height=14 alt="IBM Copyright Statement" src="../images/ng00_04a.gif" width=324>
-</p>
- </div></body>
+ <div role="main">
+ <h1>Search Menu actions</h1>
+ <p>
+ <strong>Search</strong> menu commands open the search dialog. There
+ are specialized tabs on the general <strong>Search</strong> dialog to
+ help you search for:
+ </p>
+ <ul>
+ <li>Files, or for text in files</li>
+ <li>Elements in C/C++ files</li>
+ <li>Text in the online help</li>
+ <li>Plug-ins.</li>
+ </ul>
+ <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">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 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 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 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>
+ </tbody>
+ </table>
+ <p>
+ <img src="../images/ngconcepts.gif" ALT="Related concepts"
+ width="143" height="21"> <br> <a
+ href="../concepts/cdt_o_code_entry.htm">Coding aids</a><br> <a
+ href="../concepts/cdt_c_search.htm">C/C++ search</a>
+ </p>
+ <p>
+ <img src="../images/ngtasks.gif" ALT="Related tasks" width="143"
+ height="21"> <br> <a href="../tasks/cdt_t_search.htm">Searching
+ for C/C++ elements</a><br> <a
+ href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++
+ editor</a>
+ </p>
+ <p>
+ <img src="../images/ngref.gif" ALT="Related reference" width="143"
+ height="21"> <br> <a href="cdt_o_ceditor_pref.htm">C/C++
+ editor preferences</a><br> <a href="cdt_u_search.htm">Search
+ dialog</a><br> <a href="cdt_u_search_view.htm">Search view</a>
+ </p>
+ <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