Configuring service types
After you have added a new service type, you can then configure it. (You can also configure already-existing service types).
To configure a service type:
- Choose Project | Settings... from the main menu.
- In the Project Settings window, select the service type's node (under the service type category under
Compiler Types
,Execution Types
, orDebugger Types
) and open its property sheet.- Modify any of the editable properties under the standard Properties or the Expert tabs.
When a service type is set for a class, the IDE associates the name of the service type (as it appears in the
Identifying Name
property) to the class, not the actual configuration of the service type. It is possible to create different service types in different projects but give them the same name. Therefore, if you want to associate a different service type for a class, depending on which project you are in, you do not have to change the service type for the class each time you switch projects.Note: Classes do not register the name changes of the service types they are using. Therefore, if you change the
Identifying Name
property of a service type already being used by any classes, those classes will then revert to the current default service type for that category.
Contents | Prev | Next | Index |