Skip to content

Commit 200be62

Browse files
fedejeannemerks
authored andcommitted
Fix image names and other minor (HTML) corrections in N&N for 4.36
Non-existing image files were being referenced in the code. Also get rid of some other findings that were reported by the HTML validator in W3.org: https://validator.w3.org/check
1 parent 3e8733d commit 200be62

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

news/4.36/jdt.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ <h2>Java Editor </h2>
131131
(see the news for <a href="../4.35/jdt.html#new-folding">4.35</a>).
132132
The feature has been further improved since then and is now <b>enabled by default</b>.
133133
<p>
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>
134+
This feature enhances the code folding mechanism in Eclipse JDT by enabling folding for control statements such as <b>if</b>, <b>while</b>, <b>switch</b>, and <b>for</b>.
135135
It improves code readability and navigation by allowing developers to collapse and expand structured blocks.
136136
</p>
137-
<img src="images/new_folding.png" alt="View of the new folding" />
137+
<img src="images/new-folding.png" alt="View of the new folding" />
138138
<p>
139-
The feature can be disabled in the settings under <b>Java &gt; Editor &gt; Folding</b>.<br>
139+
The feature can be disabled in the settings under <b>Java &gt; Editor &gt; Folding</b>.<br/>
140140
</p>
141-
<img src="images/settings_folding.png" alt="Settings view of the folding" />
141+
<img src="images/settings-folding.png" alt="Settings view of the folding" />
142142
</td>
143143
</tr>
144144
<!-- ******************* End of Java Editor ************************************* -->
@@ -177,21 +177,20 @@ <h2>Debug</h2>
177177
<td class="title">Collapsing Stack Frames</td>
178178
<td class="content">
179179
Navigating in deep stack frames can be challenging during debuging, due to the high number of stack frames that are not relevant most of the time,
180-
for example because they are provided by either the JDK, by a testing framework, or by a library</b>
180+
for example because they are provided by either the JDK, by a testing framework, or by a library.
181181
This feature tries to help focus on the stack frames that are coming from the user-created projects,
182182
drastically reducing the unnecessary noise in the Debug View.
183183
<p></p>
184184
<img src="images/not-collapsed.png" alt="Original" />
185185
<p>
186-
The feature can be enabled from the Debug toolbar in <b>Debug &gt; Java &gt; Collapse Stack Frames</b>.<br>
186+
The feature can be enabled from the Debug toolbar in <b>Debug &gt; Java &gt; Collapse Stack Frames</b>.<br/>
187187
</p>
188188
<img src="images/menuitem.png" alt="Menu to enable" />
189189
<p>
190190
After enabling it, the view becomes much simpler and less intimidating:
191191
</p>
192192
<img src="images/collapsed.png" alt="Collapsed stack frames" />
193193
</td>
194-
</td>
195194
</tr>
196195

197196
<tr id="Navigate-to-variable-declaration-from-variable-view">

0 commit comments

Comments
 (0)