diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png index 99d958ed577..44acf0bf451 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm old mode 100644 new mode 100755 index f9046de7912..c648d84e533 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm @@ -1,4 +1,4 @@ - + @@ -9,22 +9,73 @@ -

Refactor Menu actions

+
+

Refactor Menu actions

-

Selecting Refactor Menu

+

+ Selecting Refactor Menu +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -

NameFunctionKeyboard Shortcut
Apply Script...Applies a previously saved list of refactorings. 
Create Script...Exports a list of previously done refactorings for later use. 
History...Displays a history of refactorings. 
Rename...Renames selected object (variable, + method, etc...) and propagates changes to other files in project.Alt+Shift+R
Extract Local Variable...Extracts selected subexpression into a new local variable.Alt+Shift+L
Extract Constant...Replaces all instances of selected literal with a named constant.Alt+C
Extract Function...Replaces selected statements with a call to a new function containing them.Alt+Shift+M
Toggle Function DefinitionMoves selected function definition from a header file (in- or outside a class definition) to an implementation file, or back.Alt+Shift+T
Hide Method...Makes selected method private. 
+
+

-NameFunctionKeyboard Shortcut - - Rename... - Renames selected object (variable, method, etc...) and propagates changes to other files in project. - Alt+Shift+R -

- -

-Intel Copyright Statement -

-
+

+ Intel Copyright Statement +

+
+ \ No newline at end of file