summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-01-21 15:32:43 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-01-21 15:32:43 +0100
commit83a262ea9e21400e1f7ab6917c21d1c2b8baa36c (patch)
treef0279dff48fe9dda0b794cef51daf48e200b74cb
parentfa58c6742eeb3f6867083a90a1116ca0a8f0a7e1 (diff)
downloadqt-creator-83a262ea9e21400e1f7ab6917c21d1c2b8baa36c.tar.gz
Doc: methods in current document locator filter
Reviewed-by: con
-rw-r--r--doc/images/qtcreator-locator-method-list.pngbin0 -> 24119 bytes
-rw-r--r--doc/qtcreator.qdoc6
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/images/qtcreator-locator-method-list.png b/doc/images/qtcreator-locator-method-list.png
new file mode 100644
index 0000000000..02eba4df7a
--- /dev/null
+++ b/doc/images/qtcreator-locator-method-list.png
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 26fae15dfd..efefaddd2b 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -5805,8 +5805,10 @@
and .ui files
\o Class and method definitions in your project or anywhere referenced
from your project
+ \o Class and method definitions in the current document
\o Help topics, including Qt documentation
\o Specific line in the document displayed in your editor
+
\endlist
To use a specific locator filter, type the assigned prefix followed by
@@ -5850,6 +5852,10 @@
\o \tt{\bold{: \e{Symbol name}}}
\o \image qtcreator-locator-symbols.png
\row
+ \o Go to a symbol definition in the current file.
+ \o \tt{\bold{. \e{Symbol name}}}
+ \o \image qtcreator-locator-method-list.png
+ \row
\o Go to a help topic.
\o \tt{\bold{? \e{Help topic}}}
\o \image qtcreator-locator-help.png