Initial commit
@@ -0,0 +1 @@
|
||||
P.Code {
|
||||
|
After Width: | Height: | Size: 583 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 363 B |
|
After Width: | Height: | Size: 211 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 28 KiB |
@@ -0,0 +1,57 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Using the Eclipse help system</title>
|
||||
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
|
||||
</head>
|
||||
|
||||
<body style="margin-top: 0; margin-left: 0; margin-right: 0;">
|
||||
<table height=60 width="100%" cellspacing="0" cellpadding="0" border="0" style="background:#7168D1;">
|
||||
<tr><td align=left valign="center"><img src="help_banner.jpg" alt="Eclipse icon"></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellspacing="0" cellpadding="10" border="0">
|
||||
<tr><td>
|
||||
<h2>Using the Eclipse help system</h2>
|
||||
<p>Browse topics in the <b>Contents</b> frame
|
||||
<span class="NoWrap">(<img src="contents_view.gif" width="16" height="16" alt="Contents icon">)</span>
|
||||
on the left. Click on a topic to have it
|
||||
displayed. Use the <b>Back</b> and <b>Forward</b> buttons
|
||||
to navigate within the history of viewed topics.</p>
|
||||
|
||||
<h3>Searching</h3>
|
||||
<p>To quickly locate topics on a particular subject in the documentation,
|
||||
enter a query in the <b>Search</b> field. Use the <b>Search</b> frame
|
||||
<span class="NoWrap">(<img src="search_results_view.gif" width="16" height="16" alt="Search icon">)</span>
|
||||
to display the Search view. You can narrow the <b>scope</b> of your search by selecting
|
||||
only the sections you are interested in.</p>
|
||||
|
||||
<h3>Synchronizing</h3>
|
||||
<p>After you run a search and find a topic you were looking for, click either the
|
||||
<b>Refresh / Show Current Topic</b> button <span class="NoWrap">(<img src="e_synch_nav.gif" width="16" height="16" alt="Refresh / Show Current Topic icon">)</span>
|
||||
or <b>Show in Table of Contents</b> button <span class="NoWrap">(<img src="e_synch_toc_nav.gif" width="16" height="16" alt="Show in Table of Contents icon">)</span>
|
||||
to match the navigation tree with the current topic. You might also find
|
||||
it useful to synchronize after following in-topic links.</p>
|
||||
|
||||
<h3>Capabilities</h3>
|
||||
<p>To show documentation about capabilities that are disabled in the application, select the
|
||||
<b>Show All Topics</b> button <span class="NoWrap">(<img src="e_show_all.gif" width="16" height="16" alt="Refresh / Show Current Topic icon">)</span>.
|
||||
When you choose to show all topics in the table of contents, the headings for documentation about any disabled activities are shown in the table of contents and also appear in search results.</p>
|
||||
|
||||
<h3>More information</h3>
|
||||
<p>If you cannot find the answer to your question in the on-line help,
|
||||
visit our website at <b><a href="http://eclipse.org/" target="_new">eclipse.org</a></b>
|
||||
to find articles and participate in the eclipse community.</p>
|
||||
|
||||
<p><br>
|
||||
<a href="hglegal2004.htm"><img src="cpy.gif" alt=
|
||||
"(c) Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved." border="0"></a>
|
||||
</p>
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<LINK REL="stylesheet" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
|
||||
<title>Legal Notices</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>
|
||||
<a NAME="Notices"></a>Notices</h3>
|
||||
(c) Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved.
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 360 B |