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 (Editor)
Line 7: Line 7:
  
 
== Editor ==
 
== Editor ==
* CSourceViewerConfiguration and friends are now (will be) public - [http://bugs.eclipse.org/251406 bug 251406]
+
* 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]
 
* 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 ==
 
== 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 07:20, 23 February 2009

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