Skip to content

Commit de93a03

Browse files
committed
Comment out empty N&N sections and their corresponding outline entries
1 parent 7be6486 commit de93a03

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

news/4.34/jdt.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<body>
2424
<h2>Java Development Tools</h2>
2525
<ul>
26-
<li><a href="#JavaXX">Java&trade; 23 Support</a></li>
2726
<!--li><a href="#JUnit">JUnit</a></li-->
2827
<li><a href="#JavaEditor">Java Editor</a></li>
2928
<li><a href="#JavaViewsAndDialogs">Java Views and Dialogs</a></li>
@@ -68,11 +67,13 @@ <h2>New Java&trade; Language Features</h2>
6867
<!-- ******************* End of Java XX Support ************************************* -->
6968

7069
<!-- ******************* JUnit ************************************* -->
70+
<!--
7171
<tr>
7272
<td id="JUnit" class="section" colspan="2">
7373
<h2>JUnit</h2>
7474
</td>
7575
</tr>
76+
-->
7677
<!-- ******************* End of JUnit ************************************* -->
7778

7879
<!-- ******************* Java Editor ************************************* -->
@@ -217,27 +218,33 @@ <h2>Java Compiler</h2>
217218
<!-- ******************* End of Java Compiler ************************************* -->
218219

219220
<!-- ******************* Java Formatter ************************************* -->
221+
<!--
220222
<tr>
221223
<td id="JavaFormatter" class="section" colspan="2">
222224
<h2>Java Formatter </h2>
223225
</td>
224226
</tr>
227+
-->
225228
<!-- ******************* End of Java Formatter ************************************* -->
226229

227230
<!-- *********************** Debug ******************************** -->
231+
<!--
228232
<tr>
229233
<td id="Debug" class="section" colspan="2">
230234
<h2>Debug</h2>
231235
</td>
232236
</tr>
237+
-->
233238
<!--************************ End of Debug ******************************** -->
234239

235240
<!-- *********************** JDT Developers ******************************** -->
241+
<!--
236242
<tr>
237243
<td id="JDTDev" class="section" colspan="2">
238244
<h2>JDT Developers</h2>
239245
</td>
240246
</tr>
247+
-->
241248
<!-- *********************** End of JDT Developers ******************************** -->
242249
<tr><td colspan="2"/></tr>
243250
</tbody>

news/4.34/pde.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@
2323
<body>
2424
<h2>Plug-in Development Environment</h2>
2525
<ul>
26+
<!--
2627
<li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li>
28+
-->
2729
<li><a href="#editors">Editors</a></li>
30+
<!--
2831
<li><a href="#APITools">API Tools</a></li>
32+
-->
33+
<!--
2934
<li><a href="#pde-compiler">PDE Compiler</a></li>
35+
-->
3036
</ul>
3137

3238
<!-- ****************** START OF N&N TABLE****************** -->
@@ -37,9 +43,11 @@ <h2>Plug-in Development Environment</h2>
3743
</colgroup>
3844
<tbody>
3945
<!-- ******************** Dialogs, Wizard and Views ********************** -->
46+
<!--
4047
<tr>
4148
<td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td>
4249
</tr>
50+
-->
4351
<!-- ******************** End ofDialogs, Wizard and Views ********************** -->
4452

4553
<!-- ******************** Editors ********************** -->
@@ -51,7 +59,7 @@ <h2>Plug-in Development Environment</h2>
5159
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/1245 -->
5260
<td class="title">Support for version ranges and omitted versions in IU target locations</td>
5361
<td class="content">
54-
In the PDE Target Editor it is now possible to specify a range as <code>version</code> of a <code>unit</code> or to omit the specification of a <code>version</code> attribute entirely in <code>InstallableUnit</code> locations.
62+
In the PDE Target Editor it is now possible to specify a range as the <code>version</code> of a <code>unit</code> or to omit the specification of a <code>version</code> attribute entirely in <code>InstallableUnit</code> locations.
5563
Without an explicit version the value <code>0.0.0</code> is used by default, which always resolves to the latest version available.
5664
All of the following variants to specify a version in the <code>Source</code> tab of the Target Editor are now possible:
5765
<p><img src="images/target-version-ranges-source.png" alt="Version ranges and omitted version in an IU target location"/></p>
@@ -65,15 +73,19 @@ <h2>Plug-in Development Environment</h2>
6573
<!-- ******************** End of Editors ********************** -->
6674

6775
<!-- ******************** APITools ********************** -->
76+
<!--
6877
<tr>
6978
<td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td>
7079
</tr>
80+
-->
7181
<!-- ******************** End of APITools ********************** -->
7282

7383
<!-- ******************** PDE Compiler ********************** -->
84+
<!--
7485
<tr>
7586
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
7687
</tr>
88+
-->
7789
<!-- ******************** End of PDE Compiler ********************** -->
7890
<tr><td colspan="2"/></tr>
7991
</tbody>

news/4.34/platform.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ <h2>Platform and Equinox</h2>
2626
<li><a href="#ViewsAndDialogs">Views, Dialogs and Toolbar</a></li>
2727
<li><a href="#TextEditors">Text Editors</a></li>
2828
<li><a href="#Preferences">Preferences</a></li>
29+
<!--
2930
<li><a href="#StylingThemes">Themes and Styling</a></li>
31+
-->
3032
<li><a href="#GeneralUpdates">General Updates</a></li>
3133
</ul>
3234

@@ -127,11 +129,13 @@ <h2>Preferences </h2>
127129
<!-- ****************** End of Preferences ************************************* -->
128130

129131
<!-- ******************* Themes and Styling ************************************* -->
132+
<!--
130133
<tr>
131134
<td id="StylingThemes" class="section" colspan="2">
132135
<h2>Themes and Styling </h2>
133136
</td>
134137
</tr>
138+
-->
135139
<!-- ******************* End of Themes and Styling ************************************* -->
136140

137141
<!-- ******************* General Updates ************************************* -->

news/4.34/platform_isv.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<body>
2424
<h2>Platform and Equinox API</h2>
2525
<ul>
26+
<!--
2627
<li><a href="#Platform">Platform Changes</a></li>
28+
-->
2729
<li><a href="#SWT">SWT Changes</a></li>
2830
</ul>
2931

@@ -35,9 +37,11 @@ <h2>Platform and Equinox API</h2>
3537
</colgroup>
3638
<tbody>
3739
<!-- ******************** Platform ********************** -->
38-
<tr>
40+
<!--
41+
<tr>
3942
<td id="Platform" class="section" colspan="2"><h2>Platform Changes</h2></td>
4043
</tr>
44+
-->
4145
<!-- ******************** End of Platform ********************** -->
4246

4347
<!-- *********************** SWT *********************** -->

0 commit comments

Comments
 (0)