| Summary: | Implement ContentProposalService for Java types | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kamesh Sampath <kamesh.sampath> |
| Component: | Sapphire | Assignee: | Konstantin Komissarchik <konstantin> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | kamesh.sampath, konstantin |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Kamesh Sampath
Copied from Bug354199 for refrence to set the context for this ticket > Regarding the JavaTypeContentProposal – i see that the JDT > TypeCompletionProcessor is implemented differently and it requires text > controls work with wherein we have decoupled the usage of text control and > computing just proposals by using our Framework Service Pattern . Am not sure > we could reuse the code, Ok. That's a good reason for re-use being not feasible. > when I meant PDE its not including PDE plugin since PDE is already implicity > included when we are building the plugin(s) those classes are already in the > classpath via the requirements for ManifestEditor. PDE plugins aren't on the classpath of Sapphire runtime bundles. I think you might be confusing runtime environment with development environment. If you based your implementation on PDE, then we will have to fork the code. > If there are IP problems with me submitting this patch, you can take the > JavaTypeProposal service and publish under your contribution. That would be a violation of Eclipse Legal rules. The quickest and least-effort way to get any of this work merged is to split off Java type proposal portion into a separate bugzilla entry with a separate patch that builds on this one. With less code to review, we can finish this part quicker. Then we can move on to the Java type portion where I can go over the process involved when you copy code from another Eclipse project. Assigned to Kamesh. Deferring to 0.5 release. Removing release target since there hasn't been any activity here since September. Let me know if you are still interested in working on this. No worries, since am in middle of someother work is worth removing the release target will let you know when i start back on this. Thanks |