File: help_home.html

package info (click to toggle)
eclipse-platform-ua 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,684 kB
  • sloc: java: 101,173; xml: 53,027; javascript: 4,902; jsp: 4,210; makefile: 5
file content (63 lines) | stat: -rw-r--r-- 2,372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en-us">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. 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-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Using the Eclipse help system</title>
<link rel="stylesheet" href="book.css" charset="utf-8" type="text/css">
</head>
<body>

<div id="content" role="main">
	<h1>Using the help system</h1>
	
	<p>
	Browse topics in the <b>Contents</b> frame <span class="icon">(<img
	class="icon" src="contents_view.svg" 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>
	
	<h2>Searching</h2>
	
	<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="icon">(<img class="icon" src="search_results_view.svg" 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>
	
	<h2>Synchronizing</h2>
	
	<p>
	Clicking the
	<b>Show in Table of Contents</b> button <span class="icon">(<img class="icon"
	src="e_synch_toc_nav.svg" alt="Show in Table of Contents icon">)</span> will
	select that topic in the navigation tree. The 
	<b>Link with Contents</b> button <span class="icon">(<img class="icon"
	src="e_auto_synch_toc.svg" alt="Link with Contents icon">)</span> keeps 
	the navigation tree synchronized to the current topic.
	</p>
	
	<h2>Capabilities</h2>
	
	<p>
	To show documentation about capabilities that are disabled in the application,
	select the <b>Show All Topics</b> button <span class="icon">(<img class="icon"
	src="e_show_all.svg" alt="Refresh / Show Current Topic icon">)
	</span>. This affects the table of contents and search results.
	</p>
	
	<h2>Keyword Index</h2>
	<p>
	To show an alphabetically sorted index of keywords select the <b>Index Frame</b> 
	<span class="icon">(<img class="icon" src="e_index_view.svg" alt="Index icon">)</span>. 
	Not all products contain an index. 
	</p>
	
</div>
</body>

</html>