1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 21:05:37 +02:00

Revised Appearance, Makefile Editor, Settings, Code Style, and Code Template pref panels

This commit is contained in:
L. Frank Turovich 2010-04-18 19:17:49 +00:00
parent e4694d3d57
commit a7a536c6c1
15 changed files with 105 additions and 143 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -1,86 +0,0 @@
<!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>Console preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</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><img src="../images/cdt_pref_build_console.png" alt="Console Preferences Panel"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>Console Preference Options</strong></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td><strong>Always clear console before building</strong></td>
<td>Select this option to clear the contents of the Console view every time you perform a build.</td>
</tr>
<tr>
<td><strong>Open console when building</strong></td>
<td>Select this option to open the Console view when you perform a build.</td>
</tr>
<tr>
<td><strong>Bring console to top when building (if present)</strong></td>
<td>Select this option to make the Console view the active window when you perform a build.</td>
</tr>
<tr>
<td><strong>Limit console output (#lines)</strong></td>
<td>Specify the maximum number of lines that can display in the Console view.</td>
</tr>
<tr>
<td><strong>Display tab width</strong></td>
<td>Specify the number of spaces for a tab.</td>
</tr>
<tr>
<td><strong>Output text color</strong></td>
<td>Customize the color of text in the Console view.</td>
</tr>
<tr>
<td><strong>Information message text color</strong></td>
<td>Customize the color of information text messages in the Console view.</td>
</tr>
<tr>
<td><strong>Error message text color</strong></td>
<td>Customize the color of error messages in the Console view.</td>
</tr>
<tr>
<td><strong>Background color</strong></td>
<td>Customize the background color in the Console view.</td>
</tr>
<tr>
<td><strong>Background color for build problems</strong></td>
<td>Customize the background color of build problems in the Console view.</td>
</tr>
<tr>
<td><strong>Highlighting color for build problems</strong></td>
<td>Customize the highlighting color of build problems in the Console view.</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" >
</body>
</html>

View file

@ -6,18 +6,19 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Code Style preferences</title> <title>Code Style 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>Code Style preferences</h1> <h1>Code Style preferences</h1>
<p>Use the <strong>Code Style</strong> preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</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.ui.preferences.CodeFormatterPreferencePage)")'>Code Style</a> preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</strong> to make changes.</p>
<p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p> <p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p>
<table border="1" cellspacing="0" cellpadding="5" width="600" summary="All options"> <table border="1" cellspacing="0" cellpadding="5" width="600" summary="All options">
<thead> <thead>
<tr> <tr>
<th> <th>
<b>Action</b> <b>Option</b>
</th> </th>
<th> <th>
<b>Description</b> <b>Description</b>

View file

