From 0be90fe893d64a6c1c9f81967fde1407f82a47b3 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Mon, 31 Oct 2011 01:28:52 -0400 Subject: [PATCH] Fixed autocompletion for eclipse project. By adding build project as a reference project. --- .project | 1 + README.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.project b/.project index e6215fa3bb..db4ffb2294 100644 --- a/.project +++ b/.project @@ -3,6 +3,7 @@ ArduPilotMega-Source@ardupilotone + ArduPilotMega@ardupilotone-unix diff --git a/README.txt b/README.txt index 887a5fc6e9..50d0d38478 100644 --- a/README.txt +++ b/README.txt @@ -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: