lifted-studios / AutoCopyright

Plugin for Sublime Text 2 to automate adding/updating the appropriate copyright text at the top of the file.
MIT License
13 stars 5 forks source link

Complete last modified date #27

Closed gabrielefronze closed 8 years ago

gabrielefronze commented 8 years ago

Hello, I've a small cent to enhance this already functional package. What about having a hotkey to press to insert the last day the file has been modified, with both DD/MM/YYYY and MM/DD/YYYY formats?

I'd like to get something like:

//
//  Filename.extension
//
//  Created by John Doe on 21/12/15.
//  Copyright © 2015 John Doe. All rights reserved.
//

With many thanks

gf

lee-dohm commented 8 years ago

I apologize, but we're no longer developing this package. You may be interested in the FileHeader package instead which does support multiple date formats.