Thanks for the reply, and sorry for the top-posting; my web-based client does not work well any other way.
The FastPythonPartitionScanner class looks like interesting code. What would it take to finish it? Just from looking at the code, I notice:
1) No constructor for the class.
2) The PyCodeScanner class (is this unused? i.e. only used with FastPythonPartitionScanner) seems to have a cut and paste error:
public void updateColors() {
setupRules();
}
The setupRules() call seems to be from a cut and pasted method.
3) How much would plugin.xml for org.python.pydev have to change to use the new scanner? Is the extension point the same as for the current scanner?
Just curious how close the combination of FastPythonPartitionScanner, PyCodeScanner, and PyColoredScanner are to being completed and useful.
Thanks,
Clark
-------------- Original message from Fabio Zadrozny <fabi...@gmail.com>: --------------
> On Sat, Apr 24, 2010 at 5:39 PM,wrote:
> > Searching for FastPythonPartitionScanner only turns up one hit, in
> > FastPythonPartitionScanner.java. Who instantiates this scanner?
> > I thought that I had downloaded a ZIP file of all the source code from
> > SourceForge, following a link from pydev.org. However, some code must be
> > missing from that ZIP file. For example, the pydev.core directory tree is
> > not there. I then found another ZIP file that was twice as large and
> > included the core directory and some others, but still no luck in searching
> > on FastPythonPartitionScanner.
>
>
> That class isn't really used. It's an initial attempt to replace the
> actual scanner: org.python.pydev.core.docutils.PyPartitionScanner (but
> still didn't get to the point of replacing it).
>
> Cheers,
>
> Fabio
>
> ------------------------------------------------------------------------------
> _______________________________________________
> pydev-code mailing list
> pydev-code@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-code
------------------------------------------------------------------------------
_______________________________________________ pydev-code mailing list pydev-code@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-code