CDT/designsByRelease/API6.0
From Eclipsepedia
< CDT | designsByRelease
Contents |
Breaking API changes
Debugger
- Bug 253778 - ISourceFileRemapping.remapSourceFile needs context info to work correctly.
Backward compatible API changes (new or enhanced API)
Editor
- CSourceViewerConfiguration and friends are now public - bug 251406
- Added abstract class SharedASTJob which allows to access the shared AST of the currently active editor - bug 257982
- Extensions to the ICHelpInvocationContext interface for hover and content assist - bug 261727
Project & Build
- Added new API interface IErrorParser2 - this allows error parser to get untrimmed or long lines from manager, see bug 54812