Fixed autocompletion for eclipse project.

By adding build project as a reference project.
This commit is contained in:
James Goppert 2011-10-31 01:28:52 -04:00
parent cea1bc1aa4
commit 0be90fe893
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<name>ArduPilotMega-Source@ardupilotone</name>
<comment></comment>
<projects>
<project>ArduPilotMega@ardupilotone-unix</project>
</projects>
<buildSpec>
</buildSpec>

View File

@ -58,6 +58,10 @@ Building using eclipse
properly. Source and header files for most languages are under the Text tree.
Add "*.pde" as a C++ Source.
Autocompletion:
Right click on source project -> Properties -> Project References -> apm-build Project
Advanced:
* Regenerating the eclipse source project file: