From 01b43ae445fd290796ee1720f9fcf013d76c34be Mon Sep 17 00:00:00 2001 From: Jesse Weinstein Date: Wed, 13 Mar 2013 16:07:05 -0400 Subject: [PATCH] Bug 403263: Add pref links to menu docs Change-Id: I30c9c775570d091927f56f5212deaf237c66b1a9 Reviewed-on: https://git.eclipse.org/r/11131 Reviewed-by: Sergey Prigogin IP-Clean: Sergey Prigogin Tested-by: Sergey Prigogin --- .../reference/cdt_u_m_edit.htm | 9 +++++++-- .../reference/cdt_u_m_navigate.htm | 2 +- .../reference/cdt_u_m_source.htm | 18 ++++++++++++++---- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm index feebc7e83d8..269cec8c291 100755 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm @@ -5,6 +5,8 @@ Edit Menu actions +
@@ -166,8 +168,11 @@ Smart Insert Mode Toggles the Smart Insert mode (i.e. the - auto-completion features defined in C/C++ > - Editor > Typing) + auto-completion features defined in + command link C/C++ > Editor > Typing + ) Ctrl+Shift+Insert 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 434212a8ca9..6a10b19352c 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 @@ -232,7 +232,7 @@

Note: Other Navigate options are - used with the JDT. Refer to the Java Development User Guide + used with the JDT. Refer to the Java development user guide for details.

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_source.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_source.htm index eb2d37202a7..a2c277a56e1 100755 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_source.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_source.htm @@ -5,6 +5,8 @@ Source Menu actions +

@@ -63,9 +65,12 @@ Format - Apply the full C/C++ - > Code Style > Formatter preferences to the entire contents - of the active editor, or to the selection if there is one + Apply the full + command linkC/C++ > Code Style > Formatter + preferences to the entire contents of the active editor, or to the + selection if there is one Ctrl+Shift+F @@ -97,7 +102,12 @@ Surround With Surround the selected statements with a - code template + code template (as defined in + command linkC/C++ > Editor > Templates + ) + Alt+Shift+Z