I installed PyDev so that I can edit my Python files in Eclipse with syntax highlighting. The projects are all C++ projects that use scons for building.
Now, whenever I add a Python file to any project, including SConstruct and SConscript files, Eclipse automatically adds the PyDev nature to the project. I don't want it to do that - our other devs don't have PyDev installed so I don't want to check the .project in with that added. I keep manually removing the PyDev nature but it keeps adding it back again.
Is there any way to disable this behavior?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I installed PyDev so that I can edit my Python files in Eclipse with syntax highlighting. The projects are all C++ projects that use scons for building.
Now, whenever I add a Python file to any project, including SConstruct and SConscript files, Eclipse automatically adds the PyDev nature to the project. I don't want it to do that - our other devs don't have PyDev installed so I don't want to check the .project in with that added. I keep manually removing the PyDev nature but it keeps adding it back again.
Is there any way to disable this behavior?