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
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -127,22 +127,18 @@ <h2>Java Editor </h2>
127
127
<trid="DefaultFoldingMechanism">
128
128
<tdclass="title">New folding mechanism as Default</td>
129
129
<tdclass="content">
130
+
In the previous release, a preference to enable different kinds of folding was introduced
131
+
(see the news for <ahref="../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>.
130
133
<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>
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>
137
135
It improves code readability and navigation by allowing developers to collapse and expand structured blocks.
138
136
</p>
137
+
<imgsrc="images/new_folding.png" alt="View of the new folding" />
139
138
<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>
0 commit comments