From 1f3a96a1e8fbfbcfa316a9391ba9f8b6c05f9371 Mon Sep 17 00:00:00 2001 From: Kavindra Palaraja <qtc-committer@nokia.com> Date: Wed, 4 Feb 2009 12:02:56 +0100 Subject: [PATCH] Fixes: Doc - some more documentation for The Code Editor section --- doc/qtcreator.qdoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index f9e55ba866d..21fd3d91f58 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -230,29 +230,29 @@ To deselect, use \key{Ctrl+Shift+U}. \row \i Moving lines up and down - \i + \i Use \key{Ctrl+Shift+Up} and \key{Ctrl+Shift+Down} \row \i Completion - \i + \i Use \key{Ctrl+Space} \row \i Indenting Blocks - \i + \i Use \key{Ctrl+I} \row - \i Commenting or Uncommenting Blocks - \i + \i Commenting or uncommenting blocks + \i Use \key{Ctrl+\/} \row - \i Switch between Header and Source + \i Switch between header file and source file \i Use \key{F4}. \row - \i Increasing and Decreasing Font Size + \i Increasing and decreasing font size \i Use \key{Ctrl+Scroll Wheel} \row - \i Follow Symbols under The Cursor + \i Follow symbols under the cursor \i Use \key{F2} and \key{Shift+F2}. This feature works with namespaces, classes, methods, variables, include statements, and macros. -- GitLab