Skip to content

Commit 46054bb

Browse files
committed
Migrate remaining HTML files in org.eclipse.platform.doc.user to HMTL5
Contributes to #3275
1 parent 6e8ac37 commit 46054bb

Some content is hidden

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

50 files changed

+185
-181
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/book.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 17 additions & 17 deletions
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>Local History</title>
1010
</head>
1111
<body>
@@ -14,65 +14,65 @@ <h1 class="Head">Local History</h1>
1414
'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.FileStates)")'>
1515
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General &gt; Workspace &gt;
1616
Local History</strong></a> preference page.</p>
17-
<table border="1" cellspacing="0">
17+
<table class="edged">
1818
<thead>
1919
<tr>
20-
<th rowspan="1" colspan="1">
20+
<th>
2121
<p class="Para">Option</p>
2222
</th>
23-
<th rowspan="1" colspan="1">
23+
<th>
2424
<p class="Para">Description</p>
2525
</th>
26-
<th rowspan="1" colspan="1">
26+
<th>
2727
<p class="Para">Default</p>
2828
</th>
2929
</tr>
3030
</thead>
3131
<tbody>
3232
<tr>
33-
<td rowspan="1" colspan="1" valign="top" align="left">
33+
<td style="vertical-align:top;text-align:left">
3434
<p class="Para">Limit history size</p>
3535
</td>
36-
<td rowspan="1" colspan="1" valign="top" align="left">
36+
<td style="vertical-align:top;text-align:left">
3737
<p class="Para">If enabled, then options below will be used to limit the local history size on disk.</p>
3838
</td>
39-
<td rowspan="1" colspan="1" valign="top" align="left">
39+
<td style="vertical-align:top;text-align:left">
4040
<p class="Para">Enabled</p>
4141
</td>
4242
</tr>
4343
<tr>
44-
<td rowspan="1" colspan="1" valign="top" align="left">
44+
<td style="vertical-align:top;text-align:left">
4545
<p class="Para">Days to keep files</p>
4646
</td>
47-
<td rowspan="1" colspan="1" valign="top" align="left">
47+
<td style="vertical-align:top;text-align:left">
4848
<p class="Para">Indicates for how many days you want to maintain changes in the local history. History state
4949
older than this value will be lost.</p>
5050
</td>
51-
<td rowspan="1" colspan="1" valign="top" align="left">
51+
<td style="vertical-align:top;text-align:left">
5252
<p class="Para">7 days</p>
5353
</td>
5454
</tr>
5555
<tr>
56-
<td rowspan="1" colspan="1" valign="top" align="left">
56+
<td style="vertical-align:top;text-align:left">
5757
<p class="Para">Maximum entries per File</p>
5858
</td>
59-
<td rowspan="1" colspan="1" valign="top" align="left">
59+
<td style="vertical-align:top;text-align:left">
6060
<p class="Para">Indicates how many history states per file you want to maintain in the local history. If you
6161
exceed this value, you will lose older history to make room for new history.</p>
6262
</td>
63-
<td rowspan="1" colspan="1" valign="top" align="left">
63+
<td style="vertical-align:top;text-align:left">
6464
<p class="Para">50 entries</p>
6565
</td>
6666
</tr>
6767
<tr>
68-
<td rowspan="1" colspan="1" valign="top" align="left">
68+
<td style="vertical-align:top;text-align:left">
6969
<p class="Para">Maximum file size (MB)</p>
7070
</td>
71-
<td rowspan="1" colspan="1" valign="top" align="left">
71+
<td style="vertical-align:top;text-align:left">
7272
<p class="Para">Indicates the maximum size of individual states in the history store. If a file is over this
7373
size, it will not be stored.</p>
7474
</td>
75-
<td rowspan="1" colspan="1" valign="top" align="left">
75+
<td style="vertical-align:top;text-align:left">
7676
<p class="Para">1 MB</p>
7777
</td>
7878
</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: 16 additions & 16 deletions
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>Perspectives</title>
1010
</head>
1111
<body>
@@ -14,7 +14,7 @@ <h1 class="Head">Perspectives</h1>
1414
'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Perspectives)")'>
1515
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General &gt;
1616
Perspectives</strong></a> preference page, you can manage the various perspectives defined in the Workbench.</p>
17-
<table border="1" cellspacing="0">
17+
<table class="edged">
1818
<thead>
1919
<tr>
2020
<th rowspan="1" colspan="1">
@@ -30,20 +30,20 @@ <h1 class="Head">Perspectives</h1>
3030
</thead>
3131
<tbody>
3232
<tr>
33-
<td rowspan="1" colspan="1" valign="top" align="left">
33+
<td style="vertical-align:top;text-align:left">
3434
<p class="Para">Open a new perspective</p>
3535
</td>
36-
<td rowspan="1" colspan="1" valign="top" align="left">
36+
<td style="vertical-align:top;text-align:left">
3737
<p class="Para">Use this option to set what happens when you open a new perspective. Do you want the
3838
perspective opened within the current Workbench window or opened in a new window?</p>
3939
</td>
4040
<td>In the same window</td>
4141
</tr>
4242
<tr>
43-
<td rowspan="1" colspan="1" valign="top" align="left">
43+
<td style="vertical-align:top;text-align:left">
4444
<p class="Para">New project options</p>
4545
</td>
46-
<td rowspan="1" colspan="1" valign="top" align="left">
46+
<td style="vertical-align:top;text-align:left">
4747
<p class="Para">Use this option to specify the perspective behavior when a new project is created. You can
4848
set it to switch the current perspective to be the one associated with the project type and open the
4949
perspective in the same Workbench window as the current one, switch the perspective and open it in a new
@@ -54,7 +54,7 @@ <h1 class="Head">Perspectives</h1>
5454
</tbody>
5555
</table>
5656
<h2>Available Perspectives Options:</h2>
57-
<table border="1" cellspacing="0">
57+
<table class="edged">
5858
<thead>
5959
<tr>
6060
<th rowspan="1" colspan="1">
@@ -70,38 +70,38 @@ <h2>Available Perspectives Options:</h2>
7070
</thead>
7171
<tbody>
7272
<tr>
73-
<td rowspan="1" colspan="1" valign="top" align="left">
73+
<td style="vertical-align:top;text-align:left">
7474
<p class="Para">Make Default</p>
7575
</td>
76-
<td rowspan="1" colspan="1" valign="top" align="left">
76+
<td style="vertical-align:top;text-align:left">
7777
<p class="Para">Sets the selected perspective as the default perspective.</p>
7878
</td>
79-
<td rowspan="1" colspan="1" valign="top" align="left">
79+
<td style="vertical-align:top;text-align:left">
8080
<p class="Para">Resource</p>
8181
</td>
8282
</tr>
8383
<tr>
84-
<td rowspan="1" colspan="1" valign="top" align="left">
84+
<td style="vertical-align:top;text-align:left">
8585
<p class="Para">Revert</p>
8686
</td>
87-
<td rowspan="1" colspan="1" valign="top" align="left">
87+
<td style="vertical-align:top;text-align:left">
8888
<p class="Para">Resets the definition of the selected perspective to the default configuration. This option
8989
is only applicable to built-in perspectives that have been overwritten using Window &gt; Perspective &gt;
9090
Save Perspective As...</p>
9191
</td>
92-
<td rowspan="1" colspan="1" valign="top" align="left">
92+
<td style="vertical-align:top;text-align:left">
9393
<p class="Para">n/a</p>
9494
</td>
9595
</tr>
9696
<tr>
97-
<td rowspan="1" colspan="1" valign="top" align="left">
97+
<td style="vertical-align:top;text-align:left">
9898
<p class="Para">Delete</p>
9999
</td>
100-
<td rowspan="1" colspan="1" valign="top" align="left">
100+
<td style="vertical-align:top;text-align:left">
101101
<p class="Para">Deletes the selected perspective. This option is only applicable to user-defined perspectives
102102
(built-in perspectives can not be deleted).</p>
103103
</td>
104-
<td rowspan="1" colspan="1" valign="top" align="left">
104+
<td style="vertical-align:top;text-align:left">
105105
<p class="Para">n/a</p>
106106
</td>
107107
</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>

0 commit comments

Comments
 (0)