summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Palaraja <qtc-committer@nokia.com>2009-02-04 12:02:56 +0100
committerKavindra Palaraja <qtc-committer@nokia.com>2009-02-04 12:02:56 +0100
commit1f3a96a1e8fbfbcfa316a9391ba9f8b6c05f9371 (patch)
tree1bbdbc0080eea1e37b3931b7e235480a5e8ab2d4
parentbbca68fbb9267bb43475107ab0f09730d265d9e6 (diff)
downloadqt-creator-1f3a96a1e8fbfbcfa316a9391ba9f8b6c05f9371.tar.gz
Fixes: Doc - some more documentation for The Code Editor section
-rw-r--r--doc/qtcreator.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index f9e55ba866..21fd3d91f5 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.