This tab contains information about the available code generation options.
Here is the appearance of the Generation tab with default settings for a Build project:
The options available in this tab are as follows:
If selected, then for every feature connected to an event, code will be generated which outputs to the console, the name of the feature, and the values of all arguments.
If selected, then every generated class representing a window or dialog will use the window as a client. If not selected, the generated classes inherit the window classes directly.
If selected, a file named "constants.txt" is generated, containing values of all String and Integer constants, with the generated system loading the values of its constants from this file. See constants for more information.
See Also
Code generation
Project settings window
Build tab
Constants