Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Weinstein2013-03-16 01:13:29 +0000
committerSergey Prigogin2013-03-16 01:18:10 +0000
commit51a7a0f345575462ca09a367e3f5bb0d675b791e (patch)
tree52edc08b8f4714c9dff8709e651248d1eff9c0f7 /doc/org.eclipse.cdt.doc.user
parent16ce2c1630514ebddb0b2c736b0fd973d6b14dda (diff)
downloadorg.eclipse.cdt-51a7a0f345575462ca09a367e3f5bb0d675b791e.tar.gz
org.eclipse.cdt-51a7a0f345575462ca09a367e3f5bb0d675b791e.tar.xz
org.eclipse.cdt-51a7a0f345575462ca09a367e3f5bb0d675b791e.zip
Bug 403263: Adding links to Prepare Workbench page
There's still more updates to do on this page, but this is an improvement. Change-Id: I59c62fe00577dce8e2472d65e120d80d1b21db80 Reviewed-on: https://git.eclipse.org/r/11217 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm130
1 files changed, 72 insertions, 58 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm
index cb38ccad617..5bc8fdbe01d 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm
@@ -1,71 +1,85 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
-
<head>
<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>Preparing the Workbench</title>
<link rel="stylesheet" type="text/css" href="../help.css">
-<script language="JavaScript">
-function newWin(url) {
- window.open(url, 'install_cdt', 'width=750, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
-}
-</script>
+<script type="text/javascript"
+ src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
-
<body>
-<div role="main"><h1>Preparing the Workbench</h1>
-
-<p>This tutorial will get you started using the C/C++ Development Toolkit (CDT) in the Workbench.</p>
-<p>First, you will verify that the workbench is properly configured for C/C++ development. It is assumed that:</p>
-<ul>
-<li>Your Workbench has its default settings.
-To reset the current perspective to its original layout, from the menu bar select
-<strong>Window &gt; Reset Perspective</strong>.</li>
-<li>You are familiar with the basic Workbench features, such as
-<a href="../concepts/cdt_c_views.htm">views</a> and
-<a href="../concepts/cdt_c_perspectives.htm">perspectives</a>.
-</li>
-</ul>
-
-<h2>Setting the global editor operations and appearance</h2>
-
-<ul>
- <li>Click <strong>Window &gt; Preferences &gt; General &gt; Editors</strong> to access global editor related preference panels, including.
- <ul>
- <li>File Associations</li>
- <li>Structured Text Editor</li>
- <li>Text Editors</li>
- </ul>
- </li>
-</ul>
-<h2>Setting the C/C++ editor operations and appearance</h2>
-<ul>
- <li>Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Editor </strong>to access C/C++ editor preference panels, inlcuding:
- <ul>
- <li><a href="../reference/cdt_u_c_editor_gen.htm">Editor</a> - control the appearance of text highlighting</li>
- <li><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist </a>- customize the Content Assist feature</li>
- <li><a href="../reference/cdt_u_c_editor_folding.htm">Folding</a> - customize folding behavior in the C/C++ editor</li>
- <li><a href="../reference/cdt_u_c_editor_hov.htm">Hovering</a> - customize hover behavior in the C/C++ editor </li>
- <li><a href="../reference/cdt_u_c_editor_mark_occurrences.htm">Mark Occurances</a> - set annotations for the C/C++ Editor view</li>
- <li><a href="../reference/cdt_u_c_editor_save_actions.htm">Save Actions</a> - configure actions performed while saving a file</li>
- <li><a href="../reference/cdt_u_c_editor_scalability.htm">Scalability</a> - configure behavior for handling large source files</li>
- <li><a href="../reference/cdt_u_c_editor_color.htm">Syntax Coloring</a> - specify how C/C++ source code is rendered</li>
- <li><a href="../reference/cdt_u_c_code_templates_pref.htm">Templates</a> - configure the format of newly generated code stubs, comments and files</li>
- <li><a href="../reference/cdt_u_c_editor_typing.htm">Typing</a> - configure formatting input as you type</li>
- </ul>
- </li>
-</ul>
-<p><img src="../images/ngref.gif" alt="Related reference">
-<br><a href="../reference/cdt_o_ceditor_pref.htm">C/C++ Editor Preferences</a></p>
+ <div role="main">
+ <h1>Preparing the Workbench</h1>
+ <p>This tutorial will get you started using the C/C++ Development
+ Toolkit (CDT) in the Workbench.</p>
+ <p>First, you will verify that the workbench is properly
+ configured for C/C++ development. It is assumed that:</p>
+ <ul>
+ <li>Your Workbench has its default settings. To reset the
+ current perspective to its original layout, from the menu bar select
+ <strong>Window &gt; Reset Perspective</strong>.
+ </li>
+ <li>You are familiar with the basic Workbench features, such as
+ <a href="../concepts/cdt_c_views.htm">views</a> and <a
+ href="../concepts/cdt_c_perspectives.htm">perspectives</a>.
+ </li>
+ </ul>
-<p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
-<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
-</p>
+ <h2>Setting the global editor operations and appearance</h2>
+ <p>
+ The main place to configure global editor-related preferences is the
+ <a class="command-link"
+ href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Editors)")'>
+ <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
+ alt="command link" />General &gt; Editors
+ </a> preference pages (also accessible through the <strong>Window
+ &gt; Preferences</strong> menu item)
+ </p>
+ <h2>Setting the C/C++ editor operations and appearance</h2>
+ <p>
+ C/C++-specific editor preferences are under <a class="command-link"
+ href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CEditorPreferencePage)")'>
+ <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
+ alt="command link" />C/C++ &gt; Editor.
+ </a> They include the following:
+ </p>
-</div></body>
-</html> \ No newline at end of file
+ <ul>
+ <li><a href="../reference/cdt_u_c_editor_gen.htm">Editor</a> -
+ control the appearance of text highlighting</li>
+ <li><a href="../reference/cdt_u_c_editor_con_assist.htm">Content
+ Assist </a>- customize the Content Assist feature</li>
+ <li><a href="../reference/cdt_u_c_editor_folding.htm">Folding</a>
+ - customize folding behavior</li>
+ <li><a href="../reference/cdt_u_c_editor_hov.htm">Hovering</a> -
+ customize hover behavior</li>
+ <li><a href="../reference/cdt_u_c_editor_mark_occurrences.htm">Mark
+ Occurrences</a> - set annotations</li>
+ <li><a href="../reference/cdt_u_c_editor_save_actions.htm">Save
+ Actions</a> - configure actions performed while saving a file</li>
+ <li><a href="../reference/cdt_u_c_editor_scalability.htm">Scalability</a>
+ - configure behavior for handling large source files</li>
+ <li><a href="../reference/cdt_u_c_editor_color.htm">Syntax
+ Coloring</a> - specify how C/C++ source code is rendered</li>
+ <li><a href="../reference/cdt_u_c_code_templates_pref.htm">Templates</a>
+ - configure the format of newly generated code stubs, comments and
+ files</li>
+ <li><a href="../reference/cdt_u_c_editor_typing.htm">Typing</a>
+ - configure formatting input as you type</li>
+ </ul>
+ <p>
+ <img src="../images/ngref.gif" alt="Related reference"> <br>
+ <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ Editor
+ Preferences</a>
+ </p>
+ <p>
+ <img alt="Red Hat Copyright Statement" src="../images/rh03_04.gif"><br>
+ <img alt="IBM Copyright Statement" src="../images/ng00_04a.gif">
+ </p>
+ </div>
+</body>
+</html>

Back to the top