1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-20 22:55:51 +02:00

[208953] [apidoc] Document how to disable system types by default via plugin_customization.ini

https://bugs.eclipse.org/bugs/show_bug.cgi?id=208953
This commit is contained in:
David Dykstal 2008-06-06 18:26:49 +00:00
parent 9836bd29b2
commit b2c5e27288

View file

@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<!-- David Dykstal (IBM) - [208953] document how to disable system types -->
<meta name="Author" content="IBM"> <meta name="Author" content="IBM">
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@ -53,6 +54,25 @@ The id of the default persistence provider.
This provider is used when new profiles are created and an explicit persistence provider is not set for them. This provider is used when new profiles are created and an explicit persistence provider is not set for them.
The default value is <code>org.eclipse.rse.persistence.MetadataPropertyFileProvider</code> The default value is <code>org.eclipse.rse.persistence.MetadataPropertyFileProvider</code>
</dd> </dd>
<dl>
<dt>org.eclipse.rse.core/{systemTypeID}.systemType.enabled</dt>
<dd>
<p>
This preference allows you to disable installed system types on a product basis.
Values may be true or false.
</p>
<dl>
<dt>true</dt>
<dd>The system type is enabled. Connections of this system type may be created.</dd>
<dt>false</dt>
<dd>The system type is disabled. Connections of this system type may not be created. The system type will be unavailable in the user interface.</dd>
</dl>
<p>The default value is true for each installed system type.</p>
<p>The following example shows how to disable the "telnet" system type.</p>
<xmp>
org.eclipse.rse.core/org.eclipse.rse.systemtype.telnet.systemType.enabled = false
</xmp>
</dd>
</dl> </dl>
<h3>User Interface Preferences</h3> <h3>User Interface Preferences</h3>