The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3670944:

That\'s a file that pydev creates with some completion information... It\'s 
strange that it\'s in your directory, it should always be created under the 
.metadata -- actually, one for each project under the .metadata directory.

On a second note, I\'ve just taken a look at the code and it seems that at 
org.python.pydev.plugin.nature.PythonNature.getCompletionsCacheDir(IProject), 
it may be that it tries to save information for a project that was deleted and 
in that case a null directory is returned -- which could make pydev create that 
file at the current directory instead of inside the .metadata (so, it\'s safe 
to delete it as that info is from a deleted project -- also, please report that 
as a bug -- referencing this comment).

Cheers,

Fabio

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to