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.39/jdt.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,18 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d
12
12
## JUnit
13
13
-->
14
14
15
-
<!--
15
+
16
16
---
17
17
## Java Editor
18
-
-->
18
+
19
+
### Use folding folding with only showing the selected Java element
20
+
<details>
21
+
<summary>Contributors</summary>
22
+
23
+
-[Daniel Schmid](https://github.com/danthe1st)
24
+
</details>
25
+
26
+
Folding can now be used in the Java Editor when `Window` > `Preferences` > `Java` > `Editor` > `Only show the selected Java element` is enabled. In previous releases, this option automatically disabled code folding.
0 commit comments