A change in /documentation/tutorial/developing-plone-with-eclipse
Jean-Michel FRANCOIS <jeanmichel.francois-KrWsbXNwm3YigG9O6qpYOgC/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.documentation |
|---|---|
| Organization | Makina-Corpus |
| Message-ID | <[email protected]> |
Hi,
I just have read this great tutorial
http://plone.org/documentation/tutorial/developing-plone-with-eclipse
and i would like to propose a modification:
on #8, setting-up-pythonpath-in-eclipse
It would be nice to show that a buildout can add all instance eggs and
zope code in your pydev project's PYTHON PATH just by adding this to the
current buildout:
[pydev]
recipe = pb.recipes.pydev
pydevproject_path = ${buildout:directory}/.pydevproject
eggs = ${instance:eggs}
extra_paths = ${zope2:location}/lib/python/
So you have just by running the buildout and refresh the project get all
the code completion. I was first used to omelette, but it skip zipped
eggs, so with that one i have all packages available on code completion.
JeanMichel FRANCOIS,
Makina-Corpus
------------------------------------------------------------------------------