Revised Editor pref panels including: Folding, Hovers, Mark Occurrences, Save Actions, Scalability, Syntax Coloring, Templates, and Typing
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 40 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/editor_mark_preferences.png
Executable file
After Width: | Height: | Size: 33 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/editor_save_actions_preferences.png
Executable file
After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 48 KiB |
|
@ -30,7 +30,8 @@
|
||||||
file="topics_Tasks.xml">
|
file="topics_Tasks.xml">
|
||||||
</toc>
|
</toc>
|
||||||
<toc
|
<toc
|
||||||
file="topics_Reference.xml">
|
file="topics_Reference.xml"
|
||||||
|
primary="true">
|
||||||
</toc>
|
</toc>
|
||||||
</extension>
|
</extension>
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
|
|
@ -15,14 +15,15 @@
|
||||||
<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 > Preferences > C/C++ > 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 > Preferences > C/C++ > 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">
|
||||||
|
<caption><strong>Code Style Preference Options</strong></caption>
|
||||||
|
<colgroup>
|
||||||
|
<col width="30%" valign="top" >
|
||||||
|
<col width="70%" valign="top" >
|
||||||
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th><b>Option</b></th>
|
||||||
<b>Option</b>
|
<th><b>Description</b></th>
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
<b>Description</b>
|
|
||||||
</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -6,22 +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>Syntax Coloring preferences</title>
|
<title>Syntax Coloring 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>Syntax Coloring preferences</h1>
|
<h1>Syntax Coloring preferences</h1>
|
||||||
|
|
||||||
<p>The <strong>Syntax Coloring</strong> preference panel specifies how C/C++ source code is rendered. Each element category (Code, Comments, and Preprocessor) contains a list of language elements that may be rendered with its own color and style.</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.internal.ui.preferences.CEditorColoringPreferencePage)")'>Syntax Coloring</a> preference panel to specify how C/C++ source code is rendered. Each element category (Code, Comments, and Preprocessor) contains a list of language elements that may be rendered with its own color and style.</p>
|
||||||
<p>Note that general text editor settings such as the background color can be configured on the general <strong>Text Editors</strong> preference pages. Fonts may be configured on the general <strong>Colors and Fonts</strong> preference page</p>
|
<p>Note that general text editor settings such as the background color can be configured on the general <strong>Text Editors</strong> preference pages. Fonts may be configured on the general <strong>Colors and Fonts</strong> preference page</p>
|
||||||
<p><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p>
|
<p><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p>
|
||||||
|
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="DDD" >
|
||||||
<caption><strong>Syntax Coloring Preference Options</strong></caption>
|
<caption><strong>Syntax Coloring 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>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th><b>Option</b></th>
|
||||||
|
<th><b>Description</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Enable semantic highlighting</strong></td>
|
<td><strong>Enable semantic highlighting</strong></td>
|
||||||
|
|
|
@ -6,12 +6,13 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Folding preferences</title>
|
<title>Folding 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>Folding preferences</h1>
|
<h1>Folding preferences</h1>
|
||||||
|
|
||||||
<p>You can customize the C/C++ editor folding behavior in the <strong>Folding</strong> panel of the Preferences window.</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.internal.ui.preferences.FoldingPreferencePage)")'>Folding</a> preference panel to customize the C/C++ editor folding behavior.</p>
|
||||||
<p><img src="../images/editor_folding_preferences.png" alt="Editor Folding Preferences Window"></p>
|
<p><img src="../images/editor_folding_preferences.png" alt="Editor Folding Preferences Window"></p>
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||||
<caption><strong>Folding Preference Options</strong></caption>
|
<caption><strong>Folding Preference Options</strong></caption>
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
<col width="10%" valign="top" align="center" >
|
<col width="10%" valign="top" align="center" >
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr align="center" >
|
||||||
<td><strong>Option</strong></td>
|
<td><strong>Option</strong></td>
|
||||||
<td><strong>Description</strong></td>
|
<td><strong>Description</strong></td>
|
||||||
<td><strong>Default</strong></td>
|
<td><strong>Default</strong></td>
|
||||||
|
@ -41,6 +42,11 @@
|
||||||
<td>If enabled, fold preprocessor branches.</td>
|
<td>If enabled, fold preprocessor branches.</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><strong>Enable folding of control flow statements (if/else, do/while, for, switch)</strong></td>
|
||||||
|
<td>If enabled, fold control flow statements.</td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Macros</strong></td>
|
<td><strong>Macros</strong></td>
|
||||||
<td>If enabled, fold macro definitions.</td>
|
<td>If enabled, fold macro definitions.</td>
|
||||||
|
|
|
@ -6,19 +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>Hover preferences</title>
|
<title>Hover 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>Hovers preferences</h1>
|
<h1>Hovers preferences</h1>
|
||||||
|
|
||||||
<p>You can customize the appearance of the C/C++ editor hover behavior on the <strong>Hovers</strong> panel of the Preferences window.</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.internal.ui.preferences.CEditorHoverPreferencePage)")'>Hovers</a> preference panel to customize the C/C++ editor hover behavior.</p>
|
||||||
<p><img src="../images/editor_hover_preferences.png" alt="Editor Hover Preferences Window"></p>
|
<p><img src="../images/editor_hover_preferences.png" alt="Editor Hover 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>Hovers Preference Options</strong></caption>
|
<caption><strong>Hovers 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>
|
||||||
|
<thead>
|
||||||
|
<tr >
|
||||||
|
<th><b>Option</b></th>
|
||||||
|
<th><b>Description</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Enable editor problem annotation</strong></td>
|
<td><strong>Enable editor problem annotation</strong></td>
|
||||||
|
@ -28,6 +35,10 @@
|
||||||
<td><strong>Text Hover key modifier preferences</strong></td>
|
<td><strong>Text Hover key modifier preferences</strong></td>
|
||||||
<td>You can select hot-keys to enable alternate hover behavior. For example, a mouse over while pressing the <Ctrl> key will link to the element's source declaration.</td>
|
<td>You can select hot-keys to enable alternate hover behavior. For example, a mouse over while pressing the <Ctrl> key will link to the element's source declaration.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><strong>Pressed key modifier while hovering</strong></td>
|
||||||
|
<td>Enter a key modifier for the selected hover name.</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -3,37 +3,46 @@
|
||||||
<head>
|
<head>
|
||||||
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
|
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
<title>Mark Occurrences</title>
|
<title>Mark Occurrences preferences</title>
|
||||||
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
|
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
|
||||||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
|
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Mark Occurrences</h1>
|
<h1>Mark Occurrences preferences</h1>
|
||||||
<p>Indicate your preferences for the Mark Occurrences settings on the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.MarkOccurrencesPreferencePage)")'> <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the Mark Occurrences preference page"> <strong>C/C++ > Editor > Mark Occurrences</strong></a> preference page.</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.MarkOccurrencesPreferencePage)")'>Mark Occurrences</a> preference panel to set annotations for the C/C++ Editor view.</p>
|
||||||
<table border="1" cellspacing="0" cellpadding="5">
|
<p><img src="../images/editor_mark_preferences.png" alt="Mark Occurrences Preference Panel"></p>
|
||||||
|
|
||||||
|
<table width="600px" border="1" cellspacing="0" cellpadding="5">
|
||||||
|
<caption><strong>Mark Occurrences Preference Options</strong></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th><b>Option</b></th>
|
||||||
<p>Option</p>
|
<th><b>Description</b></th>
|
||||||
</th>
|
<th><b>Default</b></th>
|
||||||
<th>
|
|
||||||
<p>Description</p>
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
<p>Default</p>
|
|
||||||
</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<p>Mark occurrences of the selected element in the current file</p>
|
<b>Mark occurrences of the selected element in the current file</b>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<p>If enabled, then you'll see within a file, where a variable, function, method, type, macro or other element is referenced.</p>
|
If enabled, then you'll see within a file, where a variable, function, method, type, macro or other element is referenced.
|
||||||
</td>
|
</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<p>On</p>
|
On
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<b>Keep marks when the selection changes</b>
|
||||||
|
</td>
|
||||||
|
<td valign="top">
|
||||||
|
If enabled, don't change the location of the mark occurrence when a new selection is made.
|
||||||
|
</td>
|
||||||
|
<td valign="top">
|
||||||
|
On
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -6,20 +6,27 @@
|
||||||
<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>Save actions</h1>
|
<h1>Save actions</h1>
|
||||||
|
|
||||||
<p>Use the <strong>Save Actions</strong> preference panel to configure actions performed by C/C++ editor while saving
|
<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.internal.ui.preferences.SaveActionsPreferencePage)")'>Save Actions</a> preference panel to configure actions performed by the C/C++ editor while saving a file.</p>
|
||||||
a file. Click <strong>Window > Preferences > C/C++ > Editor > Save Actions</strong> to make changes.</p>
|
<p><img src="../images/editor_save_actions_preferences.png" alt="Save Actions Preferences"></p>
|
||||||
|
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||||
<caption><strong>Editor Preference Options</strong></caption>
|
<caption><strong>Save Actions Preference Options</strong></caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="30%" valign="top" >
|
<col width="35%" valign="top" >
|
||||||
<col width="70%" valign="top" >
|
<col width="65%" valign="top" >
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th><b>Option</b></th>
|
||||||
|
<th><b>Description</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Remove trailing whitespace</strong></td>
|
<td><strong>Remove trailing whitespace</strong></td>
|
||||||
|
|
|
@ -6,20 +6,27 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Editor Scalability preferences</title>
|
<title>Editor Scalability 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>Scalability preferences</h1>
|
<h1>Scalability preferences</h1>
|
||||||
|
|
||||||
<p>Use the <strong>Scalability</strong> preference panel to configure options for dealing with large source files. Click <strong>Window > Preferences > C/C++ > Editor > Scalability</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.internal.ui.preferences.ScalabilityPreferencePage)")'>Scalability</a> preference panel to configure options for dealing with large source files.</p>
|
||||||
<img src="../images/editor_scalability_preferences.png" alt="Scalability Preferences">
|
<p><img src="../images/editor_scalability_preferences.png" alt="Scalability Preferences"></p>
|
||||||
|
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||||
<caption><strong>Scalability Preference Options</strong></caption>
|
<caption><strong>Scalability Preference Options</strong></caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="30%" valign="top" >
|
<col width="35%" valign="top" >
|
||||||
<col width="70%" valign="top" >
|
<col width="65%" valign="top" >
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th><b>Option</b></th>
|
||||||
|
<th><b>Description</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Alert me when scalability mode will be turned on</strong></td>
|
<td><strong>Alert me when scalability mode will be turned on</strong></td>
|
||||||
|
@ -53,7 +60,7 @@
|
||||||
<td>If enabled, content assist proposals which require parsing the file will not be available.</td>
|
<td>If enabled, content assist proposals which require parsing the file will not be available.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Disable content assist auto activation</strong></td>
|
<td><strong>Disable content assist auto-activation</strong></td>
|
||||||
<td>If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td>
|
<td>If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -6,19 +6,27 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Typing preferences</title>
|
<title>Typing 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>Typing preferences</h1>
|
<h1>Typing preferences</h1>
|
||||||
|
|
||||||
<p>Use the <strong>Typing</strong> preference panel to assist in formatting input as you type. Click <strong>Window > Preferences > C/C++ > Editor > Typing</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.internal.ui.preferences.SmartTypingPreferencePage)")'>Typing</a> preference panel to assist in formatting input as you type.</p>
|
||||||
<img src="../images/editor_typing_preferences.png" alt="Typing Preferences">
|
<p><img src="../images/editor_typing_preferences.png" alt="Typing Preferences"></p>
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
|
||||||
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||||
<caption><strong>Typing Preference Options</strong></caption>
|
<caption><strong>Typing 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>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th><b>Option</b></th>
|
||||||
|
<th><b>Description</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>"Strings"</strong></td>
|
<td><strong>"Strings"</strong></td>
|
||||||
|
@ -37,7 +45,7 @@
|
||||||
<td>If enabled, automatically close curly braces.</td>
|
<td>If enabled, automatically close curly braces.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Tab key indents the current line</strong></td>
|
<td><strong>Tab key adjusts indentation of the current line</strong></td>
|
||||||
<td>If enabled, indent the current line when the tab key is pressed.</td>
|
<td>If enabled, indent the current line when the tab key is pressed.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -53,7 +61,7 @@
|
||||||
<td>If enabled, special characters in pasted strings are escaped when pasted into an existing string literal.</td>
|
<td>If enabled, special characters in pasted strings are escaped when pasted into an existing string literal.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Automatically indent - New lines and braces</strong></td>
|
<td><strong>New lines and braces</strong></td>
|
||||||
<td>If enabled, a new line or brace will be indented according to the <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a>.
|
<td>If enabled, a new line or brace will be indented according to the <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a>.
|
||||||
If disabled, the default Text Editor indentation strategy is applied (copy indent from previous line)</td>
|
If disabled, the default Text Editor indentation strategy is applied (copy indent from previous line)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -6,20 +6,27 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Templates preferences</title>
|
<title>Templates 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>Templates preferences</h1>
|
<h1>Templates preferences</h1>
|
||||||
|
|
||||||
<p>Use the <strong>Templates</strong> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export,
|
<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.internal.ui.preferences.CTemplatePreferencePage)")'>Templates</a> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export,
|
||||||
import, or create your own templates click <strong>Window > Preferences > C/C++ > Templates</strong>.</p>
|
import, or create your own templates click <strong>Window > Preferences > C/C++ > Templates</strong>.</p>
|
||||||
<img src="../images/code_templates.png" alt="Templates Preferences">
|
<p><img src="../images/code_templates.png" alt="Templates Preferences"></p>
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||||
<caption><strong>Templates Preference Options</strong></caption>
|
<caption><strong>Templates 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>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th><b>Option</b></th>
|
||||||
|
<th><b>Description</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>New...</strong></td>
|
<td><strong>New...</strong></td>
|
||||||
|
|
|
@ -67,45 +67,43 @@
|
||||||
|
|
||||||
<topic label="Debug preferences" href="reference/cdt_u_debug.htm">
|
<topic label="Debug preferences" href="reference/cdt_u_debug.htm">
|
||||||
<topic label="Breakpoint Actions" href="reference/cdt_u_dbg_brkpt_actions.htm"/>
|
<topic label="Breakpoint Actions" href="reference/cdt_u_dbg_brkpt_actions.htm"/>
|
||||||
<topic label="Source Code Locations preferences" href="reference/cdt_u_dbg_src.htm"/>
|
<topic label="Common Source Lookup Path" href="reference/cdt_u_dbg_src.htm"/>
|
||||||
<topic label="GDB MI" href="reference/cdt_u_gdb_mi.htm"/>
|
<topic label="GDB MI" href="reference/cdt_u_gdb_mi.htm"/>
|
||||||
</topic>
|
</topic>
|
||||||
|
|
||||||
|
|
||||||
<topic label="Editor preferences" href="reference/cdt_o_ceditor_pref.htm">
|
<topic label="Editor preferences" href="reference/cdt_u_c_editor_gen.htm">
|
||||||
<topic label="General preferences" href="reference/cdt_u_c_editor_gen.htm"/>
|
<topic label="Content Assist" href="reference/cdt_u_c_editor_con_assist.htm" >
|
||||||
<topic label="Content Assist preferences" href="reference/cdt_u_c_editor_con_assist.htm" >
|
<topic label="Advanced" href="reference/cdt_u_c_editor_con_assist_adv.htm"/>
|
||||||
<topic label="Advanced preferences" href="reference/cdt_u_c_editor_con_assist_adv.htm"/>
|
|
||||||
</topic>
|
</topic>
|
||||||
<topic label="Folding preferences" href="reference/cdt_u_c_editor_folding.htm"/>
|
<topic label="Folding" href="reference/cdt_u_c_editor_folding.htm"/>
|
||||||
<topic label="Hovers preferences" href="reference/cdt_u_c_editor_hov.htm"/>
|
<topic label="Hovers" href="reference/cdt_u_c_editor_hov.htm"/>
|
||||||
<topic label="Mark Occurrences preferences" href="reference/cdt_u_c_editor_mark_occurrences.htm"/>
|
<topic label="Mark Occurrences" href="reference/cdt_u_c_editor_mark_occurrences.htm"/>
|
||||||
<topic label="Save Actions preferences" href="reference/cdt_u_c_editor_save_actions.htm"/>
|
<topic label="Save Actions" href="reference/cdt_u_c_editor_save_actions.htm"/>
|
||||||
<topic label="Scalability preferences" href="reference/cdt_u_c_editor_scalability.htm"/>
|
<topic label="Scalability" href="reference/cdt_u_c_editor_scalability.htm"/>
|
||||||
<topic label="Syntax Coloring preferences" href="reference/cdt_u_c_editor_color.htm"/>
|
<topic label="Syntax Coloring" href="reference/cdt_u_c_editor_color.htm"/>
|
||||||
<topic label="Templates preferences" href="reference/cdt_u_code_temp.htm"/>
|
<topic label="Templates" href="reference/cdt_u_code_temp.htm"/>
|
||||||
<topic label="Typing preferences" href="reference/cdt_u_c_editor_typing.htm"/>
|
<topic label="Typing" href="reference/cdt_u_c_editor_typing.htm"/>
|
||||||
</topic>
|
</topic>
|
||||||
|
|
||||||
<topic label="File Types" href="reference/cdt_u_c_file_types.htm"/>
|
<topic label="File Types" href="reference/cdt_u_c_file_types.htm"/>
|
||||||
|
|
||||||
<topic label="Language Mappings" href="reference/cdt_u_language_mapping_pref.htm"/>
|
<topic label="Language Mappings" href="reference/cdt_u_language_mapping_pref.htm"/>
|
||||||
|
|
||||||
|
|
||||||
<topic label="New CDT project wizard">
|
<topic label="New CDT project wizard">
|
||||||
<topic label="Preferred Toolchains tab" href="reference/cdt_u_pref_wizard_toolchains.htm"/>
|
<topic label="Preferred Toolchains tab" href="reference/cdt_u_pref_wizard_toolchains.htm"/>
|
||||||
<topic label="Wizard Defaults tab" href="reference/cdt_u_pref_wizard_defaults.htm"/>
|
<topic label="Wizard Defaults tab" href="reference/cdt_u_pref_wizard_defaults.htm"/>
|
||||||
<topic label="Makefile Project pages" >
|
<topic label="Makefile Project pages" >
|
||||||
<topic label="Binary parsers" href="reference/cdt_u_newproj_parser_binary.htm"/>
|
<topic label="Binary parsers" href="reference/cdt_u_newproj_parser_binary.htm"/>
|
||||||
<topic label="Error parsers" href="reference/cdt_u_newproj_parser_error.htm"/>
|
<topic label="Error parsers" href="reference/cdt_u_newproj_parser_error.htm"/>
|
||||||
<topic label="Discovery options" href="reference/cdt_u_newproj_discovery_options.htm"/>
|
<topic label="Discovery options" href="reference/cdt_u_newproj_discovery_options.htm"/>
|
||||||
<topic label="Builder settings" href="reference/cdt_u_newproj_buildset.htm"/>
|
<topic label="Builder settings" href="reference/cdt_u_newproj_buildset.htm"/>
|
||||||
<topic label="Behaviour" href="reference/cdt_u_newproj_behavior.htm"/>
|
<topic label="Behavior" href="reference/cdt_u_newproj_behavior.htm"/>
|
||||||
</topic>
|
</topic>
|
||||||
</topic>
|
</topic>
|
||||||
<topic label="Property Pages Settings" href="reference/cdt_u_pref_prop_pages.htm">
|
<topic label="Property Pages Settings" href="reference/cdt_u_pref_prop_pages.htm">
|
||||||
<topic label="Multiple Configurations Edit" href="reference/cdt_u_pref_multi_cfg.htm"/>
|
<topic label="Multiple Configurations Edit" href="reference/cdt_u_pref_multi_cfg.htm"/>
|
||||||
</topic>
|
</topic>
|
||||||
</topic>
|
</topic>
|
||||||
|
|
||||||
<!-- PROJECT PROPERTIES TOPICS -->
|
<!-- PROJECT PROPERTIES TOPICS -->
|
||||||
|
|