Skip to content

Commit 344e9ac

Browse files
committed
Migrate remaining HTML files in org.eclipse.platform.doc.user to HMTL5
Contributes to #3275
1 parent c424fda commit 344e9ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+269
-180
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-13.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>File Associations</title>
1010
</head>
1111
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-14.htm

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,74 +5,87 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>Local History</title>
10+
<style>
11+
table, tr, th, td {
12+
border: 1px solid;
13+
border-collapse: separate;
14+
border-spacing: 0;
15+
}
16+
table {
17+
border-style: outset;
18+
}
19+
th, tr, td {
20+
border-style: inset;
21+
}
22+
</style>
1023
</head>
1124
<body>
1225
<h1 class="Head">Local History</h1>
1326
<p class="Intro">The following preferences can be changed on the <a class="command-link" href=
1427
'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.FileStates)")'>
1528
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General &gt; Workspace &gt;
1629
Local History</strong></a> preference page.</p>
17-
<table border="1" cellspacing="0">
30+
<table>
1831
<thead>
1932
<tr>
20-
<th rowspan="1" colspan="1">
33+
<th>
2134
<p class="Para">Option</p>
2235
</th>
23-
<th rowspan="1" colspan="1">
36+
<th>
2437
<p class="Para">Description</p>
2538
</th>
26-
<th rowspan="1" colspan="1">
39+
<th>
2740
<p class="Para">Default</p>
2841
</th>
2942
</tr>
3043
</thead>
3144
<tbody>
3245
<tr>
33-
<td rowspan="1" colspan="1" valign="top" align="left">
46+
<td style="vertical-align:top;text-align:left">
3447
<p class="Para">Limit history size</p>
3548
</td>
36-
<td rowspan="1" colspan="1" valign="top" align="left">
49+
<td style="vertical-align:top;text-align:left">
3750
<p class="Para">If enabled, then options below will be used to limit the local history size on disk.</p>
3851
</td>
39-
<td rowspan="1" colspan="1" valign="top" align="left">
52+
<td style="vertical-align:top;text-align:left">
4053
<p class="Para">Enabled</p>
4154
</td>
4255
</tr>
4356
<tr>
44-
<td rowspan="1" colspan="1" valign="top" align="left">
57+
<td style="vertical-align:top;text-align:left">
4558
<p class="Para">Days to keep files</p>
4659
</td>
47-
<td rowspan="1" colspan="1" valign="top" align="left">
60+
<td style="vertical-align:top;text-align:left">
4861
<p class="Para">Indicates for how many days you want to maintain changes in the local history. History state
4962
older than this value will be lost.</p>
5063
</td>
51-
<td rowspan="1" colspan="1" valign="top" align="left">
64+
<td style="vertical-align:top;text-align:left">
5265
<p class="Para">7 days</p>
5366
</td>
5467
</tr>
5568
<tr>
56-
<td rowspan="1" colspan="1" valign="top" align="left">
69+
<td style="vertical-align:top;text-align:left">
5770
<p class="Para">Maximum entries per File</p>
5871
</td>
59-
<td rowspan="1" colspan="1" valign="top" align="left">
72+
<td style="vertical-align:top;text-align:left">
6073
<p class="Para">Indicates how many history states per file you want to maintain in the local history. If you
6174
exceed this value, you will lose older history to make room for new history.</p>
6275
</td>
63-
<td rowspan="1" colspan="1" valign="top" align="left">
76+
<td style="vertical-align:top;text-align:left">
6477
<p class="Para">50 entries</p>
6578
</td>
6679
</tr>
6780
<tr>
68-
<td rowspan="1" colspan="1" valign="top" align="left">
81+
<td style="vertical-align:top;text-align:left">
6982
<p class="Para">Maximum file size (MB)</p>
7083
</td>
71-
<td rowspan="1" colspan="1" valign="top" align="left">
84+
<td style="vertical-align:top;text-align:left">
7285
<p class="Para">Indicates the maximum size of individual states in the history store. If a file is over this
7386
size, it will not be stored.</p>
7487
</td>
75-
<td rowspan="1" colspan="1" valign="top" align="left">
88+
<td style="vertical-align:top;text-align:left">
7689
<p class="Para">1 MB</p>
7790
</td>
7891
</tr>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-14b.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>Linked Resources</title>
1010
</head>
1111
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-15.htm

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,29 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>Perspectives</title>
10+
<style>
11+
table, tr, th, td {
12+
border: 1px solid;
13+
border-collapse: separate;
14+
border-spacing: 0;
15+
}
16+
table {
17+
border-style: outset;
18+
}
19+
th, tr, td {
20+
border-style: inset;
21+
}
22+
</style>
1023
</head>
1124
<body>
1225
<h1 class="Head">Perspectives</h1>
1326
<p class="Para">On the <a class="command-link" href=
1427
'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Perspectives)")'>
1528
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General &gt;
1629
Perspectives</strong></a> preference page, you can manage the various perspectives defined in the Workbench.</p>
17-
<table border="1" cellspacing="0">
30+
<table>
1831
<thead>
1932
<tr>
2033
<th rowspan="1" colspan="1">
@@ -30,20 +43,20 @@ <h1 class="Head">Perspectives</h1>
3043
</thead>
3144
<tbody>
3245
<tr>
33-
<td rowspan="1" colspan="1" valign="top" align="left">
46+
<td style="vertical-align:top;text-align:left">
3447
<p class="Para">Open a new perspective</p>
3548
</td>
36-
<td rowspan="1" colspan="1" valign="top" align="left">
49+
<td style="vertical-align:top;text-align:left">
3750
<p class="Para">Use this option to set what happens when you open a new perspective. Do you want the
3851
perspective opened within the current Workbench window or opened in a new window?</p>
3952
</td>
4053
<td>In the same window</td>
4154
</tr>
4255
<tr>
43-
<td rowspan="1" colspan="1" valign="top" align="left">
56+
<td style="vertical-align:top;text-align:left">
4457
<p class="Para">New project options</p>
4558
</td>
46-
<td rowspan="1" colspan="1" valign="top" align="left">
59+
<td style="vertical-align:top;text-align:left">
4760
<p class="Para">Use this option to specify the perspective behavior when a new project is created. You can
4861
set it to switch the current perspective to be the one associated with the project type and open the
4962
perspective in the same Workbench window as the current one, switch the perspective and open it in a new
@@ -54,7 +67,7 @@ <h1 class="Head">Perspectives</h1>
5467
</tbody>
5568
</table>
5669
<h2>Available Perspectives Options:</h2>
57-
<table border="1" cellspacing="0">
70+
<table>
5871
<thead>
5972
<tr>
6073
<th rowspan="1" colspan="1">
@@ -70,38 +83,38 @@ <h2>Available Perspectives Options:</h2>
7083
</thead>
7184
<tbody>
7285
<tr>
73-
<td rowspan="1" colspan="1" valign="top" align="left">
86+
<td style="vertical-align:top;text-align:left">
7487
<p class="Para">Make Default</p>
7588
</td>
76-
<td rowspan="1" colspan="1" valign="top" align="left">
89+
<td style="vertical-align:top;text-align:left">
7790
<p class="Para">Sets the selected perspective as the default perspective.</p>
7891
</td>
79-
<td rowspan="1" colspan="1" valign="top" align="left">
92+
<td style="vertical-align:top;text-align:left">
8093
<p class="Para">Resource</p>
8194
</td>
8295
</tr>
8396
<tr>
84-
<td rowspan="1" colspan="1" valign="top" align="left">
97+
<td style="vertical-align:top;text-align:left">
8598
<p class="Para">Revert</p>
8699
</td>
87-
<td rowspan="1" colspan="1" valign="top" align="left">
100+
<td style="vertical-align:top;text-align:left">
88101
<p class="Para">Resets the definition of the selected perspective to the default configuration. This option
89102
is only applicable to built-in perspectives that have been overwritten using Window &gt; Perspective &gt;
90103
Save Perspective As...</p>
91104
</td>
92-
<td rowspan="1" colspan="1" valign="top" align="left">
105+
<td style="vertical-align:top;text-align:left">
93106
<p class="Para">n/a</p>
94107
</td>
95108
</tr>
96109
<tr>
97-
<td rowspan="1" colspan="1" valign="top" align="left">
110+
<td style="vertical-align:top;text-align:left">
98111
<p class="Para">Delete</p>
99112
</td>
100-
<td rowspan="1" colspan="1" valign="top" align="left">
113+
<td style="vertical-align:top;text-align:left">
101114
<p class="Para">Deletes the selected perspective. This option is only applicable to user-defined perspectives
102115
(built-in perspectives can not be deleted).</p>
103116
</td>
104-
<td rowspan="1" colspan="1" valign="top" align="left">
117+
<td style="vertical-align:top;text-align:left">
105118
<p class="Para">n/a</p>
106119
</td>
107120
</tr>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-2.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="Head">Workbench Toolbar</h1>
1313
bar. The contents of the toolbar change based on the active editor. Actions in the toolbar may apply to particular
1414
views, so these actions may be enabled or disabled based on the state of the currently active view or editor.</p>
1515
<p class="Para">Here is an example of the toolbar in the Resource perspective:</p>
16-
<p class="Para"><img src="../images/Image214_toobar_rsrc.png" alt="Workbench toolbar" border="0"></p>
16+
<p class="Para"><img src="../images/Image214_toobar_rsrc.png" alt="Workbench toolbar" style="border:0"></p>
1717
<div class="XRefList">
1818
<h2>New Wizard</h2>
1919
<p class="Para">This command brings up a dialog where you can choose the type of resource to create.</p>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-20-fileContent.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>File Content</title>
1010
</head>
1111
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-20.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>Ignored Resources</title>
1010
</head>
1111
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-20team-models.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
8+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
99
<title>Models</title>
1010
</head>
1111
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-24.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
88
<title>Editor Area</title>
9-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
9+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
1010
</head>
1111
<body>
1212
<h1 class="Head">Editor Area</h1>
1313
<p class="Intro">The editor area is where you modify the contents of files in the Workbench.</p>
1414
<p class="Para">Here is what the editor area looks like when multiple files are open and a text file is being
1515
edited:</p>
16-
<p class="Para"><img src="../images/Image230_editor_area.png" alt="Editor Area" border="0"></p>
16+
<p class="Para"><img src="../images/Image230_editor_area.png" alt="Editor Area" style="border:0"></p>
1717
<div class="Topic">
1818
<h2>Marker Bar</h2>
1919
<p class="Para">The marker bar is the vertical bar located at the left of the editor area.</p>
2020
<p class="Para">Here is what the marker bar looks like:</p>
21-
<p class="Para"><img src="../images/Image231_marker_bar.png" alt="Marker Bar" border="0"></p>
21+
<p class="Para"><img src="../images/Image231_marker_bar.png" alt="Marker Bar" style="border:0"></p>
2222
<h2>Markers</h2>
2323
<p class="Para">Markers are displayed in the marker bar, to the left of the text editor.</p>
2424
<p class="Para">Depending on the type of file displayed in the editor area, three kinds of markers may be
@@ -31,7 +31,7 @@ <h2>Markers</h2>
3131
<p class="Para">You can create and associate a marker with a specific line in a file by accessing the context menu
3232
from the marker bar, which is directly to the left of that line.</p>
3333
<p class="Para">Here is what the context menu of the marker bar for a java editor looks like:</p>
34-
<p class="Para"><img src="../images/Image232_marker_context.png" alt="Marker Bar Menu" border="1"></p>
34+
<p class="Para"><img src="../images/Image232_marker_context.png" alt="Marker Bar Menu" style="border: 1px solid black"></p>
3535
</div>
3636
<div class="Topic">
3737
<h2>Types of Editors</h2>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-27.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
88
<title>Project Explorer View</title>
9-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
9+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
1010
</head>
1111
<body>
1212
<h1>Project Explorer View</h1>
@@ -58,16 +58,16 @@ <h3>Filters and Customization</h3>
5858
filters to apply to the view so that you can show or hide various artifacts as needed. The default filters
5959
available with the Java development tools (JDT) is shown below:</p>
6060
<p class="Para"><img src="../images/Image276_available_filters.png" alt=
61-
"Available Customizations &gt; Filters dialog" border="0"></p>
61+
"Available Customizations &gt; Filters dialog" style="border:0"></p>
6262
<p class="Para">You can also define your own filters based on the name of a resource. Full name or regular
6363
expressions are allowed.</p>
6464
<p class="Para"><img src="../images/Image276_user_filters.png" alt=
65-
"Available Customizations &gt; User filters dialog" border="0"></p>
65+
"Available Customizations &gt; User filters dialog" style="border:0"></p>
6666
<p class="Para">You may also choose the types of content for the view to show as well. The default content
6767
extensions available with the Java development tools (JDT) is shown below, but your specific extensions will be
6868
determined by your workbench configuration:</p>
6969
<p class="Para"><img src="../images/Image276_available_content.png" alt=
70-
"Available Customizations &gt; Content dialog" border="0"></p>
70+
"Available Customizations &gt; Content dialog" style="border:0"></p>
7171
</div>
7272
<h3>Link With Editor</h3>
7373
<p>See the toolbar item description above.</p>

0 commit comments

Comments
 (0)