Skip to content

Commit 6234840

Browse files
danthe1stmerks
authored andcommitted
add contributor information for custom folding regions and property page
1 parent 5a70aa6 commit 6234840

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

news/4.36/jdt.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
## Java Editor
1515

1616
### Custom Folding Regions
17+
<details>
18+
<summary>Contributors</summary>
19+
20+
- [Daniel Schmid](https://github.com/danthe1st)
21+
</details>
1722

1823
It is now possible to create custom folding regions by specifying a comment at the start and end of the region.
1924
You can enable and configure this feature under `Window > Preferences > Java > Editor > Folding > Custom folding regions`.
@@ -32,6 +37,11 @@ Custom folding regions can be collapsed like any other folding regions.
3237
![custom folding regions are collapsed](images/custom_folding_regions_code_collapsed.png)
3338

3439
### Project Properties Page for Folding
40+
<details>
41+
<summary>Contributors</summary>
42+
43+
- [Daniel Schmid](https://github.com/danthe1st)
44+
</details>
3545
3646
Preferences for folding can now be configured on a per-project basis in addition to configuring folding for the workspace.
3747
This page is available under `Project > Properties > Java Editor > Folding`.

0 commit comments

Comments
 (0)