What's new in the CDT? |
|
What's New in 2.0 |
Builds can now be performed in the background.
Searches can now be performed in the background.
Automatically generate project defines and include paths settings from the C/C++ > New Make Projects > Discovery Options project settings.
Define specific files, especially C++ headers without extensions, using the C/C++ File Types global preferences or project property.
Building from multiple binary formats? Choose the appropriate formats using the Binary Parser project option.
Enable the editor hyperlink navigation and then you can use Ctrl+click to jump to the declaration of an item on the C/C++ editor.
Enable C/C++ indexing and indexer error reporting in the C/C++ Indexer properties. This helps identify projects missing path configuration information.
Use the Outline or the C/C++ Editor Refactor > Rename context menu to refactor class & type names, methods, function & member names.
Use Open Type to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations and namespaces.
Configure the default behavior of the automatic retrieval of shared library and register information in the C/C++ debugger.
You can now set the compiler command for managed projects.
Standard Make now parses response from Make command to populate paths and symbols.
Now supports some of the GNU extensions to the ANSI specification.
You can now open Include files from the Outline View.
You can now perform selection searches from the C/C++ Editor
Search now supports external files referenced using #include.
You can now browse the structure of your Makefile in Outline View.
Content Assist now produces proposals from classes and structure members, local & global variables, pre-processor defines, pre-processor commands.
Content Assist now supports C++.
What's New in 1.2 |
Find out what's new in CDT 1.2.
You can search the projects in your workspace for references to, declarations or definitions of, particular elements. Only header files referenced by a source file in your workspace are included in a search.
You can now create a Managed build and have makefiles generated for you.
The error parsers are now extension-points that can contributed by other plug-ins. The error parsers are used to detect errors or warnings or informational messages from compilers, linkers, etc... during a build.
Support changing/enabling default make targets for each workbench build type. New default build location setting.
You can now make changes the Error Parser Configuration. You can change the order in which error parsers are applied or disable them entirely.
You can also specify which paths to include during a Make and customize preprocessor symbols to ensure proper indexing and search capabilities.
Notes:
There are a number of "build error parsers" (the things that turn compiler error messages into objects that we can put into the error lists). If one parser cannot figure out what the message means, then the system moves to the next one in the list.
Make targets now support Stop on error build option and ability to change the default build command.
Old Standard Make projects will be automatically updated to support the new options. If update is declined, then selecting Update Old Make project... from the context menu of the project will update the project to a new Standard Make project.
You can now select the number system (natural, decimal, hexadecimal) used to display variables and expressions.
In the Variable view, a detail pane has been added to let you see the value of a selected variable. This is practical when looking at a string (char *).
In the Variable view, a variable can be cast to a different type or be restored to its original type. Also, a pointer can be cast to an array type.
The value of variables are queried at every step.
This can be time-consuming on certain embedded targets. The automatic query of variables can be disabled. Manual queries are now an option.
A new source locator in the Run/Debug dialog box makes it possible to add directories to search, mapping, and the order of the search.
For GDB/MI code, two new actions are added in the launch view, stop-on-solib and auto-load-symbols. Stop-on-solib will force the debugger to stop on any shared library events. Auto load will load the symbols for any shared library.
Arrays are now separated into ranges, to limit the possibility of a timeout on large arrays.
You can keep track of previous release-specific developments in the CDT.
For more information, see http://www.eclipse.org/cdt/ > CDT Project Management/Plans. The Official CDT Plans section lists previous releases.