1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Bug 559674: adjust plugin references to point to new plugin name

..plus fix some typos in developer docs.

Change-Id: Ic71281d5e8a7d28c7e8a9ec313240e710b07f661
Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
This commit is contained in:
Martin Weber 2020-06-04 19:50:39 +02:00 committed by Alexander Fedorov
parent 48961a341b
commit 169c74728f
6 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/de.marw.cdt.cmake.core/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/de.marw.cdt.cmake.core/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
</contentExtension>

View file

@ -53,7 +53,7 @@
<element name="tool">
<annotation>
<documentation>
Specifies the details for detectiion of a specific compiler by its executable name and how the include paths, preprocessor defines and preprocessor un-defines are processed.
Specifies the details for detection of a specific compiler by its executable name and how the include paths, preprocessor defines and preprocessor un-defines are processed.
</documentation>
</annotation>
<complexType>
@ -109,7 +109,7 @@ the Foobar company:
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;
To provide online help that lists the supported compilers anlong with and the recognized arguments,
To provide online help that lists the supported compilers along with the recognized arguments,
the extension point &lt;code&gt;org.eclipse.help.contentExtension&lt;/code&gt; can be used.&lt;br/&gt;
Plugin &lt;i&gt;org.eclipse.cdt.cmake.is.core.doc&lt;/i&gt; provides predefined help-anchors that allow to integrate the online help:
&lt;ol&gt;
@ -121,9 +121,9 @@ Example file &lt;code&gt;help_content_extension.xml&lt;/code&gt;:
&lt;pre&gt;
&lt;contentExtension&gt;
&lt;contribution content=&quot;doc/compiler.xhtml#lsp&quot;
path=&quot;/de.marw.cdt.cmake.core/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list&quot;/&gt;
path=&quot;/org.eclipse.cdt.cmake.is.core.doc/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list&quot;/&gt;
&lt;contribution content=&quot;doc/compiler.xhtml#builtins&quot;
path=&quot;/de.marw.cdt.cmake.core/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list&quot;/&gt;
path=&quot;/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list&quot;/&gt;
&lt;/contentExtension&gt;
&lt;/pre&gt;
&lt;/p&gt;
@ -142,8 +142,8 @@ Some predifined parsers for tool arguments can be found in the classes &lt;code&
<meta.section type="implementation"/>
</appinfo>
<documentation>
The plugin org.eclipse.cdt.cmake.is.intel provides implementations for various compiler made by Intel Corp.&lt;/br&gt;
See, for example &lt;code&gt;org/eclipse/cdt/cmake/is/intel/IcpcToolDetectionParticipant.java&lt;/code&gt;.
The plugin &lt;i&gt;org.eclipse.cdt.cmake.is.intel&lt;i&gt; provides implementations for various compiler made by Intel Corp.&lt;/br&gt;
See, for example &lt;code&gt;org.eclipse.cdt.cmake.is.intel.IcpcToolDetectionParticipant.java&lt;/code&gt;.
</documentation>
</annotation>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/de.marw.cdt.cmake.core/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/de.marw.cdt.cmake.core/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
</contentExtension>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/de.marw.cdt.cmake.core/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
<!-- built-ins detection is not supported
<contribution content="doc/compiler.xhtml#builtins"
path="/de.marw.cdt.cmake.core/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
-->
</contentExtension>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/de.marw.cdt.cmake.core/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
</contentExtension>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/de.marw.cdt.cmake.core/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/languageSettingsProviders.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/de.marw.cdt.cmake.core/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
<contribution content="doc/compiler.xhtml#builtins_enhanced"
path="/de.marw.cdt.cmake.core/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_enhanced_list"/>
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_enhanced_list"/>
</contentExtension>