kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #45514
Re: Issue 6121- extend system strings by the current date
-
To:
Franck Bourdonnec <fbourdonnec@xxxxxxxx>, "kicad-developers@xxxxxxxxxxxxxxxxxxx" <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Lu Lu <lulu731lulu@xxxxxxxxxx>
-
Date:
Sat, 15 Jan 2022 15:27:47 +0000
-
Accept-language:
fr-FR, en-US
-
Arc-authentication-results:
i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=vQSh86cCYMXjdqmp2R64O2oNj1J3p14FJ5jIeI+EVQI=; b=QGkwaCe69trlzkB0YdCU11Cs7lmObCzzxL5xaR+HSArILsEzpryNZPhy5CgETQhFkintLNLG1RlJdMX0MZVydl9EW9kCGhkMEWOvXS2h5+Fj/C1fJmXUHfphBIVuf2n87Hki5NhR0YohAy776V+QN9T01Rd4xOq+FtFSm8P7s8TdtMoTl8lIkwDtyewI9yYYvOtWKLxoemTBkoq79vszRXh547zTXr86mnmLDRtdmJrubUZGvufMGLwdJtXe9eEX5u6l71jVkYL8VV/U5njELJ190hKDUlIZQ3USUZn2q1qlK6P1/8t6nXDdSqnv8dFldfI+MkgXguARkZ0jpah+TQ==
-
Arc-seal:
i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=G1iSq+n3UyuJPCbb6OP02x3oPur2M15V4FiVHXhR5Ru/e6yPrF+IOgtEOj2k9bo5VH1aWL25we6MFp11gK+utzE7hyzOeZZNuePkp3y9zJFNnAhUraLtUKB3dvQ5LcWiuW1uzoIyV4A2tnNJZRWofHK8NFGUAv1IaZend4Jjmo0kDglLERxH4kL51m1/zD780JoI7CmeJKbyZOHgNc206lXJZ2XyNGz8/d+JMGhvspBhFR6RnE1eDCQB5RX7x9gDOc4uJEv7k5Bg55GBT2Nw6NtpguOHRAS5WAaj97ltkok5yi32+GoPupha54vneR8ThxFHMgIWFP6mUGDOy5sFFg==
-
In-reply-to:
<7795a776-f91b-632d-20d3-8b5b851678d2@chez.com>
-
Suggested_attachment_session_id:
38f299e2-c646-ca54-77dd-671b7874ada7
-
Thread-index:
AQHYBzLvfqxqvoFka0yDhg3L8NpiJqxepEaAgAWUs8s=
-
Thread-topic:
[Kicad-developers] Issue 6121- extend system strings by the current date
Hi Franck,
you suggest using vars. Which, indeed, will permit a high level of customization.
Should it be updated each time the user saves the document, or prints it or anything else?
________________________________
De : Kicad-developers <kicad-developers-bounces+lulu731lulu=hotmail.fr@xxxxxxxxxxxxxxxxxxx> de la part de Franck Bourdonnec <fbourdonnec@xxxxxxxx>
Envoyé : mercredi 12 janvier 2022 03:08
À : kicad-developers@xxxxxxxxxxxxxxxxxxx <kicad-developers@xxxxxxxxxxxxxxxxxxx>
Objet : Re: [Kicad-developers] Issue 6121- extend system strings by the current date
The support is already here for this with subsitution
${REVISION}
${SOME_RESERVED_KEYWORDS} to add
...as
${LAST_UPDATE}
${LAST_UPDATE:format}
${PAGENUMBER}
${PAGES} ( to do Page 1/8 2/8 3/8 .....)
or
${FOOTPRINT_COUNT}
${VIA_COUNT}
Good source to finding new vars : the help of a wordprocessor.
Le 11/01/2022 à 23:16, Lu Lu a écrit :
> Good evening,
>
> this issue is about a feature to get the date/time in documents. Date
> should be updated.
> A few months ago, after discussions with the user who requested this
> feature, I made a proposal (MR 820) consisting in the possibility to add
> date/time in the title block of schematics. It is updated when you save
> schematics/boards and customization is made in settings dialogs. This
> provides a way to compare two versions of printed or PDF documents.
>
> Seth was not sure about this implementation to solve the issue.
> So, the use-case I suggest is:
> - the user needs to get date/time on his schematics;
> - the string is updated when saving the schematics.
>
> What do you think about this suggestion ?
>
> FL
> !DSPAM:61de02bb7001142218896!
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
>
> !DSPAM:61de02bb7001142218896!
>
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp
References