How to set ORGANIZATION_NAME in C header template?
已回答
Hi,
in CLion, the default C file header template is this:
#if ($HEADER_COMMENTS)
//
// Created by $USER_NAME on ${DATE}.
#if ($ORGANIZATION_NAME && $ORGANIZATION_NAME != "")
// Copyright (c) $YEAR ${ORGANIZATION_NAME}#if (!$ORGANIZATION_NAME.endsWith(".")).#end All rights reserved.
#end
//
#end
How exactly does one define the ORGANIZATION_NAME variable? Doesn't seem to be taking it from the system environment variables.
Thanks!
请先登录再写评论。
Yesss!!!! Ran into this one too. An answer would be nice.
There is the issue in our tracker: https://youtrack.jetbrains.com/issue/CPP-2819. Please comment or upvote and sorry for the inconvenience.