From 72bc739a297cad711eecf4a66d9382c25bce2f00 Mon Sep 17 00:00:00 2001 From: Martin Weber Date: Thu, 8 Jul 2021 22:18:40 +0200 Subject: [PATCH] Bug 564349 - Update docs, UI strings and bundle descriptions Change-Id: I00eeae3406ef83d34eba7f713b411692073ec323 Signed-off-by: Martin Weber --- cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties | 2 +- .../doc/html/builtins-detection.xhtml | 7 +------ .../doc/html/supported-compilers.xhtml | 8 ++++---- cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/toc.xml | 2 +- .../doc/topics_Tasks.xml | 2 +- cmake/org.eclipse.cdt.jsoncdb.core.doc/plugin.properties | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 4 ++-- .../core/ui/internal/IndexerSupportPreferencePage.java | 2 +- cmake/org.eclipse.cdt.jsoncdb.core/plugin.properties | 9 +++++---- .../org.eclipse.cdt.jsoncdb.core/schema/participant.exsd | 4 +++- .../org.eclipse.cdt.jsoncdb.hpenonstop/plugin.properties | 2 +- cmake/org.eclipse.cdt.jsoncdb.intel/plugin.properties | 2 +- .../org.eclipse.cdt.jsoncdb.microsoft/plugin.properties | 2 +- cmake/org.eclipse.cdt.jsoncdb.nvidia/plugin.properties | 2 +- 14 files changed, 25 insertions(+), 27 deletions(-) diff --git a/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties b/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties index b48897a5f88..355d6ab585f 100644 --- a/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties +++ b/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties @@ -1,4 +1,4 @@ -bundleName=C/C++ CMake Build Support for ARM C compilers +bundleName=JSON Compilation Database Parser Support for ARM C compilers Bundle-Vendor = Eclipse CDT Bundle-Copyright = 2019 Martin Weber\n\ diff --git a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml index ff1d8355b01..fcbc19327c4 100644 --- a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml +++ b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml @@ -17,12 +17,7 @@ td {

Compiler Built-ins Detection Support Overview

-

CDT CMake support can detect compiler-built-in include paths and preprocessor macros.
- Unfortunately, it has no knowledge about the generated build system structure, the compile_commads.json - file generated by CMake only reports source-files. To avoid the cost of running the built-ins detector for - each source-file, CDT CMake support assumes that compiler built-ins - are the same for each source-file in a CMake project. Therefore, detection is run just once - (on the first source file found per language) per Eclipse project. +

JSON Compilation Database Parser support can detect compiler-built-in include paths and preprocessor macros.

Invariant Built-ins Detection Support

diff --git a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml index b1a8e93715e..e4c2b391975 100644 --- a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml +++ b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml @@ -2,7 +2,7 @@ -Available Compiler Support for the Indexer +Available Compiler Support for the JSON Compilation Database Parser