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

Bug 403263: Add pref links to menu docs

Change-Id: I30c9c775570d091927f56f5212deaf237c66b1a9
Reviewed-on: https://git.eclipse.org/r/11131
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
Jesse Weinstein 2013-03-13 16:07:05 -04:00 committed by Sergey Prigogin
parent 821bae5912
commit 01b43ae445
3 changed files with 22 additions and 7 deletions

View file

@ -5,6 +5,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Edit Menu actions</title> <title>Edit Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script type="text/javascript"
src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<div role="main"> <div role="main">
@ -166,8 +168,11 @@
<tr> <tr>
<td class="menu_name" headers="name">Smart Insert Mode</td> <td class="menu_name" headers="name">Smart Insert Mode</td>
<td headers="function">Toggles the Smart Insert mode (i.e. the <td headers="function">Toggles the Smart Insert mode (i.e. the
auto-completion features defined in <strong>C/C++ &gt; auto-completion features defined in <a class="command-link"
Editor &gt; Typing</strong>) href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.SmartTypingPreferencePage)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
alt="command link" /> C/C++ &gt; Editor &gt; Typing
</a>)
</td> </td>
<td headers="keyboard">Ctrl+Shift+Insert</td> <td headers="keyboard">Ctrl+Shift+Insert</td>
</tr> </tr>

View file

@ -232,7 +232,7 @@
</table> </table>
<p class="note"> <p class="note">
<strong>Note: </strong> Other <strong>Navigate</strong> options are <strong>Note: </strong> Other <strong>Navigate</strong> options are
used with the JDT. Refer to the <em>Java Development User Guide</em> used with the JDT. Refer to the <a href="PLUGINS_ROOT/org.eclipse.jdt.doc.user/reference/ref-menu-navigate.htm">Java development user guide</a>
for details. for details.
</p> </p>
<p> <p>

View file

@ -5,6 +5,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Source Menu actions</title> <title>Source Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script type="text/javascript"
src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<div role="main"> <div role="main">
@ -63,9 +65,12 @@
</tr> </tr>
<tr> <tr>
<td class="menu_name" headers="name">Format</td> <td class="menu_name" headers="name">Format</td>
<td headers="function">Apply the full <strong>C/C++ <td headers="function">Apply the full <a class="command-link"
&gt; Code Style &gt; Formatter</strong> preferences to the entire contents href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)")'>
of the active editor, or to the selection if there is one <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
alt="command link" />C/C++ &gt; Code Style &gt; Formatter
</a> preferences to the entire contents of the active editor, or to the
selection if there is one
</td> </td>
<td headers="keyboard">Ctrl+Shift+F</td> <td headers="keyboard">Ctrl+Shift+F</td>
</tr> </tr>
@ -97,7 +102,12 @@
<tr> <tr>
<td class="menu_name" headers="name">Surround With</td> <td class="menu_name" headers="name">Surround With</td>
<td headers="function">Surround the selected statements with a <td headers="function">Surround the selected statements with a
code template</td> code template (as defined in <a class="command-link"
href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.TemplatePreferencePage)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
alt="command link" />C/C++ &gt; Editor &gt; Templates
</a>)
</td>
<td headers="keyboard">Alt+Shift+Z</td> <td headers="keyboard">Alt+Shift+Z</td>
</tr> </tr>
</tbody> </tbody>