Creating and editing macros
The IDE also has the USER macro (signifying the user of the IDE) which you can edit in the Strings Table property editor. In addition, you can add your own macros.
To edit macros or create new macros for use in templates:
- Choose Project | Settings... from the main menu to open the Project Settings window.
- Select the
Java Sources
node, select theStrings Table
property, and click the ... button to open its custom property editor.You will see a list of the macros in the form
MacroName
=
Value(without the two underscores both before and after
MacroName
.
- Make any desired changes to the macro values or add new macros to the list.
Contents | Prev | Next | Index |