Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/Archive/designsByRelease/API6.0

< CDT‎ | Archive‎ | designsByRelease
Revision as of 07:20, 23 February 2009 by Unnamed Poltroon (Talk) (Editor)

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

Back to the top