Java Editor formatting options
There are two options for the formatting of Java code generated by the Form Editor or through code completion:
Add Space before Parenthesis
- ifTrue
, whenever parentheses are used to enclose parameters, a space precedes the opening parenthesis.Curly Brace on Next Line
- ifTrue
, the opening curly brace is placed on a new line.These options can be accessed by choosing Tools | Global Options... and selecting the
Editor Settings / Java Editor
node.
Contents | Prev | Next | Index |