File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,45 @@ <h1>Java Editor Folding Preferences</h1>
9191 < p > On</ p >
9292 </ td >
9393 </ tr >
94+ < tr >
95+ < td valign ="top ">
96+ < p > Custom Folding regions</ p >
97+ </ td >
98+ < td valign ="top ">
99+ < p > If enabled, custom folding regions are folded when opening a new editor.</ p >
100+ </ td >
101+ < td valign ="top ">
102+ < p > Off</ p >
103+ </ td >
104+ </ tr >
105+ < tr >
106+ < td valign ="top ">
107+ < p > Text marking start of region</ p >
108+ </ td >
109+ < td valign ="top ">
110+ < p > Comments starting with the content of this option indicate the start of custom folding regions.</ p >
111+ </ td >
112+ < td valign ="top ">
113+ < p > region</ p >
114+ </ td >
115+ </ tr >
116+ < tr >
117+ < td valign ="top ">
118+ < p > Text marking end of region</ p >
119+ </ td >
120+ < td valign ="top ">
121+ < p > Comments starting with the content of this option indicate the end of custom folding regions.</ p >
122+ </ td >
123+ < td valign ="top ">
124+ < p > endregion</ p >
125+ </ td >
126+ </ tr >
94127 </ tbody >
95128</ table >
129+ < p >
130+ Custom folding regions allow creating regions to fold using a marker text for the start and end of the region in a comment.
131+ Leaving the fields for the start or end markers empty disables this feature.
132+ </ p >
96133< h3 class ="related "> Related References</ h3 >
97134< a href ="../ref-preferences-editor.htm "> Java Editor preference page</ a >
98135</ body >
You can’t perform that action at this time.
0 commit comments