ide.Java - The base key for Java
ide.Java = true | false
This is the base key for a programming language:
-
This key in principle determines whether any special settings should be taken into consideration for a specific programming language or not
-
Please note: All other keys for this programming language are only evaluated if this "base key" is set to true.
Entry in an LFET.Project.ini-file:
ide.Java = true
Entry in an LFET.Project.yaml-file:
LFET:
ide.Java:
Enabled: true
| For YAML: In the case of true/false keys that are at the same time a prefix of other keys, the true or false value must be provided with the keyword Enabled: in YAML |