Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2018-11-26 10:37:05 +0000
committerVikas Chandra2018-11-26 10:37:05 +0000
commit4b8896f426d60d5e1e91f691f62b940b3d86f8e4 (patch)
tree48503847814cb3a3f04303e8d9e876b57909dd52
parent6c4bfd0a92dd02bddc953da422f2067b99268643 (diff)
downloadeclipse.platform.common-4b8896f426d60d5e1e91f691f62b940b3d86f8e4.tar.gz
eclipse.platform.common-4b8896f426d60d5e1e91f691f62b940b3d86f8e4.tar.xz
eclipse.platform.common-4b8896f426d60d5e1e91f691f62b940b3d86f8e4.zip
Bug 541421 - Update documentation for " Provide a way to totally disableI20181126-1800I20181126-0940I20181126-0600
APIAnalysisBuilder " Change-Id: Ia2c8d078f848aabeb6e47278be9a536db8e1e714 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--bundles/org.eclipse.pde.doc.user/guide/images/preferences/plugin_development.pngbin35240 -> 42559 bytes
-rw-r--r--bundles/org.eclipse.pde.doc.user/guide/tools/preference_pages/plug_in_development.htm4
2 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.pde.doc.user/guide/images/preferences/plugin_development.png b/bundles/org.eclipse.pde.doc.user/guide/images/preferences/plugin_development.png
index 696932a8d..d0099a6fb 100644
--- a/bundles/org.eclipse.pde.doc.user/guide/images/preferences/plugin_development.png
+++ b/bundles/org.eclipse.pde.doc.user/guide/images/preferences/plugin_development.png
Binary files differ
diff --git a/bundles/org.eclipse.pde.doc.user/guide/tools/preference_pages/plug_in_development.htm b/bundles/org.eclipse.pde.doc.user/guide/tools/preference_pages/plug_in_development.htm
index c1f52a9b4..b1fa9cada 100644
--- a/bundles/org.eclipse.pde.doc.user/guide/tools/preference_pages/plug_in_development.htm
+++ b/bundles/org.eclipse.pde.doc.user/guide/tools/preference_pages/plug_in_development.htm
@@ -38,6 +38,10 @@ When selected, adds a new item to the window status bar displaying the name of t
When selected, workspace plug-ins override target platform plug-ins. If one or more versions of a plug-in is open in the workspace, then all plug-ins with the same plug-in id get removed from the target platform. When this option is off, all plug-in versions from workspace and target platform are being used.
</p>
+<p><strong>Disable API analysis builder</strong> -
+When selected, it disables API analysis builder totally.
+</p>
+
<h2>Plug-in presentation</h2>
<p>By default, whenever a plug-in or a feature is presented in the UI (i.e. in the outline view, Plug-ins view, editors, etc.), the label shows the plug-in or feature ID followed by the plug-in or feature version. </p>
<p>The <strong>Plug-in presentation</strong> preference is a global setting that allows you to show an alternate label for plug-ins and features composed of the (translated) name of the plug-in or feature followed by the plug-in or feature version. Source plug-in are filtered from views by default. Selecting <strong>Show source plug-ins</strong> will make them visible in the UI.</p>

Back to the top