| Summary: | Make the EDT compiler extensible | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Matt Heitz <mheitz> |
| Component: | EDT | Assignee: | Matt Heitz <mheitz> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | pharmon, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | Extensibility_Compile | ||
|
Description
Matt Heitz
Jeff did the renaming mentioned above. The new terminology for the generation side is GenerationContribution which implements GenerationContributor. The extension point names have changed as well. Example code can be found in JavaGenerationContribution. (In reply to comment #1) > Jeff did the renaming mentioned above. The new terminology for the generation > side is GenerationContribution which implements GenerationContributor. The > extension point names have changed as well. Example code can be found in > JavaGenerationContribution. Scratch that...the new new names are GenerationContributor and GenerationContributable. (In reply to comment #2) > the new new names are GenerationContributor and GenerationContributable. Actually, the names are GenerationContributor and GenerationRegistry. I have updated the following classes to add the ability to get the current compiler from the org.eclipse.edt.compiler.Context that is used by the EGL2Mof code: Context Processor SDKContext EGLC AbstractProcessingQueue IDEContext WorkingCopyGenerationOperation This is being deferred out of 0.8 I3. We still have some open issues regarding how SQL statements should be implemented in the "core" vs. the "extension". I will discuss them with Tim and continue the work for the next release. Defer to 0.8.2. This was completed (mainly by Justin and Paul) in 0.8.2 M3. Closing. |