Specific Q about extension schema [message #306008] |
Mon, 17 July 2006 22:23  |
Eclipse User |
|
|
|
Originally posted by: wharley.bea.com
I would like an element like this in my extension point definition:
<contentDescription shortDescription="foo">
Longer description, blah blah blah
</contentDescription>
That is, an element that has an attribute for a short string and that uses
its body text for a longer (possibly formatted, in the future) string.
Is this possible in the Eclipse extension point schema? I can't figure out
how to get the schema editor to represent this.
Thanks!
|
|
|
|
Re: Specific Q about extension schema [message #306051 is a reply to message #306008] |
Wed, 19 July 2006 03:30  |
Eclipse User |
|
|
|
Originally posted by: tom_eicher.ch.ibm.com
Hi Walter,
All I know is that elements with body content are possible. I don't know
whether a combination of attributes and body content is possible, though.
(AFAIK, even if the schema and manifest editors do not support it, I
believe you will still be able to create such an extension point,
contribute to it and read it in in your code.)
-tom
Walter Harley wrote:
> I would like an element like this in my extension point definition:
>
> <contentDescription shortDescription="foo">
> Longer description, blah blah blah
> </contentDescription>
>
>
> That is, an element that has an attribute for a short string and that uses
> its body text for a longer (possibly formatted, in the future) string.
>
> Is this possible in the Eclipse extension point schema? I can't figure out
> how to get the schema editor to represent this.
>
> Thanks!
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.24900 seconds