mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +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:
parent
821bae5912
commit
01b43ae445
3 changed files with 22 additions and 7 deletions
|
@ -5,6 +5,8 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Edit Menu actions</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<script type="text/javascript"
|
||||
src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div role="main">
|
||||
|
@ -166,8 +168,11 @@
|
|||
<tr>
|
||||
<td class="menu_name" headers="name">Smart Insert Mode</td>
|
||||
<td headers="function">Toggles the Smart Insert mode (i.e. the
|
||||
auto-completion features defined in <strong>C/C++ >
|
||||
Editor > Typing</strong>)
|
||||
auto-completion features defined in <a class="command-link"
|
||||
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++ > Editor > Typing
|
||||
</a>)
|
||||
</td>
|
||||
<td headers="keyboard">Ctrl+Shift+Insert</td>
|
||||
</tr>
|
||||
|
|
|
@ -232,7 +232,7 @@
|
|||
</table>
|
||||
<p class="note">
|
||||
<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.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>Source Menu actions</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<script type="text/javascript"
|
||||
src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div role="main">
|
||||
|
@ -63,9 +65,12 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="menu_name" headers="name">Format</td>
|
||||
<td headers="function">Apply the full <strong>C/C++
|
||||
> Code Style > Formatter</strong> preferences to the entire contents
|
||||
of the active editor, or to the selection if there is one
|
||||
<td headers="function">Apply the full <a class="command-link"
|
||||
href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)")'>
|
||||
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
|
||||
alt="command link" />C/C++ > Code Style > Formatter
|
||||
</a> preferences to the entire contents of the active editor, or to the
|
||||
selection if there is one
|
||||
</td>
|
||||
<td headers="keyboard">Ctrl+Shift+F</td>
|
||||
</tr>
|
||||
|
@ -97,7 +102,12 @@
|
|||
<tr>
|
||||
<td class="menu_name" headers="name">Surround With</td>
|
||||
<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++ > Editor > Templates
|
||||
</a>)
|
||||
</td>
|
||||
<td headers="keyboard">Alt+Shift+Z</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue