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:
parent
48961a341b
commit
169c74728f
6 changed files with 16 additions and 16 deletions
|
@ -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>
|
|
@ -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:
|
|||
</pre>
|
||||
</p>
|
||||
<p>
|
||||
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 <code>org.eclipse.help.contentExtension</code> can be used.<br/>
|
||||
Plugin <i>org.eclipse.cdt.cmake.is.core.doc</i> provides predefined help-anchors that allow to integrate the online help:
|
||||
<ol>
|
||||
|
@ -121,9 +121,9 @@ Example file <code>help_content_extension.xml</code>:
|
|||
<pre>
|
||||
<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>
|
||||
</pre>
|
||||
</p>
|
||||
|
@ -142,8 +142,8 @@ Some predifined parsers for tool arguments can be found in the classes <code&
|
|||
<meta.section type="implementation"/>
|
||||
</appinfo>
|
||||
<documentation>
|
||||
The plugin org.eclipse.cdt.cmake.is.intel provides implementations for various compiler made by Intel Corp.</br>
|
||||
See, for example <code>org/eclipse/cdt/cmake/is/intel/IcpcToolDetectionParticipant.java</code>.
|
||||
The plugin <i>org.eclipse.cdt.cmake.is.intel<i> provides implementations for various compiler made by Intel Corp.</br>
|
||||
See, for example <code>org.eclipse.cdt.cmake.is.intel.IcpcToolDetectionParticipant.java</code>.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue