aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Palaraja <qtc-committer@nokia.com>2008-12-12 21:50:29 +0100
committerKavindra Palaraja <qtc-committer@nokia.com>2008-12-12 21:50:29 +0100
commit36e7ec989ec19fb4efddd3a47e43123014606b19 (patch)
tree32e5f005a82c3f24f90d265e6a7f8fe5a89669f9
parent33bdffed050dc54b60ef2d79808f3cc5af946a84 (diff)
Fixes: Documentation - removed some repeated information; more cleanups
-rw-r--r--doc/qtcreator.qdoc104
1 files changed, 52 insertions, 52 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index c1c80972014..5f92e04e393 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -114,7 +114,7 @@
The task pane in Qt Creator can display one of four different panes:
\gui{Build Issues}, \gui{Search Results}, \gui{Application Output}, and
- \gui{Compile}. These panes are available in all modes.
+ \gui{Compile Output}. These panes are available in all modes.
\section2 Build Issues
@@ -142,8 +142,8 @@
\section2 Compile
- The \gui{Compile} pane provides all the output from the compiler. In other
- words, it is a more verbose version of information displayed in the
+ The \gui{Compile Output} pane provides all the output from the compiler. In
+ other words, it is a more verbose version of information displayed in the
\gui{Build Issues}
\image qtcreator-compile-pane.png
@@ -600,25 +600,25 @@
\o Function
\o Key Combination
\row
- \o Go to a Line in the Current Document
+ \o Go to a line in the current document
\o Ctrl + K, l, Space, and the line number
\row
- \o Go to a Function Definitions
+ \o Go to a function definition
\o Ctrl + K, :, Space, and the function name
\row
- \o Go to a Help Topic
+ \o Go to a help topic
\o Ctrl + K, ?, Space, and the topic
\row
- \o Go to an Already Opened Document
+ \o Go to an opened document
\o Ctrl + K, o, Space, and the document name.
\row
- \o Go to a File in the File System (browse the file system)
+ \o Go to a file in the file system (browse the file system)
\o Ctrl + K, f, Space, and the file name.
\row
- \o Go to a File in any Loaded Project
+ \o Go to a file in any project currently loaded
\o Ctrl + K, a, Space, and the function name.
\row
- \o Go to a File in the Current Project
+ \o Go to a file in the current project
\o Ctrl + K, p, Space, and the function name.
\endtable
*/
@@ -1041,84 +1041,84 @@
\header
\o Function
\o Key Combination
+
\row
- \o Activate Build & Run Mode
- \o Ctrl + 4
+ \o Activate \gui Welcome mode
+ \o Ctrl + 1
+
+ \row
+ \o Activate \gui Edit mode
+ \o Ctrl + 2
+
\row
- \o Activate Debug Mode
+ \o Activate \gui Debug mode
\o Ctrl + 3
+
\row
- \o Activate Edit Mode
- \o Ctrl + 2
+ \o Activate \gui Projects mode
+ \o Ctrl + 4
+
\row
- \o Activate Help Mode
+ \o Activate \gui Help mode
\o Ctrl + 5
+
\row
- \o Activate Output Mode
+ \o Activate \gui Output mode
\o Ctrl + 6
- \row
- \o Activate Welcome Mode
- \o Ctrl + 1
+
\row
\o Find
\o Ctrl + F
+
\row
- \o Find Next
+ \o Find next
\o F3
\row
- \o Go back to Code Editor (\gui Edit mode: The first press gives
- the editor focus, without closing secondary windows; the second
- press closes all secondary windows. \gui Debug mode or \gui Help
- mode: Switch to \gui Edit mode.)
+ \o Go back to the code editor (\gui Edit mode: The first press
+ gives the editor focus, without closing secondary windows; the
+ second press closes all secondary windows. \gui Debug mode or
+ \gui Help mode: Switch to \gui Edit mode.)
\o Esc
+
\row
- \o Go to a Line
+ \o Go to a line
\o Ctrl + L
+
\row
- \o Start Debugging
+ \o Start debugging
\o F5
+
\row
- \o Stop Debugging
+ \o Stop debugging
\o Shift + F5
+
\row
- \o Toggle Application Output
+ \o Toggle \gui{Application Output} pane
\o Alt + 3
+
\row
- \o Toggle Code Declaration and Definition
+ \o Toggle code declaration and definition
\o F2
+
\row
- \o Toggle Header File and Source File
+ \o Toggle header file and source file
\o F4
+
\row
\o Toggle Side Bar
\o Alt + 0
+
\row
- \o Toggle Task List
+ \o Toggle \gui{Build Issues} pane
\o Alt + 1
+
\row
- \o Toggle Search Results
+ \o Toggle \gui{Search Results} pane
\o Alt + 2
+
\row
- \o Toggle Compile Output
+ \o Toggle \gui{Compile Output} pane
\o Alt + 4
- \row
- \o Select Welcome Mode
- \o Ctrl + 1
- \row
- \o Select Edit Mode
- \o Ctrl + 2
- \row
- \o Select Debug Mode
- \o Ctrl + 3
- \row
- \o Select Build & Run Mode
- \o Ctrl + 4
- \row
- \o Select Help Mode
- \o Ctrl + 5
- \row
- \o Select Output Mode
- \o Ctrl + 6
\endtable
*/