diff --git a/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF b/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
index ef9f7f2b2eb..a477bc87951 100644
--- a/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
+++ b/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.doc.user; singleton:=true
-Bundle-Version: 3.15.2500.qualifier
+Bundle-Version: 3.15.2600.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml b/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml
index 8c17c24b90d..5ee141e0647 100644
--- a/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml
+++ b/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml
@@ -19,6 +19,6 @@
On
+Custom Folding regions
+If enabled, custom folding regions are folded when opening a new editor.
+Off
+Extended folding (experimental) \ Activate feature
@@ -102,8 +113,45 @@Off
Custom folding regions \ Enable folding of custom regions
+If enabled, custom regions can be folded in the editor.
+Off
+Custom folding regions \ Text marking start of region
+Comments starting with the content of this option indicate the start of custom folding regions.
+region
+Custom folding regions \ Text marking end of region
+Comments starting with the content of this option indicate the end of custom folding regions.
+endregion
++Custom folding regions allow creating regions to fold using a marker text for the start and end of the region in a comment. +Leaving the fields for the start or end markers empty disables this feature. +