EditorSettings.setProjectMetadata

Sets project-specific metadata with the section, key and data specified. This metadata is stored outside the project folder and therefore won't be checked into version control. See also getProjectMetadata.

struct EditorSettings
@nogc nothrow
void
setProjectMetadata
(
VariantArg2
)
(
in String section
,
in String key
,
in VariantArg2 data
)

Meta