ClipboardSuppressFiles

Gene­ration variant 2 (simple class), i.e. if source elements are defined in the deci­sion table.

ide.<ProgrammingLanguage>.ClipboardSuppressFiles = true | false

Optionally, when using the clipboard, the storage of the source file in the file system can be suppressed.

Entry in an LFET.Project.ini-file:
ide.Java.ClipboardSuppressFiles = true
Entry in an LFET.Project.yaml-file:
ide.Java:
  Enabled: true

  Clipboard:
    Enabled: true
    SuppressFiles: true