diff --git a/news/4.39/jdt.md b/news/4.39/jdt.md index dad75835..4b18e978 100644 --- a/news/4.39/jdt.md +++ b/news/4.39/jdt.md @@ -12,10 +12,19 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d ## JUnit --> - + +### Folding with Showing Selected Java Elements +
+Contributors + +- [Daniel Schmid](https://github.com/danthe1st) +
+ +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.