Re: [pdt-dev] Using ModelQueryExtension

2008-11-26 Thread Michael Spector
tener is added). > > Thanks, > > Jim > > Sent from my Verizon Wireless BlackBerry > > -Original Message- > From: "Michael Spector" <[EMAIL PROTECTED]> > > Date: Wed, 26 Nov 2008 10:16:57 > To: PDT Developers > Subject: Re: [p

Re: [pdt-dev] Using ModelQueryExtension

2008-11-26 Thread kremens
6:57 To: PDT Developers Subject: Re: [pdt-dev] Using ModelQueryExtension Hi, The extension must be declared as follows in your plugin.xml: BTW, do you see extended elements in regular HTML editor? On Wed, Nov 26, 2008 at 8:02 AM, Jim Kremens <[EMAIL PROTECTED]> wrote:

Re: [pdt-dev] Using ModelQueryExtension

2008-11-26 Thread Michael Spector
Hi, The extension must be declared as follows in your plugin.xml: BTW, do you see extended elements in regular HTML editor? On Wed, Nov 26, 2008 at 8:02 AM, Jim Kremens <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to extend PDT to support custom html tags and attributes

[pdt-dev] Using ModelQueryExtension

2008-11-25 Thread Jim Kremens
Hi all, I'm trying to extend PDT to support custom html tags and attributes. After some confusion, I've implemented the org.eclipse.wst.xml.core.modelQueryExtensions extension point and built a class that extends ModelQueryExtension (thanks for the tip Roy!): package org.fhtml.eclipse.editors;