Skip to content

Commit 9e532dc

Browse files
committed
Add N&N for folding with only showing selected elements
1 parent 8ac6814 commit 9e532dc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

news/4.39/jdt.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d
1212
## JUnit
1313
-->
1414

15-
<!--
15+
1616
---
1717
## 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.
1927

2028
<!--
2129
---

0 commit comments

Comments
 (0)