Java Sources
The Java Sources settings enable you to set the default compiler, execution, and debugger types, set the source parser delay, and set a strings table.
When you change the default for a service type (compiler type, executor, or debugger type), all classes or templates using the default of that service type are affected.
Note: Once you explicitly change a class or template's service type, the IDE will never again recognize the class as using the default of that service type, even if you switch that service type for the class back to the one that is the IDE default. Therefore, if you change a service type for a class and then change it back to the service type that is set as the default, the class's service type will not be affected if you change the default service type.
The strings table is a list of substitution keys for templates. When the key appears in a template (marked by two underscores on each side of the substitution key in the template), the string assigned to the key appears in place of the key in any objects created from that template.
For example, the
USER
substitution key is assigned your user name. If a template has the key__USER__
placed anywhere in the text, your user name will appear in place of__USER__
in any object created from this template.The
Java Sources
node also contains theSource Synchronization
subnode where you can enable or disable the source synchronization feature as well as set its return mode.
Contents | Prev | Next | Index |