Skip to content
Snippets Groups Projects
Commit 69ab35d1 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: new refactoring actions


Change-Id: Ieb66d033361a4b4d6836c88ab549a971466b28b6
Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
parent f92b8486
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment