From a8504b9628e6f849c37004e1727fad67b0c8bc47 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 5 Jun 2018 09:53:59 +1000 Subject: [PATCH] docs: eclipse: Reword sentence, copy to Windows Eclipse guide also Ref https://github.com/espressif/esp-idf/pull/1990 --- docs/en/get-started/eclipse-setup-windows.rst | 3 +++ docs/en/get-started/eclipse-setup.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/get-started/eclipse-setup-windows.rst b/docs/en/get-started/eclipse-setup-windows.rst index 2728eb2970..0bfba92262 100644 --- a/docs/en/get-started/eclipse-setup-windows.rst +++ b/docs/en/get-started/eclipse-setup-windows.rst @@ -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 ------------------- diff --git a/docs/en/get-started/eclipse-setup.rst b/docs/en/get-started/eclipse-setup.rst index 21e68c11c0..d3102d5a0b 100644 --- a/docs/en/get-started/eclipse-setup.rst +++ b/docs/en/get-started/eclipse-setup.rst @@ -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: