Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Connection to SourceElementParser


  i almost always go to the plugin.xml source when looking at what extension points i need to implement, rather then the graphic 'form' view.

  all the patch bugs i submitted over the weekend had some action taken on them this morning - so i know at least someone is up.

On 7/9/07, Mark Mandel <mark.mandel@xxxxxxxxx> wrote:
Weird, it didn't show up in my plugin extension display (I swear!)

I'll double check it.  Thanks for all the help, its greatly appreciated.

Btw, is it just you and me awake Jae ;)

Mark

On 7/9/07, Jae Gangemi <jgangemi@xxxxxxxxx> wrote:
>   directly from the plugin.xml in org.eclipse.dltk.python.core
>
>    <extension
>          point=" org.eclipse.dltk.core.sourcePar
> sers">
>       <parser
>
> class="org.eclipse.dltk.python.internal.core.parser.PythonSourceParser
> "
>             nature="org.eclipse.dltk.python.core.nature "
>             priority="0">
>       </parser>
>    </extension>
>    <extension
>          point="org.eclipse.dltk.core.sourceElementParsers
> ">
>       <parser
>
> class="org.eclipse.dltk.python.internal.core.parser.PythonSourceElementParser"
>             nature="org.eclipse.dltk.python.core.nature"
>             priority="0">
>       </parser>
>    </extension>
>
>
> On 7/9/07, Mark Mandel <mark.mandel@xxxxxxxxx> wrote:
> >
> > This may be a stupid questions -
> >
> > Reading the guide for building DLTK parsers.
> >
> > In the guide, it talks about building an extension point for
> > org.eclipse.dltk.core.sourceParsers to connect the
> SourceElementParser
> > to the editor, but I can't see an example of this in the python source
> > I downloaded.
> >
> > Is there something missing, or have a missed the point somewhere?
> >
> > Thanks,
> >
> > Mark
> >
> > --
> > E: mark.mandel@xxxxxxxxx
> > W: www.compoundtheory.com
> > _______________________________________________
> > dltk-dev mailing list
> > dltk-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/dltk-dev
> >
>
>
>
> --
> -jae
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>
>


--
E: mark.mandel@xxxxxxxxx
W: www.compoundtheory.com
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



--
-jae

Back to the top