| Summary: | [CVS UI] Missing CVS properties | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Kevin McGuire <Kevin_McGuire> |
| Component: | Team | Assignee: | Platform-VCM-Inbox <platform-vcm-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 14128 | ||
| Bug Blocks: | |||
|
Description
Kevin McGuire
I thought so too...
I can't get this to work. I loaded our old VCM code (which used to work) and it
doesn't work either. Our adapter factory is not getting called.
Did something change in the way property sources are accumulated? I register an
adapter factory against, for example, an IFile. Then I implement
public Object getAdapter(Object adaptableObject, Class adapterType) {
if (IPropertySource.class == adapterType) {
return myPropertySource;
}
}
but it is never getting called. What am I doing wrong? How do you register a
property source against someone else's object (which already has a property
source)? Consulting the UI team.
You can't (and couldn't in 1.0 either) To support this the workbench would have to make ResourcePropertySource extendable via an extension point. CVS properties show up when you select in the repositories view. Perhaps this is what Kevin is thinking of. Yes, we had some halucinations over here. Thanks for the clarification... look forward to a feature request in the near future. :-) future - need UI support Reopening This bug has not been touched in 2 years. Closing as WONTFIX. If you feel this bug is important, feel free to reopen it. |