The following parameters may be changed, at your convenience.
Add
Method At Bottom
According to your preferences, VisualMust will add methods to your source code, either at the beginning or at the end of the main class.
Opening
Braces Begin NewLine
Checking the Opening Braces Begin NewLine checkbox will cause the code to be generated with this option or not. Note that this option is shared with the code generation subsystem of VisualMust Text Editor. See the "Text Editor - Preferences - Macro" chapter.
If this option is enabled, each time you change the name of a component, VisualMust will do the required changes in your source wherever this component name has been used, including in comments.
Generate
Try Catch
If this option is enabled,VisualMust will generate Try/Catch during regeneration of Abstract classes.
Generate
Default Options
In order to keep the Abstract class definition file as small as possible, VisualMust doesn't set any bean property to its default value explicitly. Enabling this option will cause the source code to become much more larger and, unless for specific investigation purposes, it will be better not to use this option.
Indentation
Step
This value will set the number of characters to expand indentation to.
Indentation
Braces
This value will set an additional indentation after the line following the start brace. This option should be used only if you are using an Opening Braces Begin NewLine indentation style.
Event
Abbreviation
This option lets you choose the name that should be used to manage events. Typically, you may choose between e, evt, event.
Exception
Abbreviation
This option lets you choose the name that should be used to manage exceptions. Typically, you may choose between e, exc, exception.