aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-02-28 14:32:03 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-02-28 15:43:27 +0100
commit69ab35d19975b13beedc093aec01117ec7cd8caf (patch)
treee3e40556ab179afc6f7ccacd3d615a97c91a4fbf /doc
parentf92b8486afb99643476d166bf56dcd323c93ab3d (diff)
Doc: new refactoring actions
Change-Id: Ieb66d033361a4b4d6836c88ab549a971466b28b6 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-editors.qdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 442c23714d3..9ee0fb0b2a8 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -1208,6 +1208,9 @@
\endlist
+ The search results are stored in the search history (1) from which you can
+ select earlier searches.
+
\note You can use \gui{Advanced Find} also to search for symbols. For more
information, see \l{Finding Symbols}.
@@ -1628,6 +1631,16 @@
protected, private, public slot, protected slot, or private slot.
\o Method name
\row
+ \o Switch with Next/Previous Parameter
+ \o Moves a parameter down or up one position in a parameter list.
+ \o Parameter in the declaration or definition of a fuction or method
+ \row
+ \o Extract Method
+ \o Moves the selected code to a new method and replaces the block of
+ code with a call to the new method. Enter a name for the method in
+ the \gui {Extract Function Refactoring} dialog.
+ \o Block of code selected
+ \row
\o Add Local Declaration
\i
Adds the type of an assignee, if the type of the right-hand side of the assignment