afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Make Eclipse NOT modify #include paths in source code #71

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

When changing a file name or folder name (or location) it seems the Eclipse indexer or auto discovery automatically changes the #include paths in affected source files. Sometimes the code becomes unbuildable.

Regardsless, this is undesired. Especially if libraries such as the HAL Drivers files are modified.

Figure out a way to disable this in Eclipse.

Until then, only modify files/file tree/folders directly in the file system (not through Eclipse).

stenbergd commented 9 years ago

There does not seem to be a real solution for this, at least to my knowledge.

Use the suggested work-around and only modify folders and files directly in the file system.