← Back to team overview

kicad-developers team mailing list archive

Re: 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