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

Add support for multiple owners #9

Closed lee-dohm closed 11 years ago

lee-dohm commented 11 years ago

I edit code that belongs to many different copyright owners. I should be able to put multiple owner names in the settings.

Insert Copyright Flow

  1. Execute Insert Copyright command
  2. Dialog opens asking which owner to use
  3. User selects owner
  4. Copyright with selected owner is inserted

    Insert Copyright Flow With Owner in Project Settings

  5. Execute Insert Copyright command
  6. Copyright with owner from project settings is inserted

    Update Copyright Flow

No change to the flow. The code must look for multiple copyright text possibilities though.