Fixed autocompletion for eclipse project.
By adding build project as a reference project.
This commit is contained in:
parent
cea1bc1aa4
commit
0be90fe893
1
.project
1
.project
@ -3,6 +3,7 @@
|
|||||||
<name>ArduPilotMega-Source@ardupilotone</name>
|
<name>ArduPilotMega-Source@ardupilotone</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
|
<project>ArduPilotMega@ardupilotone-unix</project>
|
||||||
</projects>
|
</projects>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
|
@ -58,6 +58,10 @@ Building using eclipse
|
|||||||
properly. Source and header files for most languages are under the Text tree.
|
properly. Source and header files for most languages are under the Text tree.
|
||||||
Add "*.pde" as a C++ Source.
|
Add "*.pde" as a C++ Source.
|
||||||
|
|
||||||
|
Autocompletion:
|
||||||
|
|
||||||
|
Right click on source project -> Properties -> Project References -> apm-build Project
|
||||||
|
|
||||||
Advanced:
|
Advanced:
|
||||||
|
|
||||||
* Regenerating the eclipse source project file:
|
* Regenerating the eclipse source project file:
|
||||||
|
Loading…
Reference in New Issue
Block a user