Skip to content

Commit bc26117

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

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

news/4.39/jdt.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,19 @@ 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+
### Folding with Showing Selected Java Elements
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.
27+
In previous releases, this option automatically disabled code folding.
1928

2029
<!--
2130
---

0 commit comments

Comments
 (0)