Hi,
nearly all my Files have a file-header - like this:
/**
* Copyright by Jörg Wrase - Computer-Und-Sound.de
* Date: 11.07.12
* Time: 03:04
....
Alway when I update this file, I have to change the Date an
Time manualy - is there a way to do that automaticly
(like insert an Variable) - so that PHPStorm / IntelliJ knows on Change that the date and Time have to be updatet?
Like it should be:
Open a file - see the last updatet Time-infos in Header
Only on change the Date will be updatet.
If I roll back to the orginal file-content - the Time and Date should NOT be updatet.
Is this possible - will that be possible in feature?
Would be very nice for me (and alle people that work with me)
cu