On Sat, Apr 24, 2010 at 5:39 PM, <[email protected]> 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 [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
