1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fixes incorrect command-links on Console and Debug pref panels

This commit is contained in:
L. Frank Turovich 2010-04-20 02:01:52 +00:00
parent c7d41662a4
commit e750d3bff2
2 changed files with 13 additions and 2 deletions

View file

@ -6,13 +6,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Console 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>Console preferences</h1>
<p>You can customize the appearance of the messages that appear in the <strong>Console</strong> view.</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.debug.ui.CDebugPreferencePage)")'>Console</a> preference panel to customize the appearance of messages that appear in the <strong>Console</strong> view.</p>
<p><img src="../images/cdt_pref_build_console.png" alt="Console Preferences Panel"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" >
@ -21,6 +22,16 @@
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<thead>
<tr>
<th>
<b>Option</b>
</th>
<th>
<b>Description</b>
</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Always clear console before building</strong></td>

View file

@ -13,7 +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.ui.preferneces.CBuildConsolePreferernces)")'>Build</a> preference panel to define global error parsing options.</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.make.internal.ui.preferences.BuildSettingsPreferencePage)")'>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" >