aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-11 15:24:52 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-11 17:12:09 +0200
commitb5e2c2744c4cade45f002a3d284511d05139a8e7 (patch)
treecbf8eaf9394cfe25cc05ab69ab90f65c01f28bc7 /doc
parent2e74eaf4c7e8c9aacc0962bb01aca96729bb1f03 (diff)
Doc: split and remove split buttons
Change-Id: I97980a3540c7dae4b841838ea63adac89b4d40de Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-back.pngbin621 -> 621 bytes
-rw-r--r--doc/images/qtcreator-forward.pngbin626 -> 626 bytes
-rw-r--r--doc/images/qtcreator-remove-split-button.pngbin0 -> 562 bytes
-rw-r--r--doc/images/qtcreator-split-button.pngbin0 -> 642 bytes
-rw-r--r--doc/images/qtcreator-spliteditorview.pngbin58355 -> 25623 bytes
-rw-r--r--doc/src/editors/creator-coding-edit-mode.qdoc24
6 files changed, 15 insertions, 9 deletions
diff --git a/doc/images/qtcreator-back.png b/doc/images/qtcreator-back.png
index 3edd9b0cbc..7d936d0515 100644
--- a/doc/images/qtcreator-back.png
+++ b/doc/images/qtcreator-back.png
Binary files differ
diff --git a/doc/images/qtcreator-forward.png b/doc/images/qtcreator-forward.png
index f73e680308..da9a9e8e83 100644
--- a/doc/images/qtcreator-forward.png
+++ b/doc/images/qtcreator-forward.png
Binary files differ
diff --git a/doc/images/qtcreator-remove-split-button.png b/doc/images/qtcreator-remove-split-button.png
new file mode 100644
index 0000000000..434e31cb06
--- /dev/null
+++ b/doc/images/qtcreator-remove-split-button.png
Binary files differ
diff --git a/doc/images/qtcreator-split-button.png b/doc/images/qtcreator-split-button.png
new file mode 100644
index 0000000000..8ab798c6ed
--- /dev/null
+++ b/doc/images/qtcreator-split-button.png
Binary files differ
diff --git a/doc/images/qtcreator-spliteditorview.png b/doc/images/qtcreator-spliteditorview.png
index 86a5f8db93..e7d99593e5 100644
--- a/doc/images/qtcreator-spliteditorview.png
+++ b/doc/images/qtcreator-spliteditorview.png
Binary files differ
diff --git a/doc/src/editors/creator-coding-edit-mode.qdoc b/doc/src/editors/creator-coding-edit-mode.qdoc
index 10ed5ef1e8..38d0984653 100644
--- a/doc/src/editors/creator-coding-edit-mode.qdoc
+++ b/doc/src/editors/creator-coding-edit-mode.qdoc
@@ -45,17 +45,17 @@
\image qtcreator-editortoolbar-symbols.png
Use the toolbar to navigate between open files and symbols in use.
- To browse forward or backward through your location history, click
+ To browse backward or forward through your location history, click
\inlineimage qtcreator-back.png
- and \inlineimage qtcreator-forward.png
- .
+ (\gui {Go Back}) and \inlineimage qtcreator-forward.png
+ (\gui {Go Forward}).
- To go to any open file, select it from the \gui{Open files} drop-down menu.
+ To go to any open file, select it from the \gui{Open files} drop-down menu (1).
Right-click the menu title and select \gui {Copy Full Path to Clipboard} to
copy the path and name of the current file to the clipboard.
To jump to any symbol used in the current file, select it from the
- \gui Symbols drop-down menu. By default, the symbols are displayed in the
+ \gui Symbols drop-down menu (2). By default, the symbols are displayed in the
order in which they appear in the file. Right-click the menu title and
select \gui {Sort Alphabetically} to arrange the symbols in alphabetic
order.
@@ -72,12 +72,15 @@
\list
\o To split the editor view into a top and bottom view, select
- \gui Window > \gui Split or press \key{Ctrl+E, 2}.
+ \gui Window > \gui Split, press \key{Ctrl+E, 2}, or select the
+ \inlineimage qtcreator-split-button.png
+ (\gui Split) button and then select \gui Split.
Split command creates views below the currently active editor view.
\o To split the editor view into adjacent views, select
- \gui Window > \gui{Split Side by Side} or press \key{Ctrl+E, 3}.
+ \gui Window > \gui{Split Side by Side}, press \key{Ctrl+E, 3}, or
+ select \gui {Split > Split Side by Side}.
Side by side split command creates views to the right of the
currently active editor view.
@@ -88,8 +91,11 @@
press \key{Ctrl+E, O}.
To remove a split view, place the cursor within the view you want to
- remove and select \gui Window > \gui{Remove Current Split} or press
- \key{Ctrl+E, 0}. To remove all but the currently selected split view,
+ remove and select \gui Window > \gui{Remove Current Split}, press
+ \key{Ctrl+E, 0}, or select the
+ \inlineimage qtcreator-remove-split-button.png
+ (\gui {Remove Split}) button. To remove all but the currently selected split
+ view,
select \gui Window > \gui{Remove All Splits} or press \key{Ctrl+E, 1}.
\section1 Using Bookmarks