Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm1
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm39
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm71
3 files changed, 73 insertions, 38 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm
index 27aa87224c8..92ac6b0c33a 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm
@@ -49,6 +49,7 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_pref.htm">C/C++ preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_appearance_pref.htm">Appearance</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build.htm">Build preferences</a><br>
+ <img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build_error_parsers.htm">Error Parsers Options</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build_vars.htm">Build Variables</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_console_pref.htm">Console</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_environment_pref.htm">Environment</a><br>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm
index dd50fa57ee8..0978c253fc6 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm
@@ -13,44 +13,7 @@
<h1>Build preferences</h1>
-<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.make.ui.preferences.BuildSettings)")'>Build</a> preference panel to define global error parsing options.</p>
-<p><img src="../images/pref_panel_build.png" alt="Build Preferences Panel"></p>
-
-<table width="700px" cellpadding="5" cellspacing="0" border="1" >
- <caption><strong>Build Preference Options</strong></caption>
- <colgroup>
- <col width="30%" valign="top" >
- <col width="70%" valign="top" >
- </colgroup>
- <tbody>
- <tr align="center">
- <td><strong>Group</strong></td>
- <td><strong>Description</strong></td>
- </tr>
- <tr valign="top">
- <td><strong>Error Parsers</strong></td>
- <td>Lists the available error parsers and the order in which they are called.
- <ul>
- <li>Click <strong>Add...</strong> to add additional parsers.</li>
- <li>Click <strong>Edit...</strong> to show the Error Parser Options list if applicable.</li>
- <li>Click <strong>Delete</strong> to remove a parser.</li>
- <li>Click <strong>Move Up</strong> to move a parser earlier in the call order.</li>
- <li>Click <strong>Move Down</strong> to remove a parser later in the call order.</li>
- </ul></td>
- </tr>
- <tr valign="top">
- <td><strong>Error Parser Options</strong></td>
- <td>Lists the patterns used by the selected error parser and the order in which they are called.
- <ul>
- <li>Click <strong>Add...</strong> to add a new pattern to the list.</li>
- <li>Click <strong>Delete</strong> to remove a pattern.</li>
- <li>Click <strong>Move Up</strong> to move a pattern earlier in the call order.</li>
- <li>Click <strong>Move Down</strong> to remove a pattern later in the call order.</li>
- <li>Click a pattern to select it for editing.</li>
- </ul></td>
- </tr>
- </tbody>
-</table>
+<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.make.ui.preferences.BuildSettings)")'>Build</a> preference panel to define build options.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
new file mode 100644
index 00000000000..286d018f6b1
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>Error Parser Options</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>Error Parser Options</h1>
+
+<p>Use the <strong>Error Parsers</strong> tab on <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.make.ui.preferences.BuildSettings)")'>
+ Build</a> preference panel to define global error parsing options.</p>
+<p><img src="../images/pref_panel_build.png" alt="Build Preferences Panel"></p>
+
+<table width="700px" cellpadding="5" cellspacing="0" border="1" >
+ <caption><strong>Error Parser Options</strong></caption>
+ <colgroup>
+ <col width="30%" valign="top" >
+ <col width="70%" valign="top" >
+ </colgroup>
+ <tbody>
+ <tr align="center">
+ <td><strong>Group</strong></td>
+ <td><strong>Description</strong></td>
+ </tr>
+ <tr valign="top">
+ <td><strong>Error Parsers</strong></td>
+ <td>Lists the available error parsers and the order in which they are called.
+ <ul>
+ <li>Click <strong>Add...</strong> to add additional parsers.</li>
+ <li>Click <strong>Edit...</strong> to show the Error Parser Options list if applicable.</li>
+ <li>Click <strong>Delete</strong> to remove a parser.</li>
+ <li>Click <strong>Move Up</strong> to move a parser earlier in the call order.</li>
+ <li>Click <strong>Move Down</strong> to remove a parser later in the call order.</li>
+ </ul></td>
+ </tr>
+ <tr valign="top">
+ <td><strong>Error Parser Options</strong></td>
+ <td>Lists the patterns used by the selected error parser and the order in which they are called.
+ <ul>
+ <li>Click <strong>Add...</strong> to add a new pattern to the list.</li>
+ <li>Click <strong>Delete</strong> to remove a pattern.</li>
+ <li>Click <strong>Move Up</strong> to move a pattern earlier in the call order.</li>
+ <li>Click <strong>Move Down</strong> to remove a pattern later in the call order.</li>
+ <li>Click a pattern to select it for editing.</li>
+ </ul></td>
+ </tr>
+ </tbody>
+</table>
+
+<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<br>
+<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
+<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<br>
+<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
+<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
+<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
+<a href="../reference/cdt_o_views.htm">Views</a></p>
+<hr>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ><br>
+<img src="../images/nokiaCopyright.png" ALT="Nokia Copyright Statement" >
+
+</body>
+
+</html> \ No newline at end of file

Back to the top