Skip to content

Commit 24c62bb

Browse files
jakub-suligailoveeclipse
authored andcommitted
Add info of folding feature for control statements in Eclipse JDT
1 parent 3e2625a commit 24c62bb

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

news/4.35/images/new_folding.png

9.63 KB
Loading
36.2 KB
Loading

news/4.35/jdt.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@ <h2>JUnit</h2>
6565
<h2>Java Editor </h2>
6666
</td>
6767
</tr>
68+
<tr id="new-folding">
69+
<td class="title">Enhanced Folding for Control Statements in Eclipse JDT</td>
70+
<td class="content">
71+
This feature enhances the code folding mechanism in Eclipse JDT by enabling folding for control statements like if, while, and for. </b>
72+
It improves code readability and navigation by allowing developers to collapse and expand structured blocks.
73+
In very large files, opening the file may take slightly longer, but afterwards, everything functions as normal.
74+
<p>
75+
<img src="images/new_folding.png" alt="View of the new folding"/>
76+
</p><br>
77+
The feature can be enabled in the settings under Java → Editor → Folding.<br>
78+
<p>
79+
<img src="images/settings_folding.png" alt="Settings view of the folding"/>
80+
</p><br>
81+
</td>
82+
</td>
83+
</tr>
6884
<!-- ******************* End of Java Editor ************************************* -->
6985

7086
<!-- ******************* Java Views and Dialogs ************************************* -->

0 commit comments

Comments
 (0)