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

Change the default copyright #13

Closed IndiAsh closed 11 years ago

IndiAsh commented 11 years ago

Is there any way that someone can change the default copyright? I opened the settings file and is not there.

lee-dohm commented 11 years ago

After you install the plugin, the first time you execute the Insert Copyright command, it should open the settings file for you. If this is not the case, you can do this:

  1. Start Sublime Text
  2. Click Alt+Shift+P (or Command+Shift+P on a Mac) and select Preferences: Browse Packages from the command list. This will open the Packages directory for you.
  3. Open the User folder.
  4. Open the AutoCopyright.sublime-settings file.

Both the owner text(s) and copyright message can be edited there. %y is the replacement text for the copyright year or year range and %o is the replacement text for the copyright owner.

IndiAsh commented 11 years ago

Thank you I didnt realize that the file was in user folder.

lee-dohm commented 11 years ago

You're welcome, I'm glad I could help and thanks for using AutoCopyright!