From 69ab35d19975b13beedc093aec01117ec7cd8caf Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Date: Tue, 28 Feb 2012 14:32:03 +0100
Subject: [PATCH] Doc: new refactoring actions

Change-Id: Ieb66d033361a4b4d6836c88ab549a971466b28b6
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
---
 doc/src/editors/creator-editors.qdoc | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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}.
 
@@ -1627,6 +1630,16 @@
             definition into the class declaration. The function can be public,
             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
-- 
GitLab