summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKavindra Palaraja <qtc-committer@nokia.com>2009-01-14 16:53:03 +0100
committerKavindra Palaraja <qtc-committer@nokia.com>2009-01-14 16:53:03 +0100
commit3d3d01c4a3fdf1d7763b66d33d5e76ca729da852 (patch)
treef842125b85cb033456ec860568323a702e59e792 /doc
parent73f9b1755e8dfc584afb4ad31b98c5ad38691f1c (diff)
downloadqt-creator-3d3d01c4a3fdf1d7763b66d33d5e76ca729da852.tar.gz
Fixes: Documentation - more documentation for selection features
RevBy: Discussed with Thorbjorn
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator.qdoc42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 6f6e51f42d..4918da9f61 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -217,6 +217,48 @@
### SCREENSHOT of the editor in action
+
+ \table
+ \row
+ \i Block navigation
+ \i To navigate between blocks, e.g., from one \c{\{} to another
+ \c{\c}}, use \key{Ctrl+[} and \key{Ctrl+]}.
+ \row
+ \i Block selection
+ \i To select a current block, use \key{Ctrl+U}. Pressing
+ \key{Ctrl+U} again extends the selection to the parent block.
+ To deselect, use \key{Ctrl+Shift+U}.
+ \row
+ \i Moving lines up and down
+ \i
+
+ \row
+ \i Completion
+ \i
+
+ \row
+ \i Indenting
+ \i
+ \row
+ \i Commenting or Uncommenting
+ \i
+ \endtable
+
+
+ More:
+
+ Collapse
+
+ Up/Down/Page Up/Page Down - hold ctrl to prevent the cursor from moving
+
+ F2 and Shift F2 - follows symbols under the cursor (works for namespaces, classes, methods, variables, includes, macros).
+
+ F4 - switch header and source
+
+ Ctrl + Scroll wheel -- used to quickly change the font size (handy for presentatiaons)
+
+
+
To switch to an external editor, select \gui{Open in external editor} from
the \gui{Edit -> Advanced} menu.