]> granicus.if.org Git - esp-idf/commitdiff
docs: eclipse: Reword sentence, copy to Windows Eclipse guide also
authorAngus Gratton <angus@espressif.com>
Mon, 4 Jun 2018 23:53:59 +0000 (09:53 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 4 Jun 2018 23:53:59 +0000 (09:53 +1000)
Ref https://github.com/espressif/esp-idf/pull/1990

docs/en/get-started/eclipse-setup-windows.rst
docs/en/get-started/eclipse-setup.rst

index 2728eb297073bc7eadb034c0088f3aeaa8a0c4b4..0bfba92262b327400bcd523f2d41b925a1c8f4be 100644 (file)
@@ -61,6 +61,9 @@ Project Properties
 
      * In the list of providers, click "CDT GCC Build Output Parser" and type ``xtensa-esp32-elf-`` at the beginning of the Compiler command pattern, and wrap remaining part with brackets. This means the full Compiler command pattern should be ``xtensa-esp32-elf-((g?cc)|([gc]\+\+)|(clang))``
 
+Navigate to "C/C++ General" -> "Indexer" property page:
+
+* Uncheck "Allow heuristic resolution of includes". When this option is enabled Eclipse sometimes fails to find correct header directories.
 
 Building in Eclipse
 -------------------
index 21e68c11c01b5d1d6c6785363f16ab674484f823..d3102d5a0ba429c523a1666811b53b2d4363d38c 100644 (file)
@@ -65,7 +65,7 @@ Navigate to "C/C++ General" -> "Preprocessor Include Paths" property page:
 
 Navigate to "C/C++ General" -> "Indexer" property page:
 
-* Uncheck "Allow heuristic resolution of includes". When this option is enabled, Eclipse can make some mistakes when eclipse try to find project headers.
+* Uncheck "Allow heuristic resolution of includes". When this option is enabled Eclipse sometimes fails to find correct header directories.
 
 .. _eclipse-build-project: