Maybe I'm the last person on the planet using this but...
Notepad officially supports a feature that allows you to put
.LOG
on the first line of the file by itself. When the file is opened, the CRLF + current date/time + CRLF is stamped onto the end of the file. The file is not "dirty" at this point and can be closed without saving the date stamp.
I actually use this feature to log progress for certain contracts, and would like to see it supported.
Thanks,
bithead
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe I'm the last person on the planet using this but...
Notepad officially supports a feature that allows you to put
.LOG
on the first line of the file by itself. When the file is opened, the CRLF + current date/time + CRLF is stamped onto the end of the file. The file is not "dirty" at this point and can be closed without saving the date stamp.
I actually use this feature to log progress for certain contracts, and would like to see it supported.
Thanks,
bithead
I think there is a plugin that does just that. See http://npp-plugins.sourceforge.net/
There is plugin that fixes that http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=275290
But it is ansi only, and doesn't work with utf.
Is there anyone who could compile it to utf?