@ -14,10 +14,9 @@
Code templates Code templates
</h1> </h1>
<p>The <p>The
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeTemplatePreferencePage)")'> <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.CodeTemplatePreferencePage)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the Code Templates preference page"> Code Templates</a> preference panel lets you configure the format of newly generated code stubs, comments and files.</p>
<strong>C/C++ &gt; Code Style &gt; Code Templates</strong></a> preference page <p><img src="../images/pref_panel_code_templates.png" alt="Code Templates Preferences Window"></p>
lets you configure the format of newly generated code stubs, comments and files.</p>
<p>The code templates page contains templates that are used by actions that generate code and/or source files. <p>The code templates page contains templates that are used by actions that generate code and/or source files.
E.g. the New Class wizard uses source and header file templates to create new files and code templates to insert generated method stubs. E.g. the New Class wizard uses source and header file templates to create new files and code templates to insert generated method stubs.
@ -26,17 +25,17 @@ Templates contain variables that are substituted when the template is applied. S
<thead> <thead>
<tr> <tr>
<th> <th>
<p>Action</p> <b>Options</b>
</th> </th>
<th> <th>
<p>Description</p> <b>Description</b>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>New...</p> <b>New...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Opens the Code Template dialog to create a new file template.</p> <p>Opens the Code Template dialog to create a new file template.</p>
@ -44,7 +43,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Edit...</p> <b>Edit...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Opens the Code Template dialog to edit the currently selected code template.</p> <p>Opens the Code Template dialog to edit the currently selected code template.</p>
@ -52,7 +51,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Remove</p> <b>Remove</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Removes a user added file template. Predefined templates cannot be removed.</p> <p>Removes a user added file template. Predefined templates cannot be removed.</p>
@ -60,7 +59,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Import...</p> <b>Import...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Imports templates from the file system.</p> <p>Imports templates from the file system.</p>
@ -68,7 +67,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Export...</p> <b>Export...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Exports all selected templates to the file system.</p> <p>Exports all selected templates to the file system.</p>
@ -76,7 +75,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Export All...</p> <b>Export All...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Exports all templates to the file system.</p> <p>Exports all templates to the file system.</p>
@ -92,17 +91,17 @@ Templates contain variables that are substituted when the template is applied. S
<thead> <thead>
<tr> <tr>
<th> <th>
<p>Template Name</p> <b>Template Name</b>
</th> </th>
<th> <th>
<p>Specifies</p> <b>Specifies</b>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Files</p> <b>Files</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Header comment for new source or header files.</p> <p>Header comment for new source or header files.</p>
@ -111,7 +110,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Types</p> <b>Types</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The comment for new types.</p> <p>The comment for new types.</p>
@ -120,7 +119,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Fields</p> <b>Fields</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The comment for new fields.</p> <p>The comment for new fields.</p>
@ -128,7 +127,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Constructors</p> <b>Constructors</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The comment for new constructors.</p> <p>The comment for new constructors.</p>
@ -136,7 +135,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Destructors</p> <b>Destructors</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The comment for new destructors.</p> <p>The comment for new destructors.</p>
@ -144,7 +143,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Methods</p> <b>Methods</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The comment for new methods.</p> <p>The comment for new methods.</p>
@ -160,17 +159,17 @@ Templates contain variables that are substituted when the template is applied. S
<thead> <thead>
<tr> <tr>
<th> <th>
<p>Template Name</p> <b>Template Name</b>
</th> </th>
<th> <th>
<p>Description</p> <b>Description</b>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Method body</p> <b>Method body</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The 'Method body' templates are used when new method is created.</p> <p>The 'Method body' templates are used when new method is created.</p>
@ -178,7 +177,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Constructor body</p> <b>Constructor body</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The 'Constructor body' templates are used when a constructor is created.</p> <p>The 'Constructor body' templates are used when a constructor is created.</p>
@ -186,7 +185,7 @@ Templates contain variables that are substituted when the template is applied. S
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Destructor body</p> <b>Destructor body</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The 'Destructor body' templates are used when the destructor is created.</p> <p>The 'Destructor body' templates are used when the destructor is created.</p>
@ -203,17 +202,17 @@ The New File from Template wizard can be used to create new files based on one o
<thead> <thead>
<tr> <tr>
<th> <th>
<p>Template Name</p> <b>Template Name</b>
</th> </th>
<th> <th>
<p>Description</p> <b>Description</b>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Default C++ source template</p> <b>Default C++ source template</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Used by the New Class wizard and the New Source File wizard when a new C++ source file is created.</p> <p>Used by the New Class wizard and the New Source File wizard when a new C++ source file is created.</p>
@ -222,7 +221,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Default C++ header template</p> <b>Default C++ header template</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Used by the New Class wizard and the New Header File wizard when a new C++ header file is created.</p> <p>Used by the New Class wizard and the New Header File wizard when a new C++ header file is created.</p>
@ -231,7 +230,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Default C source template</p> <b>Default C source template</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Used by the New Source File wizard when a new C source file is created.</p> <p>Used by the New Source File wizard when a new C source file is created.</p>
@ -240,7 +239,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p>Default C header template</p> <b>Default C header template</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Used by the New Header File wizard when a new C source file is created.</p> <p>Used by the New Header File wizard when a new C source file is created.</p>
@ -249,7 +248,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="25%">
<p><em>Other file templates</em></p> <b><em>Other file templates</em></b>
</td> </td>
<td valign="top"> <td valign="top">
<p>File templates can be defined for other content types, e.g. Assembly or plain text.</p> <p>File templates can be defined for other content types, e.g. Assembly or plain text.</p>
@ -259,13 +258,14 @@ The New File from Template wizard can be used to create new files based on one o
</table> </table>
<h2>Edit Template dialog</h2> <h2>Edit Template dialog</h2>
<p><img src="../images/pref_panel_edit_template_dlg.png" alt="Edit Template Dialog Box"></p>
<p>The following fields and buttons appear in the dialog:</p> <p>The following fields and buttons appear in the dialog:</p>
<table border="1" cellspacing="0" cellpadding="5" width="100%"> <table border="1" cellspacing="0" cellpadding="5" width="600">
<thead> <thead>
<tr> <tr>
<th> <th>
<p>Action</p> <b>Options</b>
</th> </th>
<th> <th>
<p>Description</p> <p>Description</p>
@ -275,7 +275,7 @@ The New File from Template wizard can be used to create new files based on one o
<tbody> <tbody>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Name</p> <b>Name</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The name of the template. Only available for file templates.</p> <p>The name of the template. Only available for file templates.</p>
@ -283,7 +283,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Type</p> <b>Type</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The file type (content type) of the template. Only available for file templates.</p> <p>The file type (content type) of the template. Only available for file templates.</p>
@ -291,7 +291,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Description</p> <b>Description</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>A description of the template</p> <p>A description of the template</p>
@ -299,7 +299,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Pattern</p> <b>Pattern</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>The template pattern.</p> <p>The template pattern.</p>
@ -307,7 +307,7 @@ The New File from Template wizard can be used to create new files based on one o
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<p>Insert Variables...</p> <b>Insert Variables...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Displays a list of pre-defined template specific variables.</p> <p>Displays a list of pre-defined template specific variables.</p>

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>Environment preferences</title> <title>Environment 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>Environment preferences</h1> <h1>Environment preferences</h1>
<p>Define environment variables and how they are used in the <strong>Environment</strong> preference panel. </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.managedbuilder.ui.preferences.PrefPage_Env)")'>Environment</a> preference panel to define environment variables and their use.</p>
<p><img src="../images/view_environment_prefs.png" alt="Environment Preference" width="721" height="641"></p> <p><img src="../images/view_environment_prefs.png" alt="Environment Preference" ></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" > <table width="600" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
<strong>Environment Options</strong> <strong>Environment Options</strong>
@ -23,9 +24,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 valign="top"><strong>Description</strong></td>
</tr>
<tr> <tr>
<td width="171" valign="top"><strong>Environment variables to set </strong></td> <td valign="top"><strong>Environment variables to set </strong></td>
<td width="503" valign="top">Shows a list of the environment variables and their value. </td> <td valign="top">Shows a list of the environment variables and their value. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>New...</strong></td> <td valign="top"><strong>New...</strong></td>
@ -33,7 +38,7 @@
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Select...</strong></td> <td valign="top"><strong>Select...</strong></td>
<td valign="top"><p>Click to open the <strong>Select variables</strong> dialog. </p> </td> <td valign="top">Click to open the <strong>Select variables</strong> dialog. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Edit...</strong></td> <td valign="top"><strong>Edit...</strong></td>
@ -45,8 +50,8 @@
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Undefine</strong></td> <td valign="top"><strong>Undefine</strong></td>
<td valign="top"><p>Click to undefine the currently selected variable.</p> <td valign="top">Click to undefine the currently selected variable. <br><br>
<p>NOTE: Some variables, like <span class="userinput">PATH</span>, have special meaning and cannot be undefined. </p></td> <b>NOTE:</b> Some variables, like <span class="userinput">PATH</span>, have special meaning and cannot be undefined.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Append variables to native environment </strong></td> <td valign="top"><strong>Append variables to native environment </strong></td>

