Skip to content

Commit bc11943

Browse files
committed
Improve the styling and wording of the 4.36 news.
1 parent cc81149 commit bc11943

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

news/4.36/jdt.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,18 @@ <h2>Java Editor </h2>
127127
<tr id="DefaultFoldingMechanism">
128128
<td class="title">New folding mechanism as Default</td>
129129
<td class="content">
130+
In the previous release, a preference to enable different kinds of folding was introduced
131+
(see the news for <a href="../4.35/jdt.html#new-folding">4.35</a>).
132+
The feature has been further improved since then and is now <b>enabled by default</b>.
130133
<p>
131-
In the previous releases, a preference to enable different kinds of folding was introduced (see the news for <a href="../4.35/jdt.php#new-folding">4.35</a>).
132-
The feature has been further improved since then and is now <b>enabled by default</b>.
133-
</p>
134-
<p>
135-
This feature enhances the code folding mechanism in Eclipse JDT by enabling folding for control statements like
136-
<code>if</code>, <code>while</code>, <code>switch</code> and <code>for</code>. </b>
134+
This feature enhances the code folding mechanism in Eclipse JDT by enabling folding for control statements such as if, while, switch, and for. </b>
137135
It improves code readability and navigation by allowing developers to collapse and expand structured blocks.
138136
</p>
137+
<img src="images/new_folding.png" alt="View of the new folding" />
139138
<p>
140-
<img src="images/new-folding.png" alt="View of the new folding" />
141-
</p><br>
142-
The feature can be disabled in the settings under Java → Editor → Folding.<br>
143-
<p>
144-
<img src="images/settings-folding.png" alt="New folding preference" />
145-
</p><br>
139+
The feature can be disabled in the settings under <b>Java &gt; Editor &gt; Folding</b>.<br>
140+
</p>
141+
<img src="images/settings_folding.png" alt="Settings view of the folding" />
146142
</td>
147143
</tr>
148144
<!-- ******************* End of Java Editor ************************************* -->

0 commit comments

Comments
 (0)