Java Editor Code Folding Dialog Box
See Also
You can open the Java Editor Code Folding Dialog Box by choosing Tools
Options.
Then Expand Editing
Editor
Settings and select Java Editor. Select the Code Folding property, and click the
ellipsis (...) button.
- Use Code Folding.
If True, turner icons appear in the left margin next to blocks of code, such as
methods, inner classes, blocks of import statements, and Javadoc comments. These
enable you to collapse multiline blocks of code into a single line. Click [-] to
collapse a block of code. Click [+] to expand the collapsed code.
- Fold Types Collapsed by Default.
If a checkbox in this category is selected, all instances of the corresponding
code block in a file are collapsed when you open the file. For Java classes, you
select any combination of Method, Inner Class, Import, or Javadoc Comment to
have those code blocks collapsed by default.
Legal Notices