View file

@ -4,20 +4,47 @@
<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>Build Make Targets in the Background</title> <title>Make Targets 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>Make page, Preferences window</h1> <h1>Make Targets preferences</h1>
<p>You can force the building of make targets in the background.</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.ui.preferences.MakePreferencePage)")'>Make Targets</a> preference panel in the <b>Preferences</b> window to set make target options.</p>
<p><img src="../images/make_targets.png" alt="Make Targets Preferences Window"></p> <p><img src="../images/make_targets.png" alt="Make Targets Preferences Window"></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
<caption><strong>Make Targets Preference Options</strong></caption>
<colgroup>
<col width="35%" valign="top" >
<col width="65%" valign="top" >
</colgroup>
<tbody>
<tr align="center" >
<td width="35%" ><strong>Options</strong></td>
<td ><strong>Description</strong></td>
</tr>
<tr>
<td width="35%" valign="top"><strong>Build Make target in the background</strong></td>
<td valign="top">Select this checkbox to perform builds in the background.</td>
</tr>
<tr>
<td width="35%" valign="top"><b>From selected folder</b></td>
<td valign="top">Rebuild make target from the currently selected folder.</td>
</tr>
<tr>
<td width="35%" valign="top"><b>From selected root</b></td>
<td valign="top">Rebuild make target from the currently selected root.</td>
</tr>
</tbody>
</table>
<dl> <dl>
<dt>Build Make target in the background</dt> <dt></dt>
<dd>Select this checkbox to perform builds in the background.</dd> <dd></dd>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

