Hello,
Now new project in C has
/*
===============================================================================
Name : WYS_HD44780.c
Author : $(author)
Version :
Copyright : $(copyright)
Description : main definition
===============================================================================
*/
How to change he value of ${author} and how to add time create file ?
I want the new file to look like this:
/*
===============================================================================
Name : WYS_HD44780.c
Author : Badman
Created on : 06.07.2022
Version :
Copyright : $(copyright)
Description : main definition
===============================================================================
*/
You can edit and configure this with Code Templates, see
It is actually not ${author}, but ${user}:
Just wrote about it, see https://mcuoneclipse.com/2022/07/13/custom-user-with-c-c-code-templates/
I hope this helps,
Erich