1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Revised Breakpoint Actions, Common Source Lookup, Editor, File Types, Debug, and Language Mapping preference panels for CDT-7.0.

This commit is contained in:
L. Frank Turovich 2010-04-19 01:54:40 +00:00
parent 01b33ac701
commit 06ce0b8fbe
12 changed files with 122 additions and 56 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -6,21 +6,26 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Editor preferences</title> <title>Editor preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Editor preferences</h1> <h1>Editor preferences</h1>
<p>Use the <strong>Editor</strong> preference panel to control the appearance of text highlighting in C/C++ editors.</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.ui.preferences.CEditorPreferencePage)")'>Editor</a> preference panel to control the appearance of text highlighting in C/C++ editors.</p>
<p><img src="../images/editor_general_preferences.png" alt="Editor Preferences Dialog Box"></p> <p><img src="../images/editor_general_preferences.png" alt="Editor Preferences Panel"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
<caption><strong>Editor Preference Options</strong></caption> <caption><strong>Editor Preference Options</strong></caption>
<colgroup> <colgroup>
<col width="30%" valign="top" > <col width="30%" valign="top" >
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center">
<td><strong>Options</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr> <tr>
<td><strong>Smart caret positioning in identifiers</strong></td> <td><strong>Smart caret positioning in identifiers</strong></td>
<td>If enabled, there are additional word boundaries inside identifiers.</td> <td>If enabled, there are additional word boundaries inside identifiers.</td>

View file

@ -4,21 +4,38 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>C/C++ File Types page, Preferences window</title> <title>File Types preference (C/C++)</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>C/C++ File Types page, Preferences window</h1> <h1>File Types preference (C/C++)</h1>
<p>You can define which file extensions are linked to specific languages.</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.ui.preferences.CFileTypesPreferences)")'>File Types</a> preference panel to define which file extensions are linked to specific languages.</p>
<p><img src="../images/cdt_pref_file_types.png" alt="File Types Preferences Dialog Box"></p> <p><img src="../images/cdt_pref_file_types.png" alt="File Types Preferences Preference Panel"></p>
<dl>
<dt>New</dt> <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
<dd>Add a new File Type definition.</dd> <caption><strong>File Types Preference Options</strong></caption>
<dt>Remove</dt> <colgroup>
<dd>Remove the currently selected File Type definition.</dd> <col width="35%" valign="top" >
</dl> <col width="65%" valign="top" >
</colgroup>
<tbody>
<tr align="center">
<td><strong>Options</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><strong>New...</strong></td>
<td>Add a new File Type definition.</td>
</tr>
<tr>
<td><b>Remove</b></td>
<td>Remove the currently selected File Type definition.</td>
</tr>
</tbody>
</table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>

View file

@ -6,32 +6,36 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Breakpoint Actions preferences</title> <title>Breakpoint Actions preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Breakpoint Actions preferences</h1> <h1>Breakpoint Actions preferences</h1>
<p>Use the <strong>Breakpoint Actions</strong> page in the Preferences window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</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.breakpointactions.ActionsPreferencePage)")'>Breakpoint Actions</a> page in the <b>Preferences</b> window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</p>
<p><img src="../images/cdt_pref_brk_action.png" width="581" height="527" alt="Breakpoint Actions preference page"></p> <p><img src="../images/cdt_pref_brk_action.png" alt="Breakpoint Actions preference page"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="4" cellspacing="0" border="1" >
<caption><strong>Breakpoint Actions Preference Options</strong></caption> <caption><strong>Breakpoint Actions Preference Options</strong></caption>
<colgroup> <colgroup>
<col width="30%" valign="top" > <col width="30%" valign="top" >
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr align="center" >
<td width="30%" valign="top"><strong>New...</strong></td> <td><strong>Options</strong></td>
<td valign="top"><p>To create a new breakpoint action, click <strong>New</strong>. </p> <td><strong>Description</strong></td>
</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Edit...</strong></td> <td valign="top"><strong>New...</strong></td>
<td valign="top">To create a new breakpoint action, click <strong>New</strong>.</td>
</tr>
<tr>
<td valign="top"><strong>Edit...</strong></td>
<td valign="top">To edit the currently selected action, click <strong>Edit</strong>. In the Action dialog box that appears, edit the action settings, then click <strong>OK</strong>. </td> <td valign="top">To edit the currently selected action, click <strong>Edit</strong>. In the Action dialog box that appears, edit the action settings, then click <strong>OK</strong>. </td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Delete</strong></td> <td valign="top"><strong>Delete</strong></td>
<td valign="top">To delete the currently selected action, click <strong>Delete</strong>. </td> <td valign="top">To delete the currently selected action, click <strong>Delete</strong>. </td>
</tr> </tr>
</tbody> </tbody>

View file

@ -6,14 +6,15 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Common Source Lookup Path preferences</title> <title>Common Source Lookup Path preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Common Source Lookup Path preference</h1> <h1>Common Source Lookup Path preference</h1>
<p>Use the <strong>Common Source Lookup Path</strong> preference page to add or remove source containers.</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.SourcePreferencePage)")'>Common Source Lookup Path</a> preference page to add or remove source containers.</p>
<p><img src="../images/debug_src_pref.png" alt="Debug Source Code Locations Preferences" width="627" height="544"></p> <p><img src="../images/debug_src_pref.png" alt="Debug Source Code Locations Preferences" ></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
@ -24,9 +25,13 @@
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center">
<td valign="top"><strong>Options</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr> <tr>
<td width="99" valign="top"><strong>Add...</strong></td> <td width="99" valign="top"><strong>Add...</strong></td>
<td width="475"><p>Opens the <strong>Add Source</strong> dialog to insert a new source container of one of the following types:</p> <td width="475">Opens the <strong>Add Source</strong> dialog to insert a new source container of one of the following types:<br /><br />
<ul> <ul>
<li>File System Directory</li> <li>File System Directory</li>
<li>Path Mapping</li> <li>Path Mapping</li>
@ -38,11 +43,11 @@
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Edit...</strong></td> <td valign="top"><strong>Edit...</strong></td>
<td>Opens the <strong>Edit File System Director</strong>y dialog to modify the currently selected souce container.</td> <td>Opens the <strong>Edit File System Director</strong>y dialog to modify the currently selected source container.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Remove</strong></td> <td valign="top"><strong>Remove</strong></td>
<td>Remove the currently selected souce container.</td> <td>Remove the currently selected source container.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Up</strong></td> <td valign="top"><strong>Up</strong></td>

View file

@ -4,34 +4,64 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Debug page, Preferences window</title> <title>Debug Preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Debug page, Preferences window</h1> <h1>Debug preferences</h1>
<p>You can manipulate any of the common predefined debug settings by clicking <strong>Window &gt; Preferences &gt; C/C++ &gt; Debug</strong>.</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)")'>Debug</a> preference panel in the <b>Preferences</b> window to manage common globally defined debug settings.</p>
<img src="../images/debug_pref.png" alt="Debug Preferences"> <img src="../images/debug_pref.png" alt="Debug Preferences">
<dl>
<dt>Show Full Paths</dt> <p />
<dd>Select this checkbox to show the full path to files and directories.</dd> <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
<dt>Default variable format:</dt> <caption><b>Debug Preference Options</b></caption>
<dd>Select the default variable format from either Natural, Decimal or Hexidecimal.</dd> <colgroup>
<dt>Default expression format:</dt> <col width="35%" valign="top" >
<dd>Select the default expression format from either Natural, Decimal or Hexidecimal.</dd> <col width="65%" valign="top" >
<dt>Default register format:</dt> </colgroup>
<dd>Select the default register format from either Natural, Decimal or Hexidecimal.</dd> <tbody>
<dt>Maximum number of instructions:</dt> <tr align="center">
<dd>Enter the maximum number of disassembly instruction to be shown in the Disassembly view.</dd> <td ><b>Options</b></td>
<dt>Color of source lines:</dt> <td ><b>Description</b></td>
<dd>Select the color of source lines in the mixed source/disassembly mode.</dd> </tr>
</dl> <tr>
<td><b>Show Full Paths</b></td>
<td>Select this checkbox to show the full path to files and directories.</td>
</tr>
<tr>
<td><b>Default variable format</b></td>
<td>Select the default variable format from either Natural, Hexidecimal, Decimal or binary.</td>
</tr>
<tr>
<td><b>Default expression format</b></td>
<td>Select the default expression format from either Natural, Hexidecimal, Decimal or binary.</td>
</tr>
<tr>
<td><b>Default register format</b></td>
<td>Select the default register format from either Natural, Hexidecimal, Decimal or binary.</td>
</tr>
<tr>
<td><b>Character encoding</b></td>
<td>Select a character encoding scheme from the dropdown list.</td>
</tr>
<tr>
<td><b>Maximum number of displayed instructions</b></td>
<td>Enter the maximum number of disassembly instruction to be shown in the Disassembly view.</td>
</tr>
<tr>
<td><b>Color of source lines</b></td>
<td>Select the color of source lines in the mixed source/disassembly mode.</td>
</tr>
<tr>
<td><b>Show source files in binaries</b></td>
<td>Select this checkbox to show the source files in binaries.</td>
</tr>
</tbody>
</table>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body> </body>
</html> </html>

View file

@ -6,24 +6,29 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Language Mappings preferences</title> <title>Language Mappings preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Language Mappings preferences</h1> <h1>Language Mappings preferences</h1>
<p>Customize the use of C/C++ language associations in the <strong>Language Mappings</strong> preference panel for the workspace. </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.ui.preferences.LanguageMappings)")'>Language Mappings</a> preference panel to customize the use of C/C++ language associations for the workspace. </p>
<p><img src="../images/view_language_mappings_prefs.png" width="627" height="544" alt="Language Mappings preferences"></p> <p><img src="../images/view_language_mappings_prefs.png" alt="Language Mappings preferences"></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" > <table width="600" cellpadding="5" cellspacing="0" border="1" fgcolor="DDD" >
<caption> <caption>
<strong>Language Mappings Options</strong> <strong>Language Mappings Preference Options</strong>
</caption> </caption>
<colgroup> <colgroup>
<col width="30%" valign="top" > <col width="30%" valign="top" >
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center">
<td><strong>Options</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr> <tr>
<td width="171" valign="top"><strong>Content Type </strong></td> <td width="171" valign="top"><strong>Content Type </strong></td>
<td width="503" valign="top">The content type associated with the language. </td> <td width="503" valign="top">The content type associated with the language. </td>
@ -33,13 +38,13 @@
<td valign="top">The language associated with the content type. </td> <td valign="top">The language associated with the content type. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Add</strong></td> <td valign="top"><strong>Add...</strong></td>
<td valign="top"><p>Click to show the <strong>Add Mapping</strong> dialog where you define the content type and language associated with it. </p> <td valign="top">Click to show the <strong>Add Mapping</strong> dialog where you define the content type and language associated with it.<br />
<p align="center"><img src="../images/view_add_mapping.png" width="216" height="134" alt="Add Mapping dialog"></p></td> <p align="center"><img src="../images/view_add_mapping.png" alt="Add Mapping dialog"></p></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Remove</strong></td> <td valign="top"><strong>Remove</strong></td>
<td valign="top">Click to remove the selected langauge mapping. </td> <td valign="top">Click to remove the selected language mapping. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>