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"

(Project & Build)
Line 1: Line 1:
== Parsers ==
+
= Breaking API changes =
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=251406 bug 251406]
+
 
 +
= Backward compatible API changes (new or enhanced API) =
 +
 
 +
== Editor ==
 +
* CSourceViewerConfiguration and friends are now public, see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=251406 bug 251406]
  
 
== Project & Build ==
 
== 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]
 
* 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]

Revision as of 04:24, 24 October 2008

Breaking API changes

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