Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last_modified_by not updating if not in a separate line #67

Open
cfranc0 opened this issue Mar 19, 2021 · 0 comments
Open

last_modified_by not updating if not in a separate line #67

cfranc0 opened this issue Mar 19, 2021 · 0 comments

Comments

@cfranc0
Copy link

cfranc0 commented Mar 19, 2021

Hello!

I've been using this packet for quite some time and something has been bugging me lately.
Usually I edit the template for the header and I've always wanted to make it more compact than the default one.
This is what I've been working with lately

/**
 *  @Filename: {{filename}}
 *   @Project: {{project_name}}
 *   @Created: {{create_time}} by {{author}} : {{email}}
 * @Last edit: {{last_modified_time}} by {{last_modified_by}}
 *   @License: {{license}}
 * @Copyright: {{copyright}}
 */

Some options are currently disabled so not every line is shown, regardless this is the result:

/**
 *   @Created: 2021-03-18T21:04:56+01:00 by francesco : [email protected]
 * @Last edit: 2021-03-19T21:54:42+01:00 by {{last_modified_by}}
 */

The last_modified_by is only updated when the line is by itself. Even if the order is inverted * @Last edit: {{last_modified_by}} by 2021-03-19T21:56:04+01:00

Thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant