mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
bug 289168: [RegexErrorParser] Update Help
Separated "Error Parsers tab" chapter into a separate file
This commit is contained in:
parent
8b4a2fbab5
commit
8123cb69ed
5 changed files with 88 additions and 47 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -58,7 +58,7 @@ Note that that kind of parser needs to be the first to be able to provide the CW
|
|||
</ul>
|
||||
</p>
|
||||
|
||||
<p>To customize Error parsers do following:
|
||||
<p>To customize error parsers do following:
|
||||
</p>
|
||||
<p>
|
||||
<ol>
|
||||
|
@ -66,7 +66,7 @@ Note that that kind of parser needs to be the first to be able to provide the CW
|
|||
<li>Expand <strong>C/C++</strong>.</li>
|
||||
<li>Select <strong>Error Parsers</strong> tab.</li>
|
||||
<li>Select error parser or <strong>Add</strong> a new one.</li>
|
||||
<li>Follow <a href="../reference/cdt_u_pref_build.htm">Build preferences</a> to define your custom patterns</li>
|
||||
<li>Follow <a href="../reference/cdt_u_pref_build_error_parsers.htm">Error Parser Options</a> to define your custom patterns</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
|
@ -75,10 +75,16 @@ Note that that kind of parser needs to be the first to be able to provide the CW
|
|||
<br><a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a>
|
||||
</p>
|
||||
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br><a href="cdt_o_builderrors.htm">Tracking down compilation errors</a>
|
||||
</p>
|
||||
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br><a href="../reference/cdt_u_newproj_parser_error.htm">Error Parsers, C/C++ Properties window</a>
|
||||
<br><a href="../reference/cdt_u_console_view.htm">Console View</a>
|
||||
<br><a href="../reference/cdt_u_problems_view.htm">Problems View</a>
|
||||
<br><a href="../reference/cdt_u_pref_build.htm">Build preferences</a>
|
||||
<br><a href="../reference/cdt_u_pref_build_error_parsers.htm">Error Parser Options</a>
|
||||
<br><a href="../reference/cdt_u_newproj_parser_error.htm">Error Parsers, C/C++ Properties</a>
|
||||
</p>
|
||||
|
||||
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
|
||||
|
|
|
@ -55,16 +55,16 @@
|
|||
<!-- PREFERENCE TOPICS -->
|
||||
<topic label="C/C++ preferences" href="reference/cdt_u_c_pref.htm">
|
||||
<topic label="Appearance" href="reference/cdt_u_appearance_pref.htm"/>
|
||||
<topic href="reference/cdt_u_pref_build.htm" label="Build preferences">
|
||||
<topic href="reference/cdt_u_pref_build_vars.htm" label="Build Variables">
|
||||
</topic>
|
||||
<topic href="reference/cdt_u_pref_build.htm" label="Build preferences">
|
||||
<topic label="Error Parsers Options" href="reference/cdt_u_pref_build_error_parsers.htm"/>
|
||||
<topic label="Build Variables" href="reference/cdt_u_pref_build_vars.htm"/>
|
||||
<topic label="Console" href="reference/cdt_u_console_pref.htm"/>
|
||||
<topic label="Environment" href="reference/cdt_u_environment_pref.htm"/>
|
||||
<topic label="Make Targets" href="reference/cdt_u_make_pref.htm" />
|
||||
<topic label="Makefile Editor" href="reference/cdt_u_makefile_settings_pref.htm" >
|
||||
<topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/>
|
||||
<topic label="Makefile Editor" href="reference/cdt_u_makefile_settings_pref.htm">
|
||||
<topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Code Style preferences" href="reference/cdt_u_c_code_style_pref.htm">
|
||||
<topic label="Code Templates" href="reference/cdt_u_c_code_templates_pref.htm"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue