diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm index f277cf6992f..d0d800887da 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -42,6 +42,23 @@ may contain other information.
+
+
Refactoring
+
+
Give the new local variable a name
+Add Include
@@ -58,7 +75,7 @@ may contain other information. - +C style block commenting
-
-
Extract local variable
-texthere
+
Note that the file may be within a folder inside the project, e.g. the "src" folder.
This file opens in a default editor. It contains C++ template code for the Hello World example project you selected earlier.
Note: You can specify a different editor, and add or modify existing code templates in Window > Preferences.
In addition, the Outline view has also been populated @@ -97,8 +98,8 @@ corresponding text in the editor is highlighted.
To run your application:
A new Run Configuration is created. Its name and path to the executable are provided by the project ('Hello World' in our case). diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm index 6961d0e91fb..8584641ac21 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm @@ -17,13 +17,14 @@ breakpoints, suspending executed programs, stepping through your code, and examining the contents of variables.
To debug a project:
The Debug window opens.
The Debug Configurations dialog opens.
You can now select this debug launch configuration by name the next time that you debug this project.
-You will be prompted to switch to the Debug Perspective. Click Yes
You will now see the debug perspective with the hello.exe application window open. The C/C++ editor repositions in the perspective.
Click here to see an illustration.
To ensure the accuracy of the C/C++ Projects view and the ability to successfully
diff --git a/doc/org.eclipse.cdt.doc.user/images/60/refactorExtractLocalVar.png b/doc/org.eclipse.cdt.doc.user/images/60/refactorExtractLocalVar.png
new file mode 100644
index 00000000000..cabb23f2507
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/refactorExtractLocalVar.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/60/refactor_after.png b/doc/org.eclipse.cdt.doc.user/images/60/refactor_after.png
new file mode 100644
index 00000000000..22941e29e70
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/refactor_after.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/60/refactor_before.png b/doc/org.eclipse.cdt.doc.user/images/60/refactor_before.png
new file mode 100644
index 00000000000..365c137bdea
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/refactor_before.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/60/refactor_varname.png b/doc/org.eclipse.cdt.doc.user/images/60/refactor_varname.png
new file mode 100644
index 00000000000..e9400017ecb
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/refactor_varname.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml b/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml
index 343f003e636..90a708a4145 100644
--- a/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml
+++ b/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml
@@ -7,7 +7,7 @@
-