There are the following options:
Put opening braces in the same line in generated code |
If this option is enabled CodeGuide puts opening braces '{' in the same line as the preceding text when generating code. Otherwise the opening brace will be put in it own line. |
Adjust braces on auto format |
|
Insert JavaDoc stub for new methods |
If this option is enabled CodeGuide generates JavaDoc stubs for each implemented method. |
Take JavaDoc stub from overridden method
|
If this option is enabled CodeGuide generates JavaDoc stubs for each implemented method using the JavaDoc comment of the super method. If the super method has no JavaDoc comment a JavaDoc stub is only created if the Generate JavaDoc stubs option is enabled. |
Include @version tag in generated JavaDoc
|
If this option is enabled CodeGuide includes an @version tag with the current date when generating JavaDoc. |
The tab size specifies the size of a tab while the indentation size specifies how much a line should be indented when formatting source code. It is used by the auto indentation.
CodeGuide can automatically format Java source code. This is very useful since it means the user does not have to care about indentation. The behaviour of the auto indenter can be configured. Select Options | Preferences | Auto indentation to do this. The preview panel will show you the effects of your changes.