Update and comment out the empty parts of the document (#26)
* Update and comment out the empty parts of the document
* update template files
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
diff --git a/4.24/jdt.html b/4.24/jdt.html
index a6daea3..a8e800c 100644
--- a/4.24/jdt.html
+++ b/4.24/jdt.html
@@ -27,10 +27,10 @@
<li><a href="#Java18">Java 18 Support</a></li>
<li><a href="#JUnit">JUnit</a></li>
<li><a href="#JavaEditor">Java Editor</a></li>
- <li><a href="#JavaViewsAndDialogs">Java Views and Dialogs</a></li>
- <li><a href="#JavaFormatter">Java Formatter</a></li>
+ <!-- <li><a href="#JavaViewsAndDialogs">Java Views and Dialogs</a></li> -->
+ <!-- <li><a href="#JavaFormatter">Java Formatter</a></li> -->
<li><a href="#Debug">Debug</a></li>
- <li><a href="#JDTDev">JDT Developers</a></li>
+ <!-- <li><a href="#JDTDev">JDT Developers</a></li> -->
</ul>
<!-- ****************** START OF N&N TABLE ****************** -->
@@ -120,7 +120,7 @@
<tr id="extend_interface_assist"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=567666 -->
<td class="title"><a href="#extend_interface_assist">Extend Interface</a></td>
<td class="content">
- A new quick-assist has been added to extend an Interface. When selected the new Interface wizard opens up.
+ A new quick-assist has been added to extend an Interface. When selected, the new Interface wizard opens up.
<p><img src="images/extend_interface_assist.png" alt="Before" /></p>
</td>
</tr>
@@ -128,7 +128,7 @@
<tr id="create_sub_type_for_sealed_type"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=577317 -->
<td class="title"><a href="#create_sub_type_for_sealed_type">Create sub type for sealed super type</a></td>
<td class="content">
- A new set of quick-fixes has been added to create sub-type for a sealed type which does not have any permitted types. When selected the new Type wizard opens up.
+ A new set of quick-fixes has been added to create sub-type for a sealed type which does not have any permitted types. When selected, the appropriate new Class/Record/Interface wizard opens up.
<p>These quick fixes have been added to fix the error :
<code>Sealed class or interface lacks the permits clause and no class or interface from the same compilation unit declares Cls1 as its direct superclass or superinterface</code></p>
<p>As shown below, two new quick fixes have been added to create sub type for a sealed super class.</p>
@@ -140,27 +140,33 @@
<!-- ******************* End of Java Editor ************************************* -->
<!-- ******************* Java Views and Dialogs ************************************* -->
+ <!--
<tr>
<td id="JavaViewsAndDialogs" class="section" colspan="2">
<h2>Java Views and Dialogs</h2>
</td>
</tr>
+ -->
<!-- ******************* End of Java Views and Dialogs ************************************* -->
<!-- ******************* Java Compiler ************************************* -->
+ <!--
<tr>
<td id="JavaCompiler" class="section" colspan="2">
<h2>Java Compiler</h2>
</td>
</tr>
+ -->
<!-- ******************* End of Java Compiler ************************************* -->
<!-- ******************* Java Formatter ************************************* -->
+ <!--
<tr>
<td id="JavaFormatter" class="section" colspan="2">
<h2>Java Formatter </h2>
</td>
</tr>
+ -->
<!-- ******************* End of Java Formatter ************************************* -->
<!-- *********************** Debug ******************************** -->
@@ -186,12 +192,15 @@
<!--************************ End of Debug ******************************** -->
<!-- *********************** JDT Developers ******************************** -->
+ <!--
<tr>
<td id="JDTDev" class="section" colspan="2">
<h2>JDT Developers</h2>
</td>
</tr>
+ -->
<!-- *********************** End of JDT Developers ******************************** -->
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.24/pde.html b/4.24/pde.html
index 8d024ae..ad3f6fd 100644
--- a/4.24/pde.html
+++ b/4.24/pde.html
@@ -24,9 +24,9 @@
<h2>Plug-in Development Environment</h2>
<ul>
<li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li>
- <li><a href="#editors">Editors</a></li>
- <li><a href="#APITools">API Tools</a></li>
- <li><a href="#pde-compiler">PDE Compiler</a></li>
+ <!-- <li><a href="#editors">Editors</a></li> -->
+ <!-- <li><a href="#APITools">API Tools</a></li> -->
+ <!-- <li><a href="#pde-compiler">PDE Compiler</a></li> -->
</ul>
<!-- ****************** START OF N&N TABLE****************** -->
@@ -60,23 +60,29 @@
<!-- ******************** End ofDialogs, Wizard and Views ********************** -->
<!-- ******************** Editors ********************** -->
+ <!--
<tr>
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
</tr>
+ -->
<!-- ******************** End of Editors ********************** -->
<!-- ******************** APITools ********************** -->
+ <!--
<tr>
<td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td>
</tr>
+ -->
<!-- ******************** End of APITools ********************** -->
<!-- ******************** PDE Compiler ********************** -->
+ <!--
<tr>
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
</tr>
+ -->
<!-- ******************** End of PDE Compiler ********************** -->
-
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.24/platform.html b/4.24/platform.html
index 68b0dee..ae6b49b 100644
--- a/4.24/platform.html
+++ b/4.24/platform.html
@@ -26,9 +26,9 @@
<li><a href="#ViewsAndDialogs">Views, Dialogs and Toolbar</a></li>
<li><a href="#TextEditors">Text Editors</a></li>
<li><a href="#Preferences">Preferences</a></li>
- <li><a href="#StylingThemes">Themes and Styling</a></li>
+ <!-- <li><a href="#StylingThemes">Themes and Styling</a></li> -->
<li><a href="#Debug">Debug</a></li>
- <li><a href="#GeneralUpdates">General Updates</a></li>
+ <!-- <li><a href="#GeneralUpdates">General Updates</a></li> -->
</ul>
<!-- ****************** START OF N&N TABLE ****************** -->
@@ -156,11 +156,13 @@
<!-- ****************** End of Preferences ************************************* -->
<!-- ******************* Themes and Styling ************************************* -->
+ <!--
<tr>
<td id="StylingThemes" class="section" colspan="2">
<h2>Themes and Styling </h2>
</td>
</tr>
+ -->
<!-- ******************* End of Themes and Styling ************************************* -->
<!-- *********************** Debug ******************************** -->
@@ -182,13 +184,15 @@
<!--************************ End of Debug ******************************** -->
<!-- ******************* General Updates ************************************* -->
+ <!--
<tr>
<td id="GeneralUpdates" class="section" colspan="2">
<h2>General Updates </h2>
</td>
</tr>
-
+ -->
<!-- ******************* End of General Updates ************************************* -->
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.24/platform_isv.html b/4.24/platform_isv.html
index 3efaa0e..eba3136 100644
--- a/4.24/platform_isv.html
+++ b/4.24/platform_isv.html
@@ -86,7 +86,7 @@
</td>
</tr>
<!-- *********************** End of SWT *********************** -->
-
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.x-template/jdt.html b/4.x-template/jdt.html
index e165dd7..72fc83d 100644
--- a/4.x-template/jdt.html
+++ b/4.x-template/jdt.html
@@ -105,6 +105,7 @@
</td>
</tr>
<!-- *********************** End of JDT Developers ******************************** -->
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.x-template/pde.html b/4.x-template/pde.html
index 6c8e5a9..23da2db 100644
--- a/4.x-template/pde.html
+++ b/4.x-template/pde.html
@@ -59,7 +59,7 @@
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
</tr>
<!-- ******************** End of PDE Compiler ********************** -->
-
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.x-template/platform.html b/4.x-template/platform.html
index 23790cf..3e7682c 100644
--- a/4.x-template/platform.html
+++ b/4.x-template/platform.html
@@ -76,6 +76,7 @@
</td>
</tr>
<!-- ******************* End of General Updates ************************************* -->
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->
diff --git a/4.x-template/platform_isv.html b/4.x-template/platform_isv.html
index d575c91..7a14039 100644
--- a/4.x-template/platform_isv.html
+++ b/4.x-template/platform_isv.html
@@ -45,7 +45,7 @@
<td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td>
</tr>
<!-- *********************** End of SWT *********************** -->
-
+ <td colspan="2">
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->