[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Extending palette Web Page Editor

Hi everybody,
I'm trying to improve my Web Page Editor with additional librairies of tags.
I find some solution on the web but they are not working.


The first solution I have found is to use the extension point org.eclipse.jst.jsf.common.standardMetaDataFiles. I create my XML file similary to the existing one in the plugin standarttag used in Eclipse. This solution don't work for me.

The second solution is to use the extension point org.eclipse.jst.pagedesigner.pageDesignerExtension. I success in modifying the palette but it is now empty.

I think the first solution is the solution I need, but I don't unterstand why it is not working for me.

Thank you
Thomas