Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » extends CSSContentOutlineConfiguration
extends CSSContentOutlineConfiguration [message #160072] Fri, 10 February 2006 09:59 Go to next message
Eclipse UserFriend
Originally posted by: kroka.atlas.cz

Hello,
I need to extend CSSContentOutlineConfiguration to customize Outline view
over the CSS files.
I am trying to do something like this:

<extension point="org.eclipse.wst.sse.ui.extendedconfiguration">
<configuration
type="contentoutlineconfiguration"
class="xxxx.xxxx.MyView" <!-- extendet class from
CSSContentOutlineConfiguration -->
target="org.eclipse.wst.css.core.csssource" />
</extension>

But it rais an error "Unknown extension point:
'org.eclipse.wst.sse.ui.extendedconfiguration'."

Please, can you help me with this problem?
Thanx Krokan
Re: extends CSSContentOutlineConfiguration [message #160287 is a reply to message #160072] Fri, 10 February 2006 20:54 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

krokan wrote:
> Hello,
> I need to extend CSSContentOutlineConfiguration to customize Outline
> view over the CSS files.
> I am trying to do something like this:
>
> <extension point="org.eclipse.wst.sse.ui.extendedconfiguration">
> <configuration
> type="contentoutlineconfiguration"
> class="xxxx.xxxx.MyView" <!-- extendet class from
> CSSContentOutlineConfiguration -->
> target="org.eclipse.wst.css.core.csssource" />
> </extension>
>
> But it rais an error "Unknown extension point:
> 'org.eclipse.wst.sse.ui.extendedconfiguration'."
>
> Please, can you help me with this problem? Thanx Krokan

The extension point was revamped for 1.0 so that it could be
validated by the PDE. You'll find up-to-date documentation at
http://www.eclipse.org/webtools/wst/components/sse/designs/E ditorConfiguration.html
.. And of course, the CSS UI plugin uses that extension point
itself, if you need working examples.

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Inserting into the DOM
Next Topic:How to programatically get the content from a JavaScript editor
Goto Forum:
  


Current Time: Wed Apr 24 18:35:53 GMT 2024

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

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

Back to the top