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 dcb1841e67b..f277cf6992f 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 @@ -1,7 +1,7 @@
- + @@ -11,10 +11,359 @@ td {border-top: solid thin black;} img[alt] {background-color:#ffdddd;} tr {vertical-align: top;} -Note: "New and Noteworthy" for previous versions is at the bottom of this file.
+See What's new in CDT 6.0 on the CDT wiki; +may contain other information. +
+ +
+ Editor
+ |
+ |
+ Rename in File + |
+ The rename refactoring now works interactively in the editor.
+ Changing an identifier simultaneously changes all other references to that identifier.
+
|
+
+ Add Include + |
+ Add Include significantly improved.
+
|
+
+ Outline View + |
+
+
|
+
+ Macro Exploration + |
+ Improved Macro Exploration control.
+
|
+
+ Block selection mode + |
+ Block selection mode now works in the CDT editor.
+
|
+
+ C style block commenting + |
+ C style block commenting (Ctrl-Shift-/) improved + + | +
+ Indexing
+ |
+ |
+ Implicit references and overloaded operators + |
+
+
+ Index support for implicit references and overloaded operators:
+
|
+
+ Navigation and Search
+ |
+ |
+ Open Declaration + |
+ Open Declaration (F3) improved, particularly for unresolved symbols.
+ Open Declaration is capable of detecting potential matches. +
|
+
+ Refactoring
+ |
+ |
+ Extract local variable + |
+ Extract local variable + + | +
+ Project and Build
+ |
+ |
+ Converters + |
+
+
|
+
+ Working Sets + |
+
+
|
+
+ Make Targets View + |
+
+
|
+
+ Error and Problem management + |
+ ErrorParserManager has been significantly simplified and improved. See bug 264715 and its subtasks.
+
In the Problems View, external file locations (outside of the workspace) have been moved to the Location + column and associated with "Open External Location" menu. +
|
+
+ Debug and Launch
+ |
+ |
+ DSF Integration + |
+ DSF (Eclipse Debugger Services Framework) integrated. See DSF features for more information. | +
+ Launch Group + |
+
+ New "Launch Group" launch configuration. Allows to launch several processes at once. +
|
+
+ Bugs fixed
+ |
+ |
+ Bugs fixed + |
+ Bugs fixed in this release: + + CDT 6.0 bug fixes + + | +
CDT 5.0 includes new features in Editor, Call Hierarchy, Refactoring, Indexer, Projects & Build, and Debug.
@@ -75,7 +424,8 @@ See What's New in CDT 5.0
diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_callh2.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_callh2.png new file mode 100644 index 00000000000..3ab58d36d72 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_callh2.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_editor.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_editor.png new file mode 100644 index 00000000000..57ce324bdd6 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_editor.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_indexer_preferences.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_indexer_preferences.png new file mode 100644 index 00000000000..5991378bf65 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_indexer_preferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_search.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_search.png new file mode 100644 index 00000000000..f3b3c4bbc8f Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_search.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_syntax_preferences.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_syntax_preferences.png new file mode 100644 index 00000000000..48e2162c231 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_OO_syntax_preferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_block_mode.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_block_mode.png new file mode 100644 index 00000000000..8f1dc1ffe4b Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_block_mode.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_group_methods_prefernce2.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_group_methods_prefernce2.png new file mode 100644 index 00000000000..f62de55cc53 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_group_methods_prefernce2.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_inactive_code_outline.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_inactive_code_outline.png new file mode 100644 index 00000000000..0a9b6a3c05e Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_inactive_code_outline.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_macro_hover.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_macro_hover.png new file mode 100644 index 00000000000..1aa1e389ceb Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_macro_hover.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_open_declaration.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_open_declaration.png new file mode 100644 index 00000000000..1e2a1761047 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_open_declaration.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_outline_group_methods2.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_outline_group_methods2.png new file mode 100644 index 00000000000..b8ea4149f29 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT6.0_outline_group_methods2.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/EPM-multi.png b/doc/org.eclipse.cdt.doc.user/images/60/EPM-multi.png new file mode 100644 index 00000000000..ac98405bb16 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/EPM-multi.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/MTV-DND.png b/doc/org.eclipse.cdt.doc.user/images/60/MTV-DND.png new file mode 100644 index 00000000000..32fdd07a96a Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/MTV-DND.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/MTV.png b/doc/org.eclipse.cdt.doc.user/images/60/MTV.png new file mode 100644 index 00000000000..34cd81c8c15 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/MTV.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/New_cdtwsconfig_wsContextMenu.png b/doc/org.eclipse.cdt.doc.user/images/60/New_cdtwsconfig_wsContextMenu.png new file mode 100644 index 00000000000..ea0fa0c0d7f Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/New_cdtwsconfig_wsContextMenu.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/New_cdtwsconfig_wsProperties.png b/doc/org.eclipse.cdt.doc.user/images/60/New_cdtwsconfig_wsProperties.png new file mode 100644 index 00000000000..369cdff85a6 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/New_cdtwsconfig_wsProperties.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/PV-extloc.png b/doc/org.eclipse.cdt.doc.user/images/60/PV-extloc.png new file mode 100644 index 00000000000..1622ca715bc Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/PV-extloc.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/RenameInFile.png b/doc/org.eclipse.cdt.doc.user/images/60/RenameInFile.png new file mode 100644 index 00000000000..75494d4f302 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/RenameInFile.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/60/Run_debug_launch_group.png b/doc/org.eclipse.cdt.doc.user/images/60/Run_debug_launch_group.png new file mode 100644 index 00000000000..0ee298125a7 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/Run_debug_launch_group.png differ