|
The section of the window allows you to customize settings for several features of MZ-Tools:

The settings that you can customize are the following:
- : you can use the default username (as returned by the Win32 function) or a custom user name.
- : by default, MZ-Tools uses the short format for dates set in the when replacing the variable by its value in headers or code templates. If you want to set a specific format (such as yyyy-mm-dd) then you can use this setting. This is useful when the members of a development team are in different countries and use different .
- (not available in the VBA version of MZ-Tools): MZ-Tools can review automatically (or you can be asked) the collections, the TabIndex property, the dead code and the access keys before making the executable (clicking some of the | menus).
- : the language of the user interface of MZ-Tools. You can select the language of the (English if there is no match) or specifically one of the following: English, Spanish, Italian, French, German and Portuguese.
- (not available in the VBA version of MZ-Tools): MZ-Tools can remove automatically (or you can be asked) when closing the project the .lib and .exp files generated when making a component and that you usually will not use. See Remove Files (.lib and .exp) When Closing Project.
- : this setting limits the line length when splitting lines with the Split / Combine Lines feature.
- : this setting allows you to open the XML documentation file after it is created. See XML Documentation.
- (optional): this setting allows you to include a XSLT template inside the XML documentation file to format the XML file when viewing it in Microsoft Internet Explorer, but it is not mandatory. See XML Documentation.
- (not available in the VBA version of MZ-Tools): if this setting is checked, you will be able to select multiple files in the dialog when adding a file to a project. See Add Multiple Files To Project.
- : if this setting is checked, the Add Procedure Header will add headers below the declaration instead of above it.
- : if this setting is checked, the line counter is not reset in each procedure when numbering a whole project. Visual Basic does not allow line numbers greater than 65535 (they are treated as 0), so MZ-Tools stops the numeration when it reaches that limit. Take this into account if you check this setting. See Line Numbering.
- : the increment used numbering lines.
- : if this setting is checked, when you use the Close Windows feature the active window will remain open if the IDE is in MDI mode (due to a Visual Basic limitation). Otherwise all windows are closed.
See Also:
Review Collections
Review TabIndex Property
Review Source Code
Review Access Keys
Remove Files (.lib and .exp) When Closing Project
Split / Combine Lines
XML Documentation
Add Multiple Files To Project
Add Procedure Header
Line Numbering
Close Windows
|