Re: [Pydev-code] Who instantiates FastPythonPartitionScanner?
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2010-04-24 23:08:34
|
On Sat, Apr 24, 2010 at 5:39 PM, <cla...@at...> 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 |