Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm
new file mode 100644
index 00000000000..350968b9e15
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Property Pages Settings preferences</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+<body>
+
+<h1>Property Pages Settings preferences</h1>
+
+<p>These settings affect behaviour of CDT property pages.</p>
+<p><img src="../images/cdt_pref-prop-pages.png" alt="Property Pages Settings preferences tab"></p>
+<dl>
+ <dt>Show 'Manage Configurations...' button</dt>
+ <dd>Shows or hides corresponding button, normally placed on every property page.<br>
+ If this button is hidden, Manage operation can be accessed from Main Menu or Context Menu.</dd>
+ <dt>Display 'Data hierarchy' tab</dt>
+ <dd>Displays auxilliary tab which allows browsing data of project configurations.
+ This feature is useful for debug purposes mostly, so it's disabled by default.</dd>
+ <dt>Display 'Tool Chain Editor' tab</dt>
+ <dd>Shows or hides corresponding tab. Normally, users need not to edit tool chains manually.</dd>
+ <dt>Save property dialog bounds</dt>
+ <dd>Defines how property dialog parameters will be preserved:
+ <ul>
+ <li>Save dialog size only (position is set by system).
+ <li>Save dialog and position (next time, dialog will be shown on the same place with the same size).
+ <li>Do not save at all (size and position is set by system each time when dialog is shown).
+ </ul>
+ </dd>
+ <dt>Discovery profiles naming rule</dt>
+ <dd>Discovery profiles have unique IDs, but their names may be duplicate,
+ expecially if they are contributed by different developers. So there
+ are 4 way to distinguish them in the list on Discovery tab:
+ <ul>
+ <li>Show names if they are unique. Else show Name + ID.
+ <li>Show names if they are unique. Else show IDs only.
+ <li>Always show Name + ID.
+ <li>Always show IDs only.
+ </ul>
+ </dd>
+ <dt>Restore Defaults</dt>
+ <dd>Sets all parameters to default values</dd>
+ <dt>Apply</dt>
+ <dd>Saves current settings.</dd>
+</dl>
+
+</body>
+
+</html>

Back to the top