Skip to main content

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

  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

Back to the top