Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions news/4.39/jdt.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,19 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d
## JUnit
-->

<!--

---
## Java Editor
-->

### Folding with Showing Selected Java Elements
<details>
<summary>Contributors</summary>

- [Daniel Schmid](https://github.com/danthe1st)
</details>

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.

<!--
---
Expand Down