Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » 'default' XML attribute in preference page
'default' XML attribute in preference page [message #78310] Thu, 19 June 2003 06:38 Go to next message
Eclipse UserFriend
Originally posted by: yohai.attunity.co.il

Hi,
Recently, i moved to work with eclipse2.1. Since then i got a warning
regarding a preference page i've added through the extention point.
The warning is in the XML file, claiming that the 'default' attribute is
unknown. This warning didn't appear when i worked with eclipse's old
version.
Is there a different legal way to initialize default values? Has the
preference pages conception changed?
Thank you,
Yohai.

attached my code -
<extension

point="org.eclipse.ui.preferencePages">

<page

name="new preference"

default="false;60;"

category="..."

class="..."

id="...">

</page>

</extension>



____________________________________________________________ ______ ICQ#:
81309797 Current ICQ status: + More ways to contact me
____________________________________________________________ ______
Re: 'default' XML attribute in preference page [message #79862 is a reply to message #78310] Sun, 22 June 2003 03:22 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Previously, the manifest editor didn't report problems like this. A lot of
people, including me, were surprised to discover they had been writing
incorrect extensions. Check the help for org.eclipse.ui.preferencePages.
There is no default attribute. Don't know if this was a change.

Bob

"Yohai Danon" <yohai@attunity.co.il> wrote in message
news:bcri8o$35j$1@rogue.oti.com...
> Hi,
> Recently, i moved to work with eclipse2.1. Since then i got a warning
> regarding a preference page i've added through the extention point.
> The warning is in the XML file, claiming that the 'default' attribute is
> unknown. This warning didn't appear when i worked with eclipse's old
> version.
> Is there a different legal way to initialize default values? Has the
> preference pages conception changed?
> Thank you,
> Yohai.
>
> attached my code -
> <extension
>
> point="org.eclipse.ui.preferencePages">
>
> <page
>
> name="new preference"
>
> default="false;60;"
>
> category="..."
>
> class="..."
>
> id="...">
>
> </page>
>
> </extension>
>
>
>
> ____________________________________________________________ ______ ICQ#:
> 81309797 Current ICQ status: + More ways to contact me
> ____________________________________________________________ ______
>
>
Previous Topic:Examples from Plattform Plug-in Developer Guide
Next Topic:Update Manager
Goto Forum:
  


Current Time: Thu Jul 18 19:31:34 GMT 2024

Powered by FUDForum. Page generated in 0.04457 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top