Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » provisionaldefinition
provisionaldefinition [message #180911] Thu, 05 October 2006 15:59 Go to next message
Neil Goldsmith is currently offline Neil GoldsmithFriend
Messages: 68
Registered: July 2009
Member
For this ext point:

<extension point="org.eclipse.wst.sse.ui.editorConfiguration">

What exactly does this element do:

<provisionaldefinition
type="preferencepages"
value="org.eclipse.wst.sse.ui.preferences.xml.colors"
target="org.eclipse.core.runtime.xml" />

I'd like to configure my own set of pref. pages for my editor. I tried to
change this prov. def using my target and my pref page, but didn't seem to
get anywhere. I can't find any detailed documentation for it either.



thanks
Re: provisionaldefinition [message #181767 is a reply to message #180911] Sun, 22 October 2006 02:15 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Neil Goldsmith wrote:
> For this ext point:
>
> <extension point="org.eclipse.wst.sse.ui.editorConfiguration">
>
> What exactly does this element do:
>
> <provisionaldefinition
> type="preferencepages"
> value="org.eclipse.wst.sse.ui.preferences.xml.colors"
> target="org.eclipse.core.runtime.xml" />
>
> I'd like to configure my own set of pref. pages for my editor. I tried to
> change this prov. def using my target and my pref page, but didn't seem to
> get anywhere. I can't find any detailed documentation for it either.

It's a mechanism for associating "magic string" IDs for use by
specific function. This one is for defining a list of preference
page IDs to be shown when the user invokes the Preferences action
from the editor context menu of an XML file.
http://www.eclipse.org/webtools/wst/components/sse/designs/E ditorConfiguration.html
highlights how the extension point can be used. What target string
were you using, and where did it come from?

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:eclipse 3.2 tomcat5 server fails to start
Next Topic:ExecutionException
Goto Forum:
  


Current Time: Thu Apr 25 09:16:49 GMT 2024

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

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

Back to the top