Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm
index bef615d9c7c..abdfef3cce9 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm
@@ -6,20 +6,27 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Editor preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
+ <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>
<h1>Save actions</h1>
-<p>Use the <strong>Save Actions</strong> preference panel to configure actions performed by C/C++ editor while saving
-a file. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Save Actions</strong> to make changes.</p>
+<p>Use the <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.internal.ui.preferences.SaveActionsPreferencePage)")'>Save Actions</a> preference panel to configure actions performed by the C/C++ editor while saving a file.</p>
+<p><img src="../images/editor_save_actions_preferences.png" alt="Save Actions Preferences"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
- <caption><strong>Editor Preference Options</strong></caption>
+ <caption><strong>Save Actions Preference Options</strong></caption>
<colgroup>
- <col width="30%" valign="top" >
- <col width="70%" valign="top" >
+ <col width="35%" valign="top" >
+ <col width="65%" valign="top" >
</colgroup>
+ <thead>
+ <tr>
+ <th><b>Option</b></th>
+ <th><b>Description</b></th>
+ </tr>
+ </thead>
<tbody>
<tr>
<td><strong>Remove trailing whitespace</strong></td>

Back to the top