You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/4.36/jdt.html
+21-20Lines changed: 21 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,27 @@ <h2>Java Editor </h2>
124
124
<imgsrc="images/folding_property_page.png" alt="Project Properties page for folding" />
125
125
</td>
126
126
</tr>
127
+
<trid="DefaultFoldingMechanism">
128
+
<tdclass="title">New folding mechanism as Default</td>
129
+
<tdclass="content">
130
+
<p>
131
+
In the previous releases, a preference to enable different kinds of folding was introduced (see the news for <ahref="../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>
137
+
It improves code readability and navigation by allowing developers to collapse and expand structured blocks.
138
+
</p>
139
+
<p>
140
+
<imgsrc="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>
<tdclass="title">New folding mechanism as Default</td>
225
-
<tdclass="content">
226
-
<p>
227
-
In the previous releases, a preference to enable different kinds of folding was introduced (see the news for <ahref="../4.35/jdt.php#new-folding">4.35</a>).
228
-
The feature has been further improved since then and is now <b>enabled by default</b>.
229
-
</p>
230
-
<p>
231
-
This feature enhances the code folding mechanism in Eclipse JDT by enabling folding for control statements like if, while, switch and for. </b>
232
-
It improves code readability and navigation by allowing developers to collapse and expand structured blocks.
233
-
</p>
234
-
<p>
235
-
<imgsrc="images/new_folding.png" alt="View of the new folding"/>
236
-
</p><br>
237
-
The feature can be disabled in the settings under Java → Editor → Folding.<br>
238
-
<p>
239
-
<imgsrc="images/settings_folding.png" alt="Settings view of the folding"/>
240
-
</p><br>
241
-
</td>
242
-
</tr>
243
244
<!--************************ End of Debug ******************************** -->
0 commit comments