Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xtext/PublishedAPI"

(New page: === APIs we might want to mark as published in M6 === # The grammar language - The grammar language should only be enhanced without breaking esiting grammars from M6 on. # org.eclipse.xte...)
 
(APIs we might want to mark as published in M6)
Line 1: Line 1:
 
 
=== APIs we might want to mark as published in M6 ===
 
=== APIs we might want to mark as published in M6 ===
 
# The grammar language - The grammar language should only be enhanced without breaking esiting grammars from M6 on.
 
# The grammar language - The grammar language should only be enhanced without breaking esiting grammars from M6 on.
 
# org.eclipse.xtext.crossref.IScopeProvider   
 
# org.eclipse.xtext.crossref.IScopeProvider   
 
# org.eclipse.xtext.crossref.IScope
 
# org.eclipse.xtext.crossref.IScope
 +
 +
Note that many of our primary hooks are based on API published:
 +
# EMF Resource
 +
# EMF EValidator
 +
# JFace ILabelProvider
 +
# JFace ContentAssistProcessor
 +
# ...

Revision as of 15:48, 10 February 2009

APIs we might want to mark as published in M6

  1. The grammar language - The grammar language should only be enhanced without breaking esiting grammars from M6 on.
  2. org.eclipse.xtext.crossref.IScopeProvider
  3. org.eclipse.xtext.crossref.IScope

Note that many of our primary hooks are based on API published:

  1. EMF Resource
  2. EMF EValidator
  3. JFace ILabelProvider
  4. JFace ContentAssistProcessor
  5. ...

Back to the top