View file

@ -6,13 +6,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Settings preferences</title> <title>Settings 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>Settings preferences</h1> <h1>Settings preferences</h1>
<p>Use the <strong>Settings</strong> preference panel in the Preferences window to specify the Makefile style and include directories.</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.ui.preferences.MakefileSettingPreferencePage)")'>Settings</a> preference panel in the <b>Preferences</b> window to specify the Makefile style and include directories.</p>
<p><img src="../images/make_settings_prefs.png" alt="Settings Preferences Window"></p> <p><img src="../images/make_settings_prefs.png" alt="Settings Preferences Window"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
@ -22,6 +23,10 @@
<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>Posix Make</strong></td> <td><strong>Posix Make</strong></td>
<td>Enable to generate makefiles that are POSIX Make compatible.</td> <td>Enable to generate makefiles that are POSIX Make compatible.</td>

View file

@ -6,13 +6,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Makefile Editor preferences</title> <title>Makefile 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>Makefile Editor preferences</h1> <h1>Makefile Editor preferences</h1>
<p>Use the <strong>Makefile Editor</strong> preference panel in the Preferences window to set syntax and folding options for the Makefile editor.</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.ui.preferences.MakeFileEditorPreferencePage)")'>Makefile Editor</a> preference panel in the <b>Preferences</b> window to set syntax and folding options for the Makefile editor.</p>
<p><img src="../images/makefile_editor_prefs.png" alt="Makefile Editor Syntax tab"></p> <p><img src="../images/makefile_editor_prefs.png" alt="Makefile Editor Syntax tab"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
@ -22,6 +23,10 @@
<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 valign="top"><strong>Description</strong></td>
</tr>
<tr> <tr>
<td><strong>Color</strong></td> <td><strong>Color</strong></td>
<td>Click to set the selected syntax item to a specific color.</td> <td>Click to set the selected syntax item to a specific color.</td>
@ -36,6 +41,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h2>Makefile Editor Folding tab</h2>
<p><img src="../images/makefile_editor_folding_prefs.png" alt="Makefile Editor Folding tab"></p> <p><img src="../images/makefile_editor_folding_prefs.png" alt="Makefile Editor Folding tab"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>Makefile Editor Folding Tab Options</strong></caption> <caption><strong>Makefile Editor Folding Tab Options</strong></caption>
@ -44,6 +50,10 @@
<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 valign="top"><strong>Description</strong></td>
</tr>
<tr> <tr>
<td><strong>Enable folding when opening a new editor</strong></td> <td><strong>Enable folding when opening a new editor</strong></td>
<td>If enabled, activate folding when a new Makefile editor is opened.</td> <td>If enabled, activate folding when a new Makefile editor is opened.</td>

View file

@ -55,7 +55,7 @@
<topic href="reference/cdt_u_pref_build.htm" label="Build preferences"> <topic href="reference/cdt_u_pref_build.htm" label="Build preferences">
<topic label="Console" href="reference/cdt_u_console_pref.htm"/> <topic label="Console" href="reference/cdt_u_console_pref.htm"/>
<topic label="Environment" href="reference/cdt_u_environment_pref.htm"/> <topic label="Environment" href="reference/cdt_u_environment_pref.htm"/>
<topic label="Make" href="reference/cdt_u_make_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="Makefile Editor" href="reference/cdt_u_makefile_settings_pref.htm" >
<topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/> <topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/>
</topic> </topic>