Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 2.1 RC1 Now Available for Testing

Here is a Whats New I have started for 2.1 feel free to add anything missing.

What's New

Core
• Support for 64 bit binaries (binary parser and debugger)
	
UI
• New Class wizard
• New C/C++ wizards toolbar shortcuts (New Source file/Header file/Source folder/Class).
• C/C++ Outline view supports grouping and filtering
• C/C++ editor code folding
• Makefile editor structured folding
• New Makefile editor preferences
• Code formatting framework.
• New help contribution framework, to support hover help and help book
  linking from within the C/C++ editor.

Debug
• Thread breakpoints.
• Support 64 bit debugging

Launch
• Debug variable support in environment, argument and working directory.
• Changes to support new debugger interface.


Douglas Schaefer wrote:
CDT 2.1 RC1 is now available for testing. Please raise any bugs you find in bugzilla.

The build is available at: http://download.eclipse.org/tools/cdt/builds/2.1.0/RC1

Current bugs: 163

*** Change Report ***

Contributors, please feel free to correct/elaborate/expand. This report was created by going through the results of the Compare with version command (to CDT_2_1_RC0).

Files changed since RC0: 169 (not including test plugins)

Core
- Bug fixes in type cache, indexer, parser
- Changes to framework for code formatter
- Updates to makefiles for win32 libraries

UI
- Bug fixes in class browser, content assist, help provider, new class & file wizards
- Changes to code formatter including new preference page
- Updates to new class wizard (more like a feature deferral)

Build
- Fixes for 1.2.1 import
- Numerous fixes for managed build

Debug
- Fixes for variable management
- New functionality to capture return value of function
- Refactoring of Configuration into Session and Target Configurations
- Move refresh and auto-refresh actions for shared libs and registers from core to MI
- Removed signal manager interface, update manager
- New implementation for expressions for large arrays
- Added support for MI's -interpreter-exec
- Added support for fresh preferences in MI

Doug Schaefer, IBM's Technical Lead, Eclipse CDT
Ottawa Lab, IBM Canada, Rational Software Division
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top