Switching the default executor
It is possible to switch the default executor. When you switch the default executor, this switch affects all classes and templates for which the user has not specifically assigned an executor
To switch the default executor:
- Choose Project | Settings... from the main menu to open the Project Settings window.
- Select the
Java Sources
node in the left pane of the Project Settings window.- Select the
Default executor
property and choose a new default executor from the dropdown list.Note: Once you change a class or template's executor, the IDE will never again recognize the class as using the default executor, even if you switch the executor for the class back to the one that is the IDE default. Therefore, if you change a class's executor and then change it back to the default executor, the class's executor will not be affected if you change the default executor.
Contents | Prev | Next | Index |