View | Details | Raw Unified | Return to bug 330766
Collapse All | Expand All

(-)plugin.xml (+1 lines)
Lines 28-33 Link Here
28
       <toc file="topics_Concepts.xml" />
28
       <toc file="topics_Concepts.xml" />
29
       <toc file="topics_Tasks.xml" />
29
       <toc file="topics_Tasks.xml" />
30
       <toc file="topics_Reference.xml" />
30
       <toc file="topics_Reference.xml" />
31
       <toc file="topics_Tips.xml" />
31
   </extension>
32
   </extension>
32
33
33
34
(-)toc.xml (-1 / +3 lines)
Lines 22-28 Link Here
22
	</topic>
22
	</topic>
23
	<anchor id="jdt_reference" />
23
	<anchor id="jdt_reference" />
24
	
24
	
25
	<topic label="Tips and tricks" href="tips/jdt_tips.html"/>
25
	<topic label="Tips and tricks" href="tips/jdt_tips.html">
26
		<link toc="topics_Tips.xml" />
27
	</topic>
26
	<topic label="What's new" href="whatsNew/jdt_whatsnew.html"/>
28
	<topic label="What's new" href="whatsNew/jdt_whatsnew.html"/>
27
	<topic label="Legal" href="notices.html"/>
29
	<topic label="Legal" href="notices.html"/>
28
	<enablement>
30
	<enablement>
(-)topics_Tips.xml (+14 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?NLS TYPE="org.eclipse.help.toc"?>
3
<!-- ========================== -->
4
<!-- Define topics for the Tips and Tricks -->
5
<!-- ========================== -->
6
<toc label="Tips and tricks">
7
	<topic label="Editing" href="tips/jdt_tips.html#editing_section"/>
8
	<topic label="Refactoring" href="tips/jdt_tips.html#refactor_section"/>
9
	<topic label="Searching" href="tips/jdt_tips.html#searching_section"/>
10
	<topic label="Navigation" href="tips/jdt_tips.html#navigation_section"/>
11
	<topic label="Views" href="tips/jdt_tips.html#views_section"/>
12
	<topic label="Miscellaneous" href="tips/jdt_tips.html#misc_section"/>
13
	<topic label="Debugging" href="tips/jdt_tips.html#debugging_section"/>
14
</toc>

Return to bug 330766