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"

 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
to be filled
+
{{warning|Note: The contents of this page refer to design documents of past Eclipse CDT features or features that have never been implemented and therefore may not refer to the current state of CDT. }}
 +
 
 +
[[Category:CDT:Archive]]
 +
 
 +
 
 +
= Breaking API changes =
 +
 
 +
== Debugger ==
 +
*  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253778 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 - [http://bugs.eclipse.org/251406 bug 251406]
 +
* Added abstract class SharedASTJob which allows to access the shared AST of the currently active editor - [http://bugs.eclipse.org/257982 bug 257982]
 +
* Extensions to the ICHelpInvocationContext interface for hover and content assist - [http://bugs.eclipse.org/261727 bug 261727]
 +
 
 +
== Project & Build ==
 +
* Added new API interface IErrorParser2 - this allows error parser to get untrimmed or long lines from manager, see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=54812 bug 54812]

Latest revision as of 14:28, 22 January 2020

Warning2.png
Note: The contents of this page refer to design documents of past Eclipse CDT features or features that have never been implemented and therefore may not refer to the current state of CDT.


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