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"

(Breaking API changes)
(Debugger)
Line 2: Line 2:
  
 
== Debugger ==
 
== Debugger ==
* Bug 253778 - ISourceFileRemapping.remapSourceFile needs context info to work correctly.
+
* [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) =
 
= Backward compatible API changes (new or enhanced API) =

Revision as of 16:50, 4 November 2008

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, see bug 251406

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