Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Archive/designsByRelease/API6.0"

m (Editor)
m (Jonah.kichwacoders.com moved page CDT/designsByRelease/API6.0 to CDT/Obsolete/designsByRelease/API6.0)
Line 1: Line 1:
 +
{{warning|Note: The contents of this page is obsolete, but it may still contain some interesting tid-bits.}}
 +
 +
[[Category:CDT:Obsolete]]
 +
 
= Breaking API changes =
 
= Breaking API changes =
  

Revision as of 21:40, 16 January 2020

Warning2.png
Note: The contents of this page is obsolete, but it may still contain some interesting tid-bits